{
  "info": {
    "name": "Thaïs Partner API",
    "description": "Le PMS APIfier.\n\nCette API permet de lire et d'écrire les informations dans votre PMS.\n\n**Contact Support :**\n\nName : Vionnet Aurélien\n\nEmail : [a.vionnet@thais-soft.com](mailto:a.vionnet@thais-soft.com)\n\n\nLes exemples de cette documentation ont été générés automatiquement à partir des données de la démo le 26/03/2026.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "Authentification",
      "item": [
        {
          "name": "Obtenir un token",
          "event": [
            {
              "listen": "test",
              "script": {
                "type": "text/javascript",
                "exec": [
                  "const response = pm.response.json();",
                  "const token = response.token;",
                  "if (token) {",
                  "    pm.collectionVariables.set(\"token\", token);",
                  "    console.log(\"Token enregistré\");",
                  "}"
                ]
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"username\": \"thaisAPI\",\n  \"password\": \"thaisAPI2024\"\n}"
            },
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/login",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "login"
              ]
            }
          },
          "response": [
            {
              "name": "Erreur de connexion",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"invalid_user\",\n  \"password\": \"wrong_password\"\n}"
                },
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/login",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "login"
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "body": "{\n  \"reason\": \"invalid credentials\"\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            },
            {
              "name": "Token de connexion",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"thaisAPI\",\n  \"password\": \"thaisAPI2024\"\n}"
                },
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/login",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "login"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE3NzQ1MTk2NDgsImV4cCI6MTc3NDU1NTY0OCwidXNlcl9pZCI6NiwidXNlcl91c2VybmFtZSI6InRoYWlzQVBJIn0.6TpZiRd4UKWcuwgb8NaFYeeuMJ6_YmJg3Nhg13-9Jws\"\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Général",
      "description": "",
      "item": [
        {
          "name": "Configuration de l'instance",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/config?lang=fr",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "config"
              ],
              "query": [
                {
                  "key": "lang",
                  "value": "fr",
                  "disabled": false
                }
              ]
            },
            "description": "Demande de la configuration de l'instance.\n\nle param lang peut etre donner pour recevoir la config dans une langue differente."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/config?lang=fr",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "config"
                  ],
                  "query": [
                    {
                      "key": "lang",
                      "value": "fr",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"name\": \"Thaïs-démo\",\n  \"address\": \"245 Sous le Mont Noir\",\n  \"postcode\": \"39150\",\n  \"city\": \"Lac des Rouges Truites\",\n  \"country\": \"France\",\n  \"phone\": \"0764865293\",\n  \"email\": \"contact@thais-pms.com\",\n  \"website\": \"http://thais-pms.fr\",\n  \"geo_json\": {\n    \"lat\": \"46.6167908\",\n    \"lng\": \"6.0297584\"\n  },\n  \"currency\": \"EUR\",\n  \"currency_be\": \"EUR\",\n  \"change_rate\": 1,\n  \"max_booking_time\": \"12:47:59\",\n  \"arrival_timerange\": [\n    \"14:00\",\n    \"22:00\"\n  ],\n  \"departure_timerange\": [\n    \"07:00\",\n    \"11:00\"\n  ],\n  \"colors\": {\n    \"banner\": \"#353D6C\",\n    \"action\": \"#649631\"\n  },\n  \"ref_hotel\": \"CDH\",\n  \"language\": {\n    \"id\": 1,\n    \"code\": \"fr\",\n    \"label\": \"Français\"\n  },\n  \"module_resto\": true,\n  \"module_service\": true,\n  \"module_dayuse\": true,\n  \"resort\": {\n    \"civilities\": [\n      {\n        \"id\": 2,\n        \"label\": \"M.\",\n        \"rank\": 1,\n        \"deleted\": false\n      },\n      {\n        \"id\": 1,\n        \"label\": \"M. ou Mme\",\n        \"rank\": 2,\n        \"deleted\": false\n      },\n      {\n        \"id\": 3,\n        \"label\": \"Mme.\",\n        \"rank\": 3,\n        \"deleted\": false\n      },\n      {\n        \"id\": 4,\n        \"label\": \"Sté\",\n        \"rank\": 4,\n        \"deleted\": false\n      }\n    ],\n    \"languages\": [\n      {\n        \"id\": 1,\n        \"code\": \"fr\",\n        \"label\": \"Français\"\n      },\n      {\n        \"id\": 2,\n        \"code\": \"en\",\n        \"label\": \"English\"\n      },\n      {\n        \"id\": 3,\n        \"code\": \"de\",\n        \"label\": \"Deutsch\"\n      }\n    ],\n    \"nationalities\": [\n      {\n        \"id\": 1,\n        \"label\": \"AFGHANISTAN\",\n        \"iso2\": \"AF\",\n        \"iso3\": \"AFG\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 2,\n        \"label\": \"AFRIQUE DU SUD\",\n        \"iso2\": \"ZA\",\n        \"iso3\": \"ZAF\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 3,\n        \"label\": \"ÅLAND, ÎLES\",\n        \"iso2\": \"AX\",\n        \"iso3\": \"ALA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 4,\n        \"label\": \"ALBANIE\",\n        \"iso2\": \"AL\",\n        \"iso3\": \"ALB\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 5,\n        \"label\": \"ALGÉRIE\",\n        \"iso2\": \"DZ\",\n        \"iso3\": \"DZA\",\n        \"num_insee\": \"27\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 6,\n        \"label\": \"ALLEMAGNE\",\n        \"iso2\": \"DE\",\n        \"iso3\": \"DEU\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 3,\n        \"default_language\": null\n      },\n      {\n        \"id\": 7,\n        \"label\": \"ANDORRE\",\n        \"iso2\": \"AD\",\n        \"iso3\": \"AND\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 8,\n        \"label\": \"ANGOLA\",\n        \"iso2\": \"AO\",\n        \"iso3\": \"AGO\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 9,\n        \"label\": \"ANGUILLA\",\n        \"iso2\": \"AI\",\n        \"iso3\": \"AIA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 10,\n        \"label\": \"ANTARCTIQUE\",\n        \"iso2\": \"AQ\",\n        \"iso3\": \"ATA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 11,\n        \"label\": \"ANTIGUA-ET-BARBUDA\",\n        \"iso2\": \"AG\",\n        \"iso3\": \"ATG\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 12,\n        \"label\": \"ARABIE SAOUDITE\",\n        \"iso2\": \"SA\",\n        \"iso3\": \"SAU\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 13,\n        \"label\": \"ARGENTINE\",\n        \"iso2\": \"AR\",\n        \"iso3\": \"ARG\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 14,\n        \"label\": \"ARMÉNIE\",\n        \"iso2\": \"AM\",\n        \"iso3\": \"ARM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 15,\n        \"label\": \"ARUBA\",\n        \"iso2\": \"AW\",\n        \"iso3\": \"ABW\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 16,\n        \"label\": \"AUSTRALIE\",\n        \"iso2\": \"AU\",\n        \"iso3\": \"AUS\",\n        \"num_insee\": \"501\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 17,\n        \"label\": \"AUTRICHE\",\n        \"iso2\": \"AT\",\n        \"iso3\": \"AUT\",\n        \"num_insee\": \"110\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 18,\n        \"label\": \"AZERBAÏDJAN\",\n        \"iso2\": \"AZ\",\n        \"iso3\": \"AZE\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 19,\n        \"label\": \"BAHAMAS\",\n        \"iso2\": \"BS\",\n        \"iso3\": \"BHS\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 20,\n        \"label\": \"BAHREÏN\",\n        \"iso2\": \"BH\",\n        \"iso3\": \"BHR\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 21,\n        \"label\": \"BANGLADESH\",\n        \"iso2\": \"BD\",\n        \"iso3\": \"BGD\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 22,\n        \"label\": \"BARBADE\",\n        \"iso2\": \"BB\",\n        \"iso3\": \"BRB\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 23,\n        \"label\": \"BÉLARUS\",\n        \"iso2\": \"BY\",\n        \"iso3\": \"BLR\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 24,\n        \"label\": \"BELGIQUE\",\n        \"iso2\": \"BE\",\n        \"iso3\": \"BEL\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      {\n        \"id\": 25,\n        \"label\": \"BELIZE\",\n        \"iso2\": \"BZ\",\n        \"iso3\": \"BLZ\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 26,\n        \"label\": \"BÉNIN\",\n        \"iso2\": \"BJ\",\n        \"iso3\": \"BEN\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 27,\n        \"label\": \"BERMUDES\",\n        \"iso2\": \"BM\",\n        \"iso3\": \"BMU\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 28,\n        \"label\": \"BHOUTAN\",\n        \"iso2\": \"BT\",\n        \"iso3\": \"BTN\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 29,\n        \"label\": \"BOLIVIE, l'ÉTAT PLURINATIONAL DE\",\n        \"iso2\": \"BO\",\n        \"iso3\": \"BOL\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 30,\n        \"label\": \"BONAIRE, SAINT-EUSTACHE ET SABA\",\n        \"iso2\": \"BQ\",\n        \"iso3\": \"BES\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 31,\n        \"label\": \"BOSNIE-HERZÉGOVINE\",\n        \"iso2\": \"BA\",\n        \"iso3\": \"BIH\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 32,\n        \"label\": \"BOTSWANA\",\n        \"iso2\": \"BW\",\n        \"iso3\": \"BWA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 33,\n        \"label\": \"BOUVET, ÎLE\",\n        \"iso2\": \"BV\",\n        \"iso3\": \"BVT\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 34,\n        \"label\": \"BRÉSIL\",\n        \"iso2\": \"BR\",\n        \"iso3\": \"BRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 35,\n        \"label\": \"BRUNEI DARUSSALAM\",\n        \"iso2\": \"BN\",\n        \"iso3\": \"BRN\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 36,\n        \"label\": \"BULGARIE\",\n        \"iso2\": \"BG\",\n        \"iso3\": \"BGR\",\n        \"num_insee\": \"111\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 37,\n        \"label\": \"BURKINA FASO\",\n        \"iso2\": \"BF\",\n        \"iso3\": \"BFA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 38,\n        \"label\": \"BURUNDI\",\n        \"iso2\": \"BI\",\n        \"iso3\": \"BDI\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 39,\n        \"label\": \"CAÏMANS, ÎLES\",\n        \"iso2\": \"KY\",\n        \"iso3\": \"CYM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 40,\n        \"label\": \"CAMBODGE\",\n        \"iso2\": \"KH\",\n        \"iso3\": \"KHM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 41,\n        \"label\": \"CAMEROUN\",\n        \"iso2\": \"CM\",\n        \"iso3\": \"CMR\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 42,\n        \"label\": \"CANADA\",\n        \"iso2\": \"CA\",\n        \"iso3\": \"CAN\",\n        \"num_insee\": \"401\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 43,\n        \"label\": \"CAP-VERT\",\n        \"iso2\": \"CV\",\n        \"iso3\": \"CPV\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 44,\n        \"label\": \"CENTRAFRICAINE, RÉPUBLIQUE\",\n        \"iso2\": \"CF\",\n        \"iso3\": \"CAF\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 45,\n        \"label\": \"CHILI\",\n        \"iso2\": \"CL\",\n        \"iso3\": \"CHL\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 46,\n        \"label\": \"CHINE\",\n        \"iso2\": \"CN\",\n        \"iso3\": \"CHN\",\n        \"num_insee\": \"216\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 47,\n        \"label\": \"CHRISTMAS, ÎLE\",\n        \"iso2\": \"CX\",\n        \"iso3\": \"CXR\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 48,\n        \"label\": \"CHYPRE\",\n        \"iso2\": \"CY\",\n        \"iso3\": \"CYP\",\n        \"num_insee\": \"254\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 49,\n        \"label\": \"COCOS (KEELING), ÎLES\",\n        \"iso2\": \"CC\",\n        \"iso3\": \"CCK\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 50,\n        \"label\": \"COLOMBIE\",\n        \"iso2\": \"CO\",\n        \"iso3\": \"COL\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 51,\n        \"label\": \"COMORES\",\n        \"iso2\": \"KM\",\n        \"iso3\": \"COM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 52,\n        \"label\": \"CONGO\",\n        \"iso2\": \"CG\",\n        \"iso3\": \"COG\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 53,\n        \"label\": \"CONGO, LA RÉPUBLIQUE DÉMOCRATIQUE DU\",\n        \"iso2\": \"CD\",\n        \"iso3\": \"COD\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 54,\n        \"label\": \"COOK, ÎLES\",\n        \"iso2\": \"CK\",\n        \"iso3\": \"COK\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 55,\n        \"label\": \"CORÉE, RÉPUBLIQUE DE\",\n        \"iso2\": \"KR\",\n        \"iso3\": \"KOR\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 56,\n        \"label\": \"CORÉE, RÉPUBLIQUE POPULAIRE DÉMOCRATIQUE DE\",\n        \"iso2\": \"KP\",\n        \"iso3\": \"PRK\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 57,\n        \"label\": \"COSTA RICA\",\n        \"iso2\": \"CR\",\n        \"iso3\": \"CRI\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 58,\n        \"label\": \"CÔTE D'IVOIRE\",\n        \"iso2\": \"CI\",\n        \"iso3\": \"CIV\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 59,\n        \"label\": \"CROATIE\",\n        \"iso2\": \"HR\",\n        \"iso3\": \"HRV\",\n        \"num_insee\": \"119\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 60,\n        \"label\": \"CUBA\",\n        \"iso2\": \"CU\",\n        \"iso3\": \"CUB\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 61,\n        \"label\": \"CURAÇAO\",\n        \"iso2\": \"CW\",\n        \"iso3\": \"CUW\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 62,\n        \"label\": \"DANEMARK\",\n        \"iso2\": \"DK\",\n        \"iso3\": \"DNK\",\n        \"num_insee\": \"101\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 63,\n        \"label\": \"DJIBOUTI\",\n        \"iso2\": \"DJ\",\n        \"iso3\": \"DJI\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 64,\n        \"label\": \"DOMINICAINE, RÉPUBLIQUE\",\n        \"iso2\": \"DO\",\n        \"iso3\": \"DOM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 65,\n        \"label\": \"DOMINIQUE\",\n        \"iso2\": \"DM\",\n        \"iso3\": \"DMA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 66,\n        \"label\": \"ÉGYPTE\",\n        \"iso2\": \"EG\",\n        \"iso3\": \"EGY\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 67,\n        \"label\": \"EL SALVADOR\",\n        \"iso2\": \"SV\",\n        \"iso3\": \"SLV\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 68,\n        \"label\": \"ÉMIRATS ARABES UNIS\",\n        \"iso2\": \"AE\",\n        \"iso3\": \"ARE\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 69,\n        \"label\": \"ÉQUATEUR\",\n        \"iso2\": \"EC\",\n        \"iso3\": \"ECU\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 70,\n        \"label\": \"ÉRYTHRÉE\",\n        \"iso2\": \"ER\",\n        \"iso3\": \"ERI\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 71,\n        \"label\": \"ESPAGNE\",\n        \"iso2\": \"ES\",\n        \"iso3\": \"ESP\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 4,\n        \"default_language\": null\n      },\n      {\n        \"id\": 72,\n        \"label\": \"ESTONIE\",\n        \"iso2\": \"EE\",\n        \"iso3\": \"EST\",\n        \"num_insee\": \"106\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 73,\n        \"label\": \"ÉTATS-UNIS\",\n        \"iso2\": \"US\",\n        \"iso3\": \"USA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 74,\n        \"label\": \"ÉTHIOPIE\",\n        \"iso2\": \"ET\",\n        \"iso3\": \"ETH\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 75,\n        \"label\": \"FALKLAND, ÎLES (MALVINAS)\",\n        \"iso2\": \"FK\",\n        \"iso3\": \"FLK\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 76,\n        \"label\": \"FÉROÉ, ÎLES\",\n        \"iso2\": \"FO\",\n        \"iso3\": \"FRO\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 77,\n        \"label\": \"FIDJI\",\n        \"iso2\": \"FJ\",\n        \"iso3\": \"FJI\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 78,\n        \"label\": \"FINLANDE\",\n        \"iso2\": \"FI\",\n        \"iso3\": \"FIN\",\n        \"num_insee\": \"105\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      {\n        \"id\": 80,\n        \"label\": \"GABON\",\n        \"iso2\": \"GA\",\n        \"iso3\": \"GAB\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 81,\n        \"label\": \"GAMBIE\",\n        \"iso2\": \"GM\",\n        \"iso3\": \"GMB\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 82,\n        \"label\": \"GÉORGIE\",\n        \"iso2\": \"GE\",\n        \"iso3\": \"GEO\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 83,\n        \"label\": \"GÉORGIE DU SUD-ET-LES ÎLES SANDWICH DU SUD\",\n        \"iso2\": \"GS\",\n        \"iso3\": \"SGS\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 84,\n        \"label\": \"GHANA\",\n        \"iso2\": \"GH\",\n        \"iso3\": \"GHA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 85,\n        \"label\": \"GIBRALTAR\",\n        \"iso2\": \"GI\",\n        \"iso3\": \"GIB\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 86,\n        \"label\": \"GRÈCE\",\n        \"iso2\": \"GR\",\n        \"iso3\": \"GRC\",\n        \"num_insee\": \"126\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 87,\n        \"label\": \"GRENADE\",\n        \"iso2\": \"GD\",\n        \"iso3\": \"GRD\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 88,\n        \"label\": \"GROENLAND\",\n        \"iso2\": \"GL\",\n        \"iso3\": \"GRL\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 89,\n        \"label\": \"GUADELOUPE\",\n        \"iso2\": \"GP\",\n        \"iso3\": \"GLP\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 90,\n        \"label\": \"GUAM\",\n        \"iso2\": \"GU\",\n        \"iso3\": \"GUM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 91,\n        \"label\": \"GUATEMALA\",\n        \"iso2\": \"GT\",\n        \"iso3\": \"GTM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 92,\n        \"label\": \"GUERNESEY\",\n        \"iso2\": \"GG\",\n        \"iso3\": \"GGY\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 93,\n        \"label\": \"GUINÉE\",\n        \"iso2\": \"GN\",\n        \"iso3\": \"GIN\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 94,\n        \"label\": \"GUINÉE-BISSAU\",\n        \"iso2\": \"GW\",\n        \"iso3\": \"GNB\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 95,\n        \"label\": \"GUINÉE ÉQUATORIALE\",\n        \"iso2\": \"GQ\",\n        \"iso3\": \"GNQ\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 96,\n        \"label\": \"GUYANA\",\n        \"iso2\": \"GY\",\n        \"iso3\": \"GUY\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 97,\n        \"label\": \"GUYANE FRANÇAISE\",\n        \"iso2\": \"GF\",\n        \"iso3\": \"GUF\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 98,\n        \"label\": \"HAÏTI\",\n        \"iso2\": \"HT\",\n        \"iso3\": \"HTI\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 99,\n        \"label\": \"HEARD-ET-ÎLES MACDONALD, ÎLE\",\n        \"iso2\": \"HM\",\n        \"iso3\": \"HMD\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 100,\n        \"label\": \"HONDURAS\",\n        \"iso2\": \"HN\",\n        \"iso3\": \"HND\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 101,\n        \"label\": \"HONG KONG\",\n        \"iso2\": \"HK\",\n        \"iso3\": \"HKG\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 102,\n        \"label\": \"HONGRIE\",\n        \"iso2\": \"HU\",\n        \"iso3\": \"HUN\",\n        \"num_insee\": \"112\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 103,\n        \"label\": \"ÎLE DE MAN\",\n        \"iso2\": \"IM\",\n        \"iso3\": \"IMN\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 104,\n        \"label\": \"ÎLES MINEURES ÉLOIGNÉES DES ÉTATS-UNIS\",\n        \"iso2\": \"UM\",\n        \"iso3\": \"UMI\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 105,\n        \"label\": \"ÎLES VIERGES BRITANNIQUES\",\n        \"iso2\": \"VG\",\n        \"iso3\": \"VGB\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 106,\n        \"label\": \"ÎLES VIERGES DES ÉTATS-UNIS\",\n        \"iso2\": \"VI\",\n        \"iso3\": \"VIR\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 107,\n        \"label\": \"INDE\",\n        \"iso2\": \"IN\",\n        \"iso3\": \"IND\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 108,\n        \"label\": \"INDONÉSIE\",\n        \"iso2\": \"ID\",\n        \"iso3\": \"IDN\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 109,\n        \"label\": \"IRAN, RÉPUBLIQUE ISLAMIQUE D'\",\n        \"iso2\": \"IR\",\n        \"iso3\": \"IRN\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 110,\n        \"label\": \"IRAQ\",\n        \"iso2\": \"IQ\",\n        \"iso3\": \"IRQ\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 111,\n        \"label\": \"IRLANDE\",\n        \"iso2\": \"IE\",\n        \"iso3\": \"IRL\",\n        \"num_insee\": \"136\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 112,\n        \"label\": \"ISLANDE\",\n        \"iso2\": \"IS\",\n        \"iso3\": \"ISL\",\n        \"num_insee\": \"102\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 113,\n        \"label\": \"ISRAËL\",\n        \"iso2\": \"IL\",\n        \"iso3\": \"ISR\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 114,\n        \"label\": \"ITALIE\",\n        \"iso2\": \"IT\",\n        \"iso3\": \"ITA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 5,\n        \"default_language\": null\n      },\n      {\n        \"id\": 115,\n        \"label\": \"JAMAÏQUE\",\n        \"iso2\": \"JM\",\n        \"iso3\": \"JAM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 116,\n        \"label\": \"JAPON\",\n        \"iso2\": \"JP\",\n        \"iso3\": \"JPN\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 117,\n        \"label\": \"JERSEY\",\n        \"iso2\": \"JE\",\n        \"iso3\": \"JEY\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 118,\n        \"label\": \"JORDANIE\",\n        \"iso2\": \"JO\",\n        \"iso3\": \"JOR\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 119,\n        \"label\": \"KAZAKHSTAN\",\n        \"iso2\": \"KZ\",\n        \"iso3\": \"KAZ\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 120,\n        \"label\": \"KENYA\",\n        \"iso2\": \"KE\",\n        \"iso3\": \"KEN\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 121,\n        \"label\": \"KIRGHIZISTAN\",\n        \"iso2\": \"KG\",\n        \"iso3\": \"KGZ\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 122,\n        \"label\": \"KIRIBATI\",\n        \"iso2\": \"KI\",\n        \"iso3\": \"KIR\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 123,\n        \"label\": \"KOWEÏT\",\n        \"iso2\": \"KW\",\n        \"iso3\": \"KWT\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 124,\n        \"label\": \"LAO, RÉPUBLIQUE DÉMOCRATIQUE POPULAIRE\",\n        \"iso2\": \"LA\",\n        \"iso3\": \"LAO\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 125,\n        \"label\": \"LESOTHO\",\n        \"iso2\": \"LS\",\n        \"iso3\": \"LSO\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 126,\n        \"label\": \"LETTONIE\",\n        \"iso2\": \"LV\",\n        \"iso3\": \"LVA\",\n        \"num_insee\": \"107\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 127,\n        \"label\": \"LIBAN\",\n        \"iso2\": \"LB\",\n        \"iso3\": \"LBN\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 128,\n        \"label\": \"LIBÉRIA\",\n        \"iso2\": \"LR\",\n        \"iso3\": \"LBR\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 129,\n        \"label\": \"LIBYENNE, JAMAHIRIYA ARABE\",\n        \"iso2\": \"LY\",\n        \"iso3\": \"LBY\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 130,\n        \"label\": \"LIECHTENSTEIN\",\n        \"iso2\": \"LI\",\n        \"iso3\": \"LIE\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 131,\n        \"label\": \"LITUANIE\",\n        \"iso2\": \"LT\",\n        \"iso3\": \"LTU\",\n        \"num_insee\": \"108\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 132,\n        \"label\": \"LUXEMBOURG\",\n        \"iso2\": \"LU\",\n        \"iso3\": \"LUX\",\n        \"num_insee\": \"137\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 133,\n        \"label\": \"MACAO\",\n        \"iso2\": \"MO\",\n        \"iso3\": \"MAC\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 134,\n        \"label\": \"MACÉDOINE, L'EX-RÉPUBLIQUE YOUGOSLAVE DE\",\n        \"iso2\": \"MK\",\n        \"iso3\": \"MKD\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 135,\n        \"label\": \"MADAGASCAR\",\n        \"iso2\": \"MG\",\n        \"iso3\": \"MDG\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 136,\n        \"label\": \"MALAISIE\",\n        \"iso2\": \"MY\",\n        \"iso3\": \"MYS\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 137,\n        \"label\": \"MALAWI\",\n        \"iso2\": \"MW\",\n        \"iso3\": \"MWI\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 138,\n        \"label\": \"MALDIVES\",\n        \"iso2\": \"MV\",\n        \"iso3\": \"MDV\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 139,\n        \"label\": \"MALI\",\n        \"iso2\": \"ML\",\n        \"iso3\": \"MLI\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 140,\n        \"label\": \"MALTE\",\n        \"iso2\": \"MT\",\n        \"iso3\": \"MLT\",\n        \"num_insee\": \"144\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 141,\n        \"label\": \"MARIANNES DU NORD, ÎLES\",\n        \"iso2\": \"MP\",\n        \"iso3\": \"MNP\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 142,\n        \"label\": \"MAROC\",\n        \"iso2\": \"MA\",\n        \"iso3\": \"MAR\",\n        \"num_insee\": \"27\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 143,\n        \"label\": \"MARSHALL, ÎLES\",\n        \"iso2\": \"MH\",\n        \"iso3\": \"MHL\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 144,\n        \"label\": \"MARTINIQUE\",\n        \"iso2\": \"MQ\",\n        \"iso3\": \"MTQ\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 145,\n        \"label\": \"MAURICE\",\n        \"iso2\": \"MU\",\n        \"iso3\": \"MUS\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 146,\n        \"label\": \"MAURITANIE\",\n        \"iso2\": \"MR\",\n        \"iso3\": \"MRT\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 147,\n        \"label\": \"MAYOTTE\",\n        \"iso2\": \"YT\",\n        \"iso3\": \"MYT\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 148,\n        \"label\": \"MEXIQUE\",\n        \"iso2\": \"MX\",\n        \"iso3\": \"MEX\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 149,\n        \"label\": \"MICRONÉSIE, ÉTATS FÉDÉRÉS DE\",\n        \"iso2\": \"FM\",\n        \"iso3\": \"FSM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 150,\n        \"label\": \"MOLDOVA, RÉPUBLIQUE DE\",\n        \"iso2\": \"MD\",\n        \"iso3\": \"MDA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 151,\n        \"label\": \"MONACO\",\n        \"iso2\": \"MC\",\n        \"iso3\": \"MCO\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 152,\n        \"label\": \"MONGOLIE\",\n        \"iso2\": \"MN\",\n        \"iso3\": \"MNG\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 153,\n        \"label\": \"MONTÉNÉGRO\",\n        \"iso2\": \"ME\",\n        \"iso3\": \"MNE\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 154,\n        \"label\": \"MONTSERRAT\",\n        \"iso2\": \"MS\",\n        \"iso3\": \"MSR\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 155,\n        \"label\": \"MOZAMBIQUE\",\n        \"iso2\": \"MZ\",\n        \"iso3\": \"MOZ\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 156,\n        \"label\": \"MYANMAR\",\n        \"iso2\": \"MM\",\n        \"iso3\": \"MMR\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 157,\n        \"label\": \"NAMIBIE\",\n        \"iso2\": \"NA\",\n        \"iso3\": \"NAM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 158,\n        \"label\": \"NAURU\",\n        \"iso2\": \"NR\",\n        \"iso3\": \"NRU\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 159,\n        \"label\": \"NÉPAL\",\n        \"iso2\": \"NP\",\n        \"iso3\": \"NPL\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 160,\n        \"label\": \"NICARAGUA\",\n        \"iso2\": \"NI\",\n        \"iso3\": \"NIC\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 161,\n        \"label\": \"NIGER\",\n        \"iso2\": \"NE\",\n        \"iso3\": \"NER\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 162,\n        \"label\": \"NIGÉRIA\",\n        \"iso2\": \"NG\",\n        \"iso3\": \"NGA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 163,\n        \"label\": \"NIUÉ\",\n        \"iso2\": \"NU\",\n        \"iso3\": \"NIU\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 164,\n        \"label\": \"NORFOLK, ÎLE\",\n        \"iso2\": \"NF\",\n        \"iso3\": \"NFK\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 165,\n        \"label\": \"NORVÈGE\",\n        \"iso2\": \"NO\",\n        \"iso3\": \"NOR\",\n        \"num_insee\": \"103\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 166,\n        \"label\": \"NOUVELLE-CALÉDONIE\",\n        \"iso2\": \"NC\",\n        \"iso3\": \"NCL\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 167,\n        \"label\": \"NOUVELLE-ZÉLANDE\",\n        \"iso2\": \"NZ\",\n        \"iso3\": \"NZL\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 168,\n        \"label\": \"OCÉAN INDIEN, TERRITOIRE BRITANNIQUE DE L'\",\n        \"iso2\": \"IO\",\n        \"iso3\": \"IOT\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 169,\n        \"label\": \"OMAN\",\n        \"iso2\": \"OM\",\n        \"iso3\": \"OMN\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 170,\n        \"label\": \"OUGANDA\",\n        \"iso2\": \"UG\",\n        \"iso3\": \"UGA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 171,\n        \"label\": \"OUZBÉKISTAN\",\n        \"iso2\": \"UZ\",\n        \"iso3\": \"UZB\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 172,\n        \"label\": \"PAKISTAN\",\n        \"iso2\": \"PK\",\n        \"iso3\": \"PAK\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 173,\n        \"label\": \"PALAOS\",\n        \"iso2\": \"PW\",\n        \"iso3\": \"PLW\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 174,\n        \"label\": \"PALESTINIEN OCCUPÉ, TERRITOIRE\",\n        \"iso2\": \"PS\",\n        \"iso3\": \"PSE\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 175,\n        \"label\": \"PANAMA\",\n        \"iso2\": \"PA\",\n        \"iso3\": \"PAN\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 176,\n        \"label\": \"PAPOUASIE-NOUVELLE-GUINÉE\",\n        \"iso2\": \"PG\",\n        \"iso3\": \"PNG\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 177,\n        \"label\": \"PARAGUAY\",\n        \"iso2\": \"PY\",\n        \"iso3\": \"PRY\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 178,\n        \"label\": \"PAYS-BAS\",\n        \"iso2\": \"NL\",\n        \"iso3\": \"NLD\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 7,\n        \"default_language\": null\n      },\n      {\n        \"id\": 179,\n        \"label\": \"PÉROU\",\n        \"iso2\": \"PE\",\n        \"iso3\": \"PER\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 180,\n        \"label\": \"PHILIPPINES\",\n        \"iso2\": \"PH\",\n        \"iso3\": \"PHL\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 181,\n        \"label\": \"PITCAIRN\",\n        \"iso2\": \"PN\",\n        \"iso3\": \"PCN\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 182,\n        \"label\": \"POLOGNE\",\n        \"iso2\": \"PL\",\n        \"iso3\": \"POL\",\n        \"num_insee\": \"122\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 183,\n        \"label\": \"POLYNÉSIE FRANÇAISE\",\n        \"iso2\": \"PF\",\n        \"iso3\": \"PYF\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 184,\n        \"label\": \"PORTO RICO\",\n        \"iso2\": \"PR\",\n        \"iso3\": \"PRI\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 185,\n        \"label\": \"PORTUGAL\",\n        \"iso2\": \"PT\",\n        \"iso3\": \"PRT\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 186,\n        \"label\": \"QATAR\",\n        \"iso2\": \"QA\",\n        \"iso3\": \"QAT\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 187,\n        \"label\": \"RÉUNION\",\n        \"iso2\": \"RE\",\n        \"iso3\": \"REU\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 188,\n        \"label\": \"ROUMANIE\",\n        \"iso2\": \"RO\",\n        \"iso3\": \"ROU\",\n        \"num_insee\": \"114\",\n        \"default_language_id\": 6,\n        \"default_language\": null\n      },\n      {\n        \"id\": 189,\n        \"label\": \"ROYAUME-UNI\",\n        \"iso2\": \"GB\",\n        \"iso3\": \"GBR\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 190,\n        \"label\": \"RUSSIE, FÉDÉRATION DE\",\n        \"iso2\": \"RU\",\n        \"iso3\": \"RUS\",\n        \"num_insee\": \"123\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 191,\n        \"label\": \"RWANDA\",\n        \"iso2\": \"RW\",\n        \"iso3\": \"RWA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 192,\n        \"label\": \"SAHARA OCCIDENTAL\",\n        \"iso2\": \"EH\",\n        \"iso3\": \"ESH\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 193,\n        \"label\": \"SAINT-BARTHÉLEMY\",\n        \"iso2\": \"BL\",\n        \"iso3\": \"BLM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 194,\n        \"label\": \"SAINTE-HÉLÈNE, ASCENSION ET TRISTAN DA CUNHA\",\n        \"iso2\": \"SH\",\n        \"iso3\": \"SHN\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 195,\n        \"label\": \"SAINTE-LUCIE\",\n        \"iso2\": \"LC\",\n        \"iso3\": \"LCA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 196,\n        \"label\": \"SAINT-KITTS-ET-NEVIS\",\n        \"iso2\": \"KN\",\n        \"iso3\": \"KNA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 197,\n        \"label\": \"SAINT-MARIN\",\n        \"iso2\": \"SM\",\n        \"iso3\": \"SMR\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 198,\n        \"label\": \"SAINT-MARTIN(PARTIE FRANÇAISE)\",\n        \"iso2\": \"MF\",\n        \"iso3\": \"MAF\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 199,\n        \"label\": \"SAINT-MARTIN (PARTIE NÉERLANDAISE)\",\n        \"iso2\": \"SX\",\n        \"iso3\": \"SXM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 200,\n        \"label\": \"SAINT-PIERRE-ET-MIQUELON\",\n        \"iso2\": \"PM\",\n        \"iso3\": \"SPM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      {\n        \"id\": 201,\n        \"label\": \"SAINT-SIÈGE (ÉTAT DE LA CITÉ DU VATICAN)\",\n        \"iso2\": \"VA\",\n        \"iso3\": \"VAT\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 202,\n        \"label\": \"SAINT-VINCENT-ET-LES GRENADINES\",\n        \"iso2\": \"VC\",\n        \"iso3\": \"VCT\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 203,\n        \"label\": \"SALOMON, ÎLES\",\n        \"iso2\": \"SB\",\n        \"iso3\": \"SLB\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 204,\n        \"label\": \"SAMOA\",\n        \"iso2\": \"WS\",\n        \"iso3\": \"WSM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 205,\n        \"label\": \"SAMOA AMÉRICAINES\",\n        \"iso2\": \"AS\",\n        \"iso3\": \"ASM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 206,\n        \"label\": \"SAO TOMÉ-ET-PRINCIPE\",\n        \"iso2\": \"ST\",\n        \"iso3\": \"STP\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 207,\n        \"label\": \"SÉNÉGAL\",\n        \"iso2\": \"SN\",\n        \"iso3\": \"SEN\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 208,\n        \"label\": \"SERBIE\",\n        \"iso2\": \"RS\",\n        \"iso3\": \"SRB\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 209,\n        \"label\": \"SEYCHELLES\",\n        \"iso2\": \"SC\",\n        \"iso3\": \"SYC\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 210,\n        \"label\": \"SIERRA LEONE\",\n        \"iso2\": \"SL\",\n        \"iso3\": \"SLE\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 211,\n        \"label\": \"SINGAPOUR\",\n        \"iso2\": \"SG\",\n        \"iso3\": \"SGP\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 212,\n        \"label\": \"SLOVAQUIE\",\n        \"iso2\": \"SK\",\n        \"iso3\": \"SVK\",\n        \"num_insee\": \"117\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 213,\n        \"label\": \"SLOVÉNIE\",\n        \"iso2\": \"SI\",\n        \"iso3\": \"SVN\",\n        \"num_insee\": \"145\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 214,\n        \"label\": \"SOMALIE\",\n        \"iso2\": \"SO\",\n        \"iso3\": \"SOM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 215,\n        \"label\": \"SOUDAN\",\n        \"iso2\": \"SD\",\n        \"iso3\": \"SDN\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 216,\n        \"label\": \"SOUDAN DU SUD\",\n        \"iso2\": \"SS\",\n        \"iso3\": \"SSD\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 217,\n        \"label\": \"SRI LANKA\",\n        \"iso2\": \"LK\",\n        \"iso3\": \"LKA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 218,\n        \"label\": \"SUÈDE\",\n        \"iso2\": \"SE\",\n        \"iso3\": \"SWE\",\n        \"num_insee\": \"104\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 219,\n        \"label\": \"SUISSE\",\n        \"iso2\": \"CH\",\n        \"iso3\": \"CHE\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 220,\n        \"label\": \"SURINAME\",\n        \"iso2\": \"SR\",\n        \"iso3\": \"SUR\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 221,\n        \"label\": \"SVALBARD ET ÎLE JAN MAYEN\",\n        \"iso2\": \"SJ\",\n        \"iso3\": \"SJM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 222,\n        \"label\": \"SWAZILAND\",\n        \"iso2\": \"SZ\",\n        \"iso3\": \"SWZ\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 223,\n        \"label\": \"SYRIENNE, RÉPUBLIQUE ARABE\",\n        \"iso2\": \"SY\",\n        \"iso3\": \"SYR\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 224,\n        \"label\": \"TADJIKISTAN\",\n        \"iso2\": \"TJ\",\n        \"iso3\": \"TJK\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 225,\n        \"label\": \"TAÏWAN, PROVINCE DE CHINE\",\n        \"iso2\": \"TW\",\n        \"iso3\": \"TWN\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 226,\n        \"label\": \"TANZANIE, RÉPUBLIQUE-UNIE DE\",\n        \"iso2\": \"TZ\",\n        \"iso3\": \"TZA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 227,\n        \"label\": \"TCHAD\",\n        \"iso2\": \"TD\",\n        \"iso3\": \"TCD\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 228,\n        \"label\": \"TCHÈQUE, RÉPUBLIQUE\",\n        \"iso2\": \"CZ\",\n        \"iso3\": \"CZE\",\n        \"num_insee\": \"116\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 229,\n        \"label\": \"TERRES AUSTRALES FRANÇAISES\",\n        \"iso2\": \"TF\",\n        \"iso3\": \"ATF\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 230,\n        \"label\": \"THAÏLANDE\",\n        \"iso2\": \"TH\",\n        \"iso3\": \"THA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 231,\n        \"label\": \"TIMOR-LESTE\",\n        \"iso2\": \"TL\",\n        \"iso3\": \"TLS\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 232,\n        \"label\": \"TOGO\",\n        \"iso2\": \"TG\",\n        \"iso3\": \"TGO\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 233,\n        \"label\": \"TOKELAU\",\n        \"iso2\": \"TK\",\n        \"iso3\": \"TKL\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 234,\n        \"label\": \"TONGA\",\n        \"iso2\": \"TO\",\n        \"iso3\": \"TON\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 235,\n        \"label\": \"TRINITÉ-ET-TOBAGO\",\n        \"iso2\": \"TT\",\n        \"iso3\": \"TTO\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 236,\n        \"label\": \"TUNISIE\",\n        \"iso2\": \"TN\",\n        \"iso3\": \"TUN\",\n        \"num_insee\": \"27\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 237,\n        \"label\": \"TURKMÉNISTAN\",\n        \"iso2\": \"TM\",\n        \"iso3\": \"TKM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 238,\n        \"label\": \"TURKS-ET-CAÏCOS, ÎLES\",\n        \"iso2\": \"TC\",\n        \"iso3\": \"TCA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 239,\n        \"label\": \"TURQUIE\",\n        \"iso2\": \"TR\",\n        \"iso3\": \"TUR\",\n        \"num_insee\": \"208\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 240,\n        \"label\": \"TUVALU\",\n        \"iso2\": \"TV\",\n        \"iso3\": \"TUV\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 241,\n        \"label\": \"UKRAINE\",\n        \"iso2\": \"UA\",\n        \"iso3\": \"UKR\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 242,\n        \"label\": \"URUGUAY\",\n        \"iso2\": \"UY\",\n        \"iso3\": \"URY\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 243,\n        \"label\": \"VANUATU\",\n        \"iso2\": \"VU\",\n        \"iso3\": \"VUT\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 244,\n        \"label\": \"VENEZUELA, RÉPUBLIQUE BOLIVARIENNE DU\",\n        \"iso2\": \"VE\",\n        \"iso3\": \"VEN\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 245,\n        \"label\": \"VIET NAM\",\n        \"iso2\": \"VN\",\n        \"iso3\": \"VNM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 246,\n        \"label\": \"WALLIS ET FUTUNA\",\n        \"iso2\": \"WF\",\n        \"iso3\": \"WLF\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 247,\n        \"label\": \"YÉMEN\",\n        \"iso2\": \"YE\",\n        \"iso3\": \"YEM\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 248,\n        \"label\": \"ZAMBIE\",\n        \"iso2\": \"ZM\",\n        \"iso3\": \"ZMB\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 249,\n        \"label\": \"ZIMBABWE\",\n        \"iso2\": \"ZW\",\n        \"iso3\": \"ZWE\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      },\n      {\n        \"id\": 250,\n        \"label\": \"KOSOVO\",\n        \"iso2\": \"XK\",\n        \"iso3\": \"XXK\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 2,\n        \"default_language\": null\n      }\n    ],\n    \"article_categories\": [\n      {\n        \"id\": 23,\n        \"label\": \"Boisson chaude\",\n        \"color\": \"#26B38D\"\n      },\n      {\n        \"id\": 105,\n        \"label\": \"Boisson chaude\",\n        \"color\": \"#26B38D\"\n      },\n      {\n        \"id\": 26,\n        \"label\": \"Tapas\",\n        \"color\": \"#22E07E\"\n      },\n      {\n        \"id\": 32,\n        \"label\": \"Snacking\",\n        \"color\": \"#A4EFD0\"\n      },\n      {\n        \"id\": 1,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 8,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 14,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 17,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 20,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 57,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 58,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 59,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 66,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 95,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 96,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 108,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 109,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 110,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 111,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 120,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 123,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 124,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 125,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 126,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 127,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 128,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 129,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 130,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 131,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 134,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 135,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 136,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 137,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 138,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 139,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 140,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 141,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 142,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 143,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 144,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 145,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 146,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 148,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 149,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 150,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 151,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 152,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 153,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 154,\n        \"label\": \"Nouvelle catégorie\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 155,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 156,\n        \"label\": \"Categorie API Test\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 157,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 158,\n        \"label\": \"Categorie API Test\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 159,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 160,\n        \"label\": \"Categorie API Test\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 161,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 162,\n        \"label\": \"Categorie API Test\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 163,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 165,\n        \"label\": \"Categorie API Test\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 166,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 167,\n        \"label\": \"Categorie API Test\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 168,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 169,\n        \"label\": \"Categorie API Test\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 170,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      {\n        \"id\": 99,\n        \"label\": \"Nouriture\",\n        \"color\": \"#470a47\"\n      },\n      {\n        \"id\": 100,\n        \"label\": \"Nourriture\",\n        \"color\": \"#0088ff\"\n      },\n      {\n        \"id\": 101,\n        \"label\": \"Taxe de séjour\",\n        \"color\": \"#cf43cf\"\n      },\n      {\n        \"id\": 106,\n        \"label\": \"Entrées\",\n        \"color\": \"#FEEFFE\"\n      },\n      {\n        \"id\": 107,\n        \"label\": \"Plats\",\n        \"color\": \"#FEEFFE\"\n      },\n      {\n        \"id\": 112,\n        \"label\": \"Divers\",\n        \"color\": \"#FEEFFE\"\n      },\n      {\n        \"id\": 113,\n        \"label\": \"Menu\",\n        \"color\": \"#ff0aff\"\n      },\n      {\n        \"id\": 114,\n        \"label\": \"Petit Déjeuner\",\n        \"color\": \"#00ff40\"\n      },\n      {\n        \"id\": 116,\n        \"label\": \"Bocaux\",\n        \"color\": \"#FEEFFE\"\n      },\n      {\n        \"id\": 117,\n        \"label\": \"Stationnement\",\n        \"color\": \"#666666\"\n      },\n      {\n        \"id\": 118,\n        \"label\": \"Panier repas\",\n        \"color\": \"#f70df7\"\n      },\n      {\n        \"id\": 119,\n        \"label\": \"Commissions\",\n        \"color\": \"#FEEFFE\"\n      },\n      {\n        \"id\": 164,\n        \"label\": \"Minibar Premium\",\n        \"color\": \"\"\n      },\n      {\n        \"id\": 121,\n        \"label\": \"champagne\",\n        \"color\": \"#FEEFFE\"\n      },\n      {\n        \"id\": 122,\n        \"label\": \"SPA\",\n        \"color\": \"#1ad4ce\"\n      },\n      {\n        \"id\": 132,\n        \"label\": \"Frais d'annulation\",\n        \"color\": \"#FEEFFE\"\n      },\n      {\n        \"id\": 133,\n        \"label\": \"Massage\",\n        \"color\": \"#00f2ff\"\n      },\n      {\n        \"id\": 147,\n        \"label\": \"Desserts\",\n        \"color\": \"#FEEFFE\"\n      },\n      {\n        \"id\": 171,\n        \"label\": \"Minibar Premium\",\n        \"color\": \"#FF8800\"\n      },\n      {\n        \"id\": 172,\n        \"label\": \"SPA 1h\",\n        \"color\": \"#aed9cd\"\n      }\n    ],\n    \"articles\": [\n      {\n        \"id\": 164,\n        \"label\": \"Parking\",\n        \"unit_price_incl\": 24,\n        \"article_category_id\": 1,\n        \"description\": \"\",\n        \"picture_url\": \"/public/images/parking.png\",\n        \"is_breakfast\": false,\n        \"is_lunch\": false,\n        \"is_dinner\": false,\n        \"article_category\": null\n      },\n      {\n        \"id\": 68,\n        \"label\": \"Lit d'appoint\",\n        \"unit_price_incl\": 12,\n        \"article_category_id\": 96,\n        \"description\": \"\",\n        \"picture_url\": \"/public/images/lit-d-appoint.png\",\n        \"is_breakfast\": false,\n        \"is_lunch\": false,\n        \"is_dinner\": false,\n        \"article_category\": null\n      },\n      {\n        \"id\": 1875,\n        \"label\": \"Petit déjeuner test jérémy\",\n        \"unit_price_incl\": 5,\n        \"article_category_id\": 99,\n        \"description\": \"\",\n        \"picture_url\": \"\",\n        \"is_breakfast\": true,\n        \"is_lunch\": false,\n        \"is_dinner\": false,\n        \"article_category\": null\n      },\n      {\n        \"id\": 1986,\n        \"label\": \"Forfait Stationnement\",\n        \"unit_price_incl\": 10,\n        \"article_category_id\": 117,\n        \"description\": \"\",\n        \"picture_url\": \"\",\n        \"is_breakfast\": false,\n        \"is_lunch\": false,\n        \"is_dinner\": false,\n        \"article_category\": null\n      },\n      {\n        \"id\": 1995,\n        \"label\": \"champagne\",\n        \"unit_price_incl\": 60,\n        \"article_category_id\": 121,\n        \"description\": \"\",\n        \"picture_url\": \"\",\n        \"is_breakfast\": false,\n        \"is_lunch\": false,\n        \"is_dinner\": false,\n        \"article_category\": null\n      },\n      {\n        \"id\": 1996,\n        \"label\": \"complément Privatisation Spa\",\n        \"unit_price_incl\": 32,\n        \"article_category_id\": 122,\n        \"description\": \"\",\n        \"picture_url\": \"\",\n        \"is_breakfast\": false,\n        \"is_lunch\": false,\n        \"is_dinner\": false,\n        \"article_category\": null\n      },\n      {\n        \"id\": 2032,\n        \"label\": \"Petit déjeuner buffet\",\n        \"unit_price_incl\": 15,\n        \"article_category_id\": 32,\n        \"description\": \"\",\n        \"picture_url\": \"\",\n        \"is_breakfast\": true,\n        \"is_lunch\": false,\n        \"is_dinner\": false,\n        \"article_category\": null\n      },\n      {\n        \"id\": 2081,\n        \"label\": \"Eau minerale 50cl\",\n        \"unit_price_incl\": 4,\n        \"article_category_id\": 171,\n        \"description\": \"\",\n        \"picture_url\": \"\",\n        \"is_breakfast\": false,\n        \"is_lunch\": false,\n        \"is_dinner\": false,\n        \"article_category\": null\n      },\n      {\n        \"id\": 2082,\n        \"label\": \"Espace Bien-Être Partagé\",\n        \"unit_price_incl\": 35,\n        \"article_category_id\": 172,\n        \"description\": \"<p><span style=\\\"text-decoration: underline;\\\"><em>Formule Eco :</em></span></p>\\n<ul>\\n<li>Acc&egrave;s espace bien-&ecirc;tre : <strong>jacuzzi </strong>+ <strong>sauna </strong>+ <strong>tisanerie&nbsp;</strong></li>\\n<li><strong>35 euro</strong>/<strong>heure </strong>par personne&nbsp;</li>\\n<li>Espace partag&eacute; <strong>maximum 4 personnes</strong></li>\\n</ul>\",\n        \"picture_url\": \"\",\n        \"is_breakfast\": false,\n        \"is_lunch\": false,\n        \"is_dinner\": false,\n        \"article_category\": null\n      },\n      {\n        \"id\": 1985,\n        \"label\": \"brunch\",\n        \"unit_price_incl\": 10,\n        \"article_category_id\": 114,\n        \"description\": \"\",\n        \"picture_url\": \"\",\n        \"is_breakfast\": true,\n        \"is_lunch\": false,\n        \"is_dinner\": false,\n        \"article_category\": null\n      },\n      {\n        \"id\": 1988,\n        \"label\": \"test TVA article packager\",\n        \"unit_price_incl\": 10,\n        \"article_category_id\": 107,\n        \"description\": \"\",\n        \"picture_url\": \"\",\n        \"is_breakfast\": false,\n        \"is_lunch\": false,\n        \"is_dinner\": false,\n        \"article_category\": null\n      },\n      {\n        \"id\": 2083,\n        \"label\": \"Espace Bien-Être Privatisé\",\n        \"unit_price_incl\": 50,\n        \"article_category_id\": 172,\n        \"description\": \"<p><span style=\\\"text-decoration: underline;\\\"><em>Formule Prenium :</em></span></p>\\n<ul>\\n<li>Acc&egrave;s espace bien-&ecirc;tre : <strong>jacuzzi </strong>+ <strong>sauna </strong>+ <strong>tisanerie&nbsp;</strong></li>\\n<li><strong>50 euro</strong>/<strong>heure </strong>par personne&nbsp;</li>\\n<li><strong>Espace privatis&eacute;</strong></li>\\n</ul>\",\n        \"picture_url\": \"\",\n        \"is_breakfast\": false,\n        \"is_lunch\": false,\n        \"is_dinner\": false,\n        \"article_category\": null\n      },\n      {\n        \"id\": 2024,\n        \"label\": \"testing testing\",\n        \"unit_price_incl\": 10,\n        \"article_category_id\": 1,\n        \"description\": \"\",\n        \"picture_url\": \"\",\n        \"is_breakfast\": false,\n        \"is_lunch\": false,\n        \"is_dinner\": true,\n        \"article_category\": null\n      },\n      {\n        \"id\": 104,\n        \"label\": \"Cappucino\",\n        \"unit_price_incl\": 6,\n        \"article_category_id\": 23,\n        \"description\": \"\",\n        \"picture_url\": \"\",\n        \"is_breakfast\": true,\n        \"is_lunch\": true,\n        \"is_dinner\": true,\n        \"article_category\": null\n      },\n      {\n        \"id\": 427,\n        \"label\": \"Réservation de Table Diner\",\n        \"unit_price_incl\": 0,\n        \"article_category_id\": 1,\n        \"description\": \"\",\n        \"picture_url\": \"\",\n        \"is_breakfast\": false,\n        \"is_lunch\": false,\n        \"is_dinner\": true,\n        \"article_category\": null\n      },\n      {\n        \"id\": 1865,\n        \"label\": \"Petit déjeuner\",\n        \"unit_price_incl\": 10,\n        \"article_category_id\": 1,\n        \"description\": \"\",\n        \"picture_url\": \"\",\n        \"is_breakfast\": true,\n        \"is_lunch\": false,\n        \"is_dinner\": false,\n        \"article_category\": null\n      },\n      {\n        \"id\": 1881,\n        \"label\": \"Tartare de saumon\",\n        \"unit_price_incl\": 9,\n        \"article_category_id\": 99,\n        \"description\": \"\",\n        \"picture_url\": \"\",\n        \"is_breakfast\": false,\n        \"is_lunch\": false,\n        \"is_dinner\": false,\n        \"article_category\": null\n      },\n      {\n        \"id\": 1882,\n        \"label\": \"Gazpacho de tomates\",\n        \"unit_price_incl\": 6,\n        \"article_category_id\": 99,\n        \"description\": \"\",\n        \"picture_url\": \"\",\n        \"is_breakfast\": false,\n        \"is_lunch\": false,\n        \"is_dinner\": false,\n        \"article_category\": null\n      }\n    ]\n  },\n  \"hotel\": {\n    \"ebooking_validation_auto\": true,\n    \"rates\": [\n      {\n        \"id\": 1,\n        \"label\": \"Standard.\",\n        \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": 0,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 27,\n        \"label\": \"TEST tarification backyou\",\n        \"description\": \"<p>test</p>\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 4,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 4,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 28,\n        \"label\": \"standard 3 personnes\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 3,\n        \"nb_persons_max\": 3,\n        \"nb_adults_min\": 3,\n        \"nb_adults_max\": 3,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": 0,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 40,\n        \"label\": \"standard 4 personnes\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 4,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 3,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": 0,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 33,\n        \"label\": \"SMARTBOX\",\n        \"description\": \"<p>a</p>\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 4,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 4,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": 0,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 18,\n        \"label\": \"Tarif Petit-Déjeuner Inclus\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 4,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 4,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 30,\n        \"label\": \"promotion Avril 2026\",\n        \"description\": \"<p>salut ça va?</p>\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 1,\n        \"nb_days_for_free_cancelation\": 0,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 31,\n        \"label\": \"lighthouse\",\n        \"description\": \"\",\n        \"rate_per_person\": true,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 4,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 34,\n        \"label\": \"BOOKING\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 17,\n        \"label\": \"Tarif last minute\",\n        \"description\": \"<p>tez\\\"eest</p>\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 4,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 4,\n        \"label\": \"Tarif OTA\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 4,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 4,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 5,\n        \"label\": \"Groupama\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 14,\n        \"label\": \"Soirée étape\",\n        \"description\": \"<p>Vous pourrez s&eacute;jour dans notre &eacute;tablissement, d&icirc;ner et &agrave; vorte d&eacute;part prendre le petit d&eacute;jeuner.</p>\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 35,\n        \"label\": \"Test Saint Valentin\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 36,\n        \"label\": \"test rate pack\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 37,\n        \"label\": \"Chamber B&B\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 38,\n        \"label\": \"Soirée étape\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 39,\n        \"label\": \"Forfait séminaire\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 100,\n        \"packages\": null\n      },\n      {\n        \"id\": 42,\n        \"label\": \"Forfait stationnement\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 0,\n        \"nb_persons_max\": 5,\n        \"nb_adults_min\": 0,\n        \"nb_adults_max\": 5,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 44,\n        \"label\": \"Tarifs Commissioné\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 10,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 10,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 45,\n        \"label\": \"Vue sur mer 1er mai\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 47,\n        \"label\": \"test Forfait\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 48,\n        \"label\": \"OTA NANR BB\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 49,\n        \"label\": \"Early bird\",\n        \"description\": \"<p>Test</p>\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 50,\n        \"label\": \"Early bird 2\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 51,\n        \"label\": \"Backyou - Hors chambre\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      },\n      {\n        \"id\": 52,\n        \"label\": \"promotestAle\",\n        \"description\": \"\",\n        \"rate_per_person\": false,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null\n      }\n    ],\n    \"room_types\": [\n      {\n        \"id\": 3,\n        \"label\": \"Chambre supérieure\",\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 4,\n        \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n        \"pictures\": [\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\",\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\",\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\",\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n        ]\n      },\n      {\n        \"id\": 1,\n        \"label\": \"Double avec 2 lit et un jacuzzi 2 full beds\",\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"description\": \"<p>Grande chambre avec jacuzzi et deux lits complets</p>\",\n        \"pictures\": [\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n        ]\n      },\n      {\n        \"id\": 35,\n        \"label\": \"communicante.\",\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"description\": \"<p>Chambre communicante</p>\",\n        \"pictures\": [\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\",\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n        ]\n      },\n      {\n        \"id\": 4,\n        \"label\": \"Triple\",\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 3,\n        \"description\": \"\",\n        \"pictures\": [\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n        ]\n      },\n      {\n        \"id\": 9,\n        \"label\": \"Suite\",\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 4,\n        \"description\": \"<p>Suite deluxe</p>\\n<p>32 m2&nbsp;</p>\",\n        \"pictures\": [\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\",\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\",\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n        ]\n      },\n      {\n        \"id\": 32,\n        \"label\": \"La Royale\",\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 3,\n        \"description\": \"\"\n      },\n      {\n        \"id\": 14,\n        \"label\": \"T3\",\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"description\": \"\"\n      },\n      {\n        \"id\": 12,\n        \"label\": \"T1\",\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"description\": \"\"\n      },\n      {\n        \"id\": 13,\n        \"label\": \"T2\",\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"description\": \"\"\n      },\n      {\n        \"id\": 8,\n        \"label\": \"Duplex *\",\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"description\": \"\",\n        \"pictures\": [\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n        ]\n      },\n      {\n        \"id\": 34,\n        \"label\": \"Chambre confort grand lit\",\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"description\": \"<p>Grand lit</p>\\n<p>Bain ou douche</p>\"\n      },\n      {\n        \"id\": 36,\n        \"label\": \"FICTIVE\",\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 1,\n        \"description\": \"\",\n        \"pictures\": [\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n        ]\n      },\n      {\n        \"id\": 37,\n        \"label\": \"Place de Parking\",\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 5,\n        \"description\": \"\",\n        \"pictures\": []\n      },\n      {\n        \"id\": 38,\n        \"label\": \"Fictive backyou\",\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 1,\n        \"description\": \"\",\n        \"pictures\": []\n      }\n    ],\n    \"age_ranges\": [\n      {\n        \"id\": 3,\n        \"age\": 18,\n        \"deleted\": false,\n        \"is_infants\": false,\n        \"is_children\": false,\n        \"is_adults\": true,\n        \"mapping_key\": \"adults\"\n      },\n      {\n        \"id\": 1,\n        \"age\": 12,\n        \"deleted\": false,\n        \"is_infants\": false,\n        \"is_children\": true,\n        \"is_adults\": false,\n        \"mapping_key\": \"children\"\n      },\n      {\n        \"id\": 2,\n        \"age\": 3,\n        \"deleted\": false,\n        \"is_infants\": false,\n        \"is_children\": false,\n        \"is_adults\": false,\n        \"mapping_key\": \"infants\"\n      },\n      {\n        \"id\": 8,\n        \"age\": 0,\n        \"deleted\": false,\n        \"is_infants\": true,\n        \"is_children\": false,\n        \"is_adults\": false,\n        \"mapping_key\": \"infants\"\n      }\n    ],\n    \"tourist_tax\": {\n      \"computed_amount\": 4.5\n    }\n  }\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Clients",
      "description": "",
      "item": [
        {
          "name": "Liste des tranches d'âge",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/age-ranges",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "age-ranges"
              ]
            },
            "description": "Récupération des tranches d'âges. Les tranches d'âges permettent de gérer les taxe de séjour et d'avoir des statistiques sur la clientèle de l'établissement"
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/age-ranges",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "age-ranges"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 3,\n    \"age\": 18,\n    \"deleted\": false,\n    \"is_infants\": false,\n    \"is_children\": false,\n    \"is_adults\": true,\n    \"mapping_key\": \"adults\"\n  },\n  {\n    \"id\": 1,\n    \"age\": 12,\n    \"deleted\": false,\n    \"is_infants\": false,\n    \"is_children\": true,\n    \"is_adults\": false,\n    \"mapping_key\": \"children\"\n  },\n  {\n    \"id\": 2,\n    \"age\": 3,\n    \"deleted\": false,\n    \"is_infants\": false,\n    \"is_children\": false,\n    \"is_adults\": false,\n    \"mapping_key\": \"infants\"\n  },\n  {\n    \"id\": 8,\n    \"age\": 0,\n    \"deleted\": false,\n    \"is_infants\": true,\n    \"is_children\": false,\n    \"is_adults\": false,\n    \"mapping_key\": \"infants\"\n  },\n  {\n    \"id\": 4,\n    \"age\": 60,\n    \"deleted\": true,\n    \"is_infants\": false,\n    \"is_children\": false,\n    \"is_adults\": false,\n    \"mapping_key\": \"adults\"\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des catégories clients",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/customer-categories",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "customer-categories"
              ]
            },
            "description": "Récupération des catégories client. Ces catégories sont utilisées pour segmenter la base client afin d'en tirer des statistiques claires, précises et utilisables.\nExemples:\n- VIP\n- Affaire\n- Tourisme"
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/customer-categories",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "customer-categories"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 11,\n    \"label\": \"Non renseignés\",\n    \"color\": \"#000000\",\n    \"rank\": 0,\n    \"deleted\": false\n  },\n  {\n    \"id\": 2,\n    \"label\": \"Loisirs\",\n    \"color\": \"#8c1e8c\",\n    \"rank\": 1,\n    \"deleted\": false\n  },\n  {\n    \"id\": 5,\n    \"label\": \"Groupes\",\n    \"color\": \"#4d00ff\",\n    \"rank\": 2,\n    \"deleted\": false\n  },\n  {\n    \"id\": 8,\n    \"label\": \"Événements\",\n    \"color\": \"#ff006f\",\n    \"rank\": 3,\n    \"deleted\": false\n  },\n  {\n    \"id\": 1,\n    \"label\": \"Sociétés\",\n    \"color\": \"#8cff00\",\n    \"rank\": 4,\n    \"deleted\": false\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des groupes clients",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/customer-groups",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "customer-groups"
              ]
            },
            "description": "Récupération des groupes client. Ces groupes sont utilisés pour segmenter la base client afin d'en tirer des statistiques claires, précises et utilisables.\nExemples:\n- VIP\n- Sportifs\n- Familles"
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/customer-groups",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "customer-groups"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 1,\n    \"label\": \"Autres\",\n    \"color\": \"#144bb8\",\n    \"rank\": 9,\n    \"deleted\": false\n  },\n  {\n    \"id\": 2,\n    \"label\": \"sqfsf\",\n    \"color\": \"#000000\",\n    \"rank\": 1,\n    \"deleted\": true\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des provenances clients",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/customer-origins",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "customer-origins"
              ]
            },
            "description": "Récupération des provenances clients. Ces provenances sont utilisées pour segmenter la base client afin d'en tirer des statistiques claires, précises et utilisables.\nEx:\n- Site internet\n- Campagne emailing\n- Office du tourisme"
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/customer-origins",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "customer-origins"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 5,\n    \"label\": \"Téléphone\",\n    \"color\": \"#3B5DC9\",\n    \"rank\": -1,\n    \"deleted\": false\n  },\n  {\n    \"id\": 1,\n    \"label\": \"Internet\",\n    \"color\": \"#B12CB1\",\n    \"rank\": 0,\n    \"deleted\": false\n  },\n  {\n    \"id\": 3,\n    \"label\": \"Direct\",\n    \"color\": \"#38B764\",\n    \"rank\": 1,\n    \"deleted\": false\n  },\n  {\n    \"id\": 2,\n    \"label\": \"Parrainage\",\n    \"color\": \"#FFCD75\",\n    \"rank\": 2,\n    \"deleted\": false\n  },\n  {\n    \"id\": 4,\n    \"label\": \"TEST\",\n    \"color\": \"#F4F4F4\",\n    \"rank\": -1,\n    \"deleted\": true\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des civilités clients",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/civilities",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "civilities"
              ]
            },
            "description": "Récupération des civilités possible d'un client."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/civilities",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "civilities"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 2,\n    \"label\": \"M.\",\n    \"rank\": 1,\n    \"deleted\": false\n  },\n  {\n    \"id\": 1,\n    \"label\": \"M. ou Mme\",\n    \"rank\": 2,\n    \"deleted\": false\n  },\n  {\n    \"id\": 3,\n    \"label\": \"Mme.\",\n    \"rank\": 3,\n    \"deleted\": false\n  },\n  {\n    \"id\": 4,\n    \"label\": \"Sté\",\n    \"rank\": 4,\n    \"deleted\": false\n  },\n  {\n    \"id\": 5,\n    \"label\": \"test\",\n    \"rank\": 0,\n    \"deleted\": true\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des langues",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/languages",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "languages"
              ]
            },
            "description": "Recuperation des langues disponibles. Les langues permettent de personnaliser la communication avec les clients."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/languages",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "languages"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 1,\n    \"code\": \"fr\",\n    \"label\": \"Français\"\n  },\n  {\n    \"id\": 2,\n    \"code\": \"en\",\n    \"label\": \"English\"\n  },\n  {\n    \"id\": 3,\n    \"code\": \"de\",\n    \"label\": \"Deutsch\"\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Recherche de clients",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/customers?q=Dupont",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "customers"
              ],
              "query": [
                {
                  "key": "q",
                  "value": "Dupont",
                  "description": "Chaine recherchée dansla base client. La recherche s'effectue sur tous les champs texte présents dans la fiche client.",
                  "disabled": false
                },
                {
                  "key": "ids",
                  "value": "[1093, 1095]",
                  "disabled": true
                },
                {
                  "key": "updated_since",
                  "value": "2026-03-01",
                  "disabled": true
                }
              ]
            },
            "description": "Cette route permet de rechercher des clients dans le CARDEX."
          },
          "response": [
            {
              "name": "Recherche par texte",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/customers?q=Dupont",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "customers"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "Dupont",
                      "description": "Chaine recherchée dansla base client. La recherche s'effectue sur tous les champs texte présents dans la fiche client.",
                      "disabled": false
                    },
                    {
                      "key": "ids",
                      "value": "[1093, 1095]",
                      "disabled": true
                    },
                    {
                      "key": "updated_since",
                      "value": "2026-03-01",
                      "disabled": true
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 1093,\n    \"civility_id\": 1,\n    \"lastname\": \"dupont\",\n    \"firstname\": \"\",\n    \"company\": \"\",\n    \"comment\": \"\",\n    \"allergies\": null,\n    \"email\": \"\",\n    \"phone\": \"\",\n    \"cellphone\": \"\",\n    \"postcode\": \";\",\n    \"city\": \";\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"\",\n    \"address2\": \"\",\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": \"\",\n    \"birthdate\": null,\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 5,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 1,\n    \"customer_company_id\": 0,\n    \"satisfaction_rating\": null,\n    \"contact_channel\": null,\n    \"deleted\": false,\n    \"updated_at\": \"2026-02-25T13:30:13+01:00\",\n    \"auto_email\": true,\n    \"gdpr_accepted_at\": null,\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": null,\n    \"vat_number\": null,\n    \"vat_number_no_eu\": null,\n    \"siren\": null,\n    \"siret\": null,\n    \"civility\": {\n      \"id\": 1,\n      \"label\": \"M. ou Mme\",\n      \"rank\": 2,\n      \"deleted\": false\n    },\n    \"country\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"color\": \"#144bb8\",\n      \"rank\": 9,\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 5,\n      \"label\": \"Groupes\",\n      \"color\": \"#4d00ff\",\n      \"rank\": 2,\n      \"deleted\": false\n    },\n    \"nationality\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"language\": {\n      \"id\": 1,\n      \"code\": \"fr\",\n      \"label\": \"Français\"\n    },\n    \"customer_origin\": {\n      \"id\": 1,\n      \"label\": \"Internet\",\n      \"color\": \"#B12CB1\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"customer_company\": null,\n    \"crm_completion\": 40,\n    \"invoice_balance\": 0,\n    \"hotel_booking_count\": 3\n  },\n  {\n    \"id\": 480,\n    \"civility_id\": 1,\n    \"lastname\": \"Dupont\",\n    \"firstname\": \"\",\n    \"company\": null,\n    \"comment\": null,\n    \"allergies\": null,\n    \"email\": \"\",\n    \"phone\": \"\",\n    \"cellphone\": \"\",\n    \"postcode\": \"66700\",\n    \"city\": \"Argelès-sur-Mer\",\n    \"country_id\": 1,\n    \"country_iso2\": \"AF\",\n    \"address\": \".\",\n    \"address2\": null,\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": null,\n    \"birthdate\": null,\n    \"customer_group_id\": 1,\n    \"customer_category_id\": null,\n    \"nationality_id\": 1,\n    \"language_id\": 2,\n    \"customer_origin_id\": 4,\n    \"customer_company_id\": null,\n    \"satisfaction_rating\": null,\n    \"contact_channel\": null,\n    \"deleted\": false,\n    \"updated_at\": \"2025-04-01T09:44:35+02:00\",\n    \"auto_email\": false,\n    \"gdpr_accepted_at\": null,\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": null,\n    \"vat_number\": null,\n    \"vat_number_no_eu\": null,\n    \"siren\": null,\n    \"siret\": null,\n    \"civility\": {\n      \"id\": 1,\n      \"label\": \"M. ou Mme\",\n      \"rank\": 2,\n      \"deleted\": false\n    },\n    \"country\": {\n      \"id\": 1,\n      \"label\": \"AFGHANISTAN\",\n      \"iso2\": \"AF\",\n      \"iso3\": \"AFG\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 2,\n      \"default_language\": null\n    },\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"color\": \"#144bb8\",\n      \"rank\": 9,\n      \"deleted\": false\n    },\n    \"customer_category\": null,\n    \"nationality\": {\n      \"id\": 1,\n      \"label\": \"AFGHANISTAN\",\n      \"iso2\": \"AF\",\n      \"iso3\": \"AFG\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 2,\n      \"default_language\": null\n    },\n    \"language\": {\n      \"id\": 2,\n      \"code\": \"en\",\n      \"label\": \"English\"\n    },\n    \"customer_origin\": {\n      \"id\": 4,\n      \"label\": \"TEST\",\n      \"color\": \"#F4F4F4\",\n      \"rank\": -1,\n      \"deleted\": true\n    },\n    \"customer_company\": null,\n    \"crm_completion\": 40,\n    \"invoice_balance\": null,\n    \"hotel_booking_count\": null\n  },\n  {\n    \"id\": 1606,\n    \"civility_id\": 1,\n    \"lastname\": \"DUPONT\",\n    \"firstname\": \"Martine\",\n    \"company\": \"ECOLAB\",\n    \"comment\": \"\",\n    \"allergies\": \"\",\n    \"email\": \"nforetnegre@gmail.com\",\n    \"phone\": \"\",\n    \"cellphone\": \"+33618619969\",\n    \"postcode\": \".\",\n    \"city\": \".\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \".\",\n    \"address2\": \".\",\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": \"\",\n    \"birthdate\": null,\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 2,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 3,\n    \"customer_company_id\": 0,\n    \"satisfaction_rating\": 2,\n    \"contact_channel\": null,\n    \"deleted\": false,\n    \"updated_at\": \"2026-03-19T12:34:09+01:00\",\n    \"auto_email\": true,\n    \"gdpr_accepted_at\": null,\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": null,\n    \"vat_number\": null,\n    \"vat_number_no_eu\": \"\",\n    \"siren\": \"\",\n    \"siret\": \"\",\n    \"civility\": {\n      \"id\": 1,\n      \"label\": \"M. ou Mme\",\n      \"rank\": 2,\n      \"deleted\": false\n    },\n    \"country\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"color\": \"#144bb8\",\n      \"rank\": 9,\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 2,\n      \"label\": \"Loisirs\",\n      \"color\": \"#8c1e8c\",\n      \"rank\": 1,\n      \"deleted\": false\n    },\n    \"nationality\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"language\": {\n      \"id\": 1,\n      \"code\": \"fr\",\n      \"label\": \"Français\"\n    },\n    \"customer_origin\": {\n      \"id\": 3,\n      \"label\": \"Direct\",\n      \"color\": \"#38B764\",\n      \"rank\": 1,\n      \"deleted\": false\n    },\n    \"customer_company\": null,\n    \"crm_completion\": 52,\n    \"invoice_balance\": 1080,\n    \"hotel_booking_count\": 3\n  },\n  {\n    \"id\": 241,\n    \"civility_id\": 4,\n    \"lastname\": \"DUPONT & DUPOND\",\n    \"firstname\": \".\",\n    \"company\": \".\",\n    \"comment\": null,\n    \"allergies\": null,\n    \"email\": \"test@test.fr\",\n    \"phone\": \"\",\n    \"cellphone\": \"\",\n    \"postcode\": \"X\",\n    \"city\": \"X\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"X\",\n    \"address2\": null,\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": null,\n    \"birthdate\": null,\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 11,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 4,\n    \"customer_company_id\": null,\n    \"satisfaction_rating\": null,\n    \"contact_channel\": null,\n    \"deleted\": false,\n    \"updated_at\": \"2026-01-09T18:24:42+01:00\",\n    \"auto_email\": false,\n    \"gdpr_accepted_at\": null,\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": null,\n    \"vat_number\": \"FRXXXXX\",\n    \"vat_number_no_eu\": null,\n    \"siren\": null,\n    \"siret\": null,\n    \"civility\": {\n      \"id\": 4,\n      \"label\": \"Sté\",\n      \"rank\": 4,\n      \"deleted\": false\n    },\n    \"country\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"color\": \"#144bb8\",\n      \"rank\": 9,\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 11,\n      \"label\": \"Non renseignés\",\n      \"color\": \"#000000\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"nationality\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"language\": {\n      \"id\": 1,\n      \"code\": \"fr\",\n      \"label\": \"Français\"\n    },\n    \"customer_origin\": {\n      \"id\": 4,\n      \"label\": \"TEST\",\n      \"color\": \"#F4F4F4\",\n      \"rank\": -1,\n      \"deleted\": true\n    },\n    \"customer_company\": null,\n    \"crm_completion\": 44,\n    \"invoice_balance\": 0,\n    \"hotel_booking_count\": 1\n  },\n  {\n    \"id\": 1725,\n    \"civility_id\": 2,\n    \"lastname\": \"Dupont\",\n    \"firstname\": \"Alfred\",\n    \"company\": null,\n    \"comment\": null,\n    \"allergies\": null,\n    \"email\": \"alex- kamal@ gmail.com\",\n    \"phone\": \"+262639000020\",\n    \"cellphone\": \"\",\n    \"postcode\": \"97600\",\n    \"city\": \"Mamoudzou\",\n    \"country_id\": 4,\n    \"country_iso2\": \"AL\",\n    \"address\": \"mamoudzou\",\n    \"address2\": null,\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": null,\n    \"birthdate\": null,\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 11,\n    \"nationality_id\": 1,\n    \"language_id\": 1,\n    \"customer_origin_id\": 5,\n    \"customer_company_id\": null,\n    \"satisfaction_rating\": null,\n    \"contact_channel\": null,\n    \"deleted\": false,\n    \"updated_at\": \"2026-03-12T06:02:05+01:00\",\n    \"auto_email\": false,\n    \"gdpr_accepted_at\": null,\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": null,\n    \"vat_number\": null,\n    \"vat_number_no_eu\": \"\",\n    \"siren\": \"\",\n    \"siret\": \"\",\n    \"civility\": {\n      \"id\": 2,\n      \"label\": \"M.\",\n      \"rank\": 1,\n      \"deleted\": false\n    },\n    \"country\": {\n      \"id\": 4,\n      \"label\": \"ALBANIE\",\n      \"iso2\": \"AL\",\n      \"iso3\": \"ALB\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 2,\n      \"default_language\": null\n    },\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"color\": \"#144bb8\",\n      \"rank\": 9,\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 11,\n      \"label\": \"Non renseignés\",\n      \"color\": \"#000000\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"nationality\": {\n      \"id\": 1,\n      \"label\": \"AFGHANISTAN\",\n      \"iso2\": \"AF\",\n      \"iso3\": \"AFG\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 2,\n      \"default_language\": null\n    },\n    \"language\": {\n      \"id\": 1,\n      \"code\": \"fr\",\n      \"label\": \"Français\"\n    },\n    \"customer_origin\": {\n      \"id\": 5,\n      \"label\": \"Téléphone\",\n      \"color\": \"#3B5DC9\",\n      \"rank\": -1,\n      \"deleted\": false\n    },\n    \"customer_company\": null,\n    \"crm_completion\": 54,\n    \"invoice_balance\": -217,\n    \"hotel_booking_count\": 2\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            },
            {
              "name": "Recherche par IDs",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/customers?ids=[1093, 1095]",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "customers"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "Dupont",
                      "description": "Chaine recherchée dansla base client. La recherche s'effectue sur tous les champs texte présents dans la fiche client.",
                      "disabled": true
                    },
                    {
                      "key": "ids",
                      "value": "[1093, 1095]",
                      "disabled": false
                    },
                    {
                      "key": "updated_since",
                      "value": "2026-03-01",
                      "disabled": true
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 1093,\n    \"civility_id\": 1,\n    \"lastname\": \"dupont\",\n    \"firstname\": \"\",\n    \"company\": \"\",\n    \"comment\": \"\",\n    \"allergies\": null,\n    \"email\": \"\",\n    \"phone\": \"\",\n    \"cellphone\": \"\",\n    \"postcode\": \";\",\n    \"city\": \";\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"\",\n    \"address2\": \"\",\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": \"\",\n    \"birthdate\": null,\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 5,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 1,\n    \"customer_company_id\": 0,\n    \"satisfaction_rating\": null,\n    \"contact_channel\": null,\n    \"deleted\": false,\n    \"updated_at\": \"2026-02-25T13:30:13+01:00\",\n    \"auto_email\": true,\n    \"gdpr_accepted_at\": null,\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": null,\n    \"vat_number\": null,\n    \"vat_number_no_eu\": null,\n    \"siren\": null,\n    \"siret\": null,\n    \"civility\": {\n      \"id\": 1,\n      \"label\": \"M. ou Mme\",\n      \"rank\": 2,\n      \"deleted\": false\n    },\n    \"country\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"color\": \"#144bb8\",\n      \"rank\": 9,\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 5,\n      \"label\": \"Groupes\",\n      \"color\": \"#4d00ff\",\n      \"rank\": 2,\n      \"deleted\": false\n    },\n    \"nationality\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"language\": {\n      \"id\": 1,\n      \"code\": \"fr\",\n      \"label\": \"Français\"\n    },\n    \"customer_origin\": {\n      \"id\": 1,\n      \"label\": \"Internet\",\n      \"color\": \"#B12CB1\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"customer_company\": null,\n    \"crm_completion\": 40,\n    \"invoice_balance\": 0,\n    \"hotel_booking_count\": 3\n  },\n  {\n    \"id\": 1095,\n    \"civility_id\": 1,\n    \"lastname\": \"altour\",\n    \"firstname\": \"\",\n    \"company\": \"\",\n    \"comment\": \"\",\n    \"allergies\": null,\n    \"email\": \"\",\n    \"phone\": \"\",\n    \"cellphone\": \"\",\n    \"postcode\": \"\",\n    \"city\": \"\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"\",\n    \"address2\": \"\",\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": \"\",\n    \"birthdate\": null,\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 5,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 1,\n    \"customer_company_id\": 0,\n    \"satisfaction_rating\": null,\n    \"contact_channel\": null,\n    \"deleted\": false,\n    \"updated_at\": \"2025-10-10T10:58:08+02:00\",\n    \"auto_email\": true,\n    \"gdpr_accepted_at\": null,\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": null,\n    \"vat_number\": null,\n    \"vat_number_no_eu\": null,\n    \"siren\": null,\n    \"siret\": null,\n    \"civility\": {\n      \"id\": 1,\n      \"label\": \"M. ou Mme\",\n      \"rank\": 2,\n      \"deleted\": false\n    },\n    \"country\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"color\": \"#144bb8\",\n      \"rank\": 9,\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 5,\n      \"label\": \"Groupes\",\n      \"color\": \"#4d00ff\",\n      \"rank\": 2,\n      \"deleted\": false\n    },\n    \"nationality\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"language\": {\n      \"id\": 1,\n      \"code\": \"fr\",\n      \"label\": \"Français\"\n    },\n    \"customer_origin\": {\n      \"id\": 1,\n      \"label\": \"Internet\",\n      \"color\": \"#B12CB1\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"customer_company\": null,\n    \"crm_completion\": 40,\n    \"invoice_balance\": null,\n    \"hotel_booking_count\": null\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            },
            {
              "name": "Recherche par date de mise à jour",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/customers?updated_since=2026-03-01",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "customers"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "Dupont",
                      "description": "Chaine recherchée dansla base client. La recherche s'effectue sur tous les champs texte présents dans la fiche client.",
                      "disabled": true
                    },
                    {
                      "key": "ids",
                      "value": "[1093, 1095]",
                      "disabled": true
                    },
                    {
                      "key": "updated_since",
                      "value": "2026-03-01",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 1,\n    \"civility_id\": 1,\n    \"lastname\": \"Passage\",\n    \"firstname\": \"\",\n    \"company\": \"\",\n    \"comment\": \"\",\n    \"allergies\": \"\",\n    \"email\": \"\",\n    \"phone\": \"\",\n    \"cellphone\": \"\",\n    \"postcode\": \"\",\n    \"city\": \"\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"\",\n    \"address2\": \"\",\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": \"\",\n    \"birthdate\": null,\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 11,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 3,\n    \"customer_company_id\": 0,\n    \"satisfaction_rating\": 5,\n    \"contact_channel\": null,\n    \"deleted\": false,\n    \"updated_at\": \"2026-03-26T10:52:42+01:00\",\n    \"auto_email\": true,\n    \"gdpr_accepted_at\": null,\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": null,\n    \"vat_number\": null,\n    \"vat_number_no_eu\": null,\n    \"siren\": null,\n    \"siret\": null,\n    \"civility\": {\n      \"id\": 1,\n      \"label\": \"M. ou Mme\",\n      \"rank\": 2,\n      \"deleted\": false\n    },\n    \"country\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"color\": \"#144bb8\",\n      \"rank\": 9,\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 11,\n      \"label\": \"Non renseignés\",\n      \"color\": \"#000000\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"nationality\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"language\": {\n      \"id\": 1,\n      \"code\": \"fr\",\n      \"label\": \"Français\"\n    },\n    \"customer_origin\": {\n      \"id\": 3,\n      \"label\": \"Direct\",\n      \"color\": \"#38B764\",\n      \"rank\": 1,\n      \"deleted\": false\n    },\n    \"customer_company\": null,\n    \"crm_completion\": 28,\n    \"invoice_balance\": null,\n    \"hotel_booking_count\": 75\n  },\n  {\n    \"id\": 55,\n    \"civility_id\": 4,\n    \"lastname\": \"Thais PMS\",\n    \"firstname\": \"\",\n    \"company\": \"\",\n    \"comment\": \"\",\n    \"allergies\": null,\n    \"email\": \"a.dorget@thais-pms.com\",\n    \"phone\": \"\",\n    \"cellphone\": \"\",\n    \"postcode\": \"34170\",\n    \"city\": \"s\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"20 avenue Jean Jaures\",\n    \"address2\": \"\",\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": \"\",\n    \"birthdate\": null,\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 1,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 3,\n    \"customer_company_id\": 0,\n    \"satisfaction_rating\": null,\n    \"contact_channel\": null,\n    \"deleted\": false,\n    \"updated_at\": \"2026-03-03T15:27:24+01:00\",\n    \"auto_email\": false,\n    \"gdpr_accepted_at\": null,\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": null,\n    \"vat_number\": \"233\",\n    \"vat_number_no_eu\": null,\n    \"siren\": null,\n    \"siret\": null,\n    \"civility\": {\n      \"id\": 4,\n      \"label\": \"Sté\",\n      \"rank\": 4,\n      \"deleted\": false\n    },\n    \"country\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"color\": \"#144bb8\",\n      \"rank\": 9,\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 1,\n      \"label\": \"Sociétés\",\n      \"color\": \"#8cff00\",\n      \"rank\": 4,\n      \"deleted\": false\n    },\n    \"nationality\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"language\": {\n      \"id\": 1,\n      \"code\": \"fr\",\n      \"label\": \"Français\"\n    },\n    \"customer_origin\": {\n      \"id\": 3,\n      \"label\": \"Direct\",\n      \"color\": \"#38B764\",\n      \"rank\": 1,\n      \"deleted\": false\n    },\n    \"customer_company\": null,\n    \"crm_completion\": 50,\n    \"invoice_balance\": 0,\n    \"hotel_booking_count\": null\n  },\n  {\n    \"id\": 62,\n    \"civility_id\": 1,\n    \"lastname\": \"expedia\",\n    \"firstname\": \"\",\n    \"company\": \"\",\n    \"comment\": \"\",\n    \"allergies\": null,\n    \"email\": \"\",\n    \"phone\": \"\",\n    \"cellphone\": \"\",\n    \"postcode\": \"78000\",\n    \"city\": \"VERSAILLES\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"2 RUE MONSEIGNEUR GIBIER\",\n    \"address2\": \"\",\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": \"\",\n    \"birthdate\": null,\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 1,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 3,\n    \"customer_company_id\": 0,\n    \"satisfaction_rating\": null,\n    \"contact_channel\": null,\n    \"deleted\": false,\n    \"updated_at\": \"2026-03-10T16:49:29+01:00\",\n    \"auto_email\": false,\n    \"gdpr_accepted_at\": null,\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": null,\n    \"vat_number\": \"44444444444\",\n    \"vat_number_no_eu\": \"\",\n    \"siren\": \"\",\n    \"siret\": \"\",\n    \"civility\": {\n      \"id\": 1,\n      \"label\": \"M. ou Mme\",\n      \"rank\": 2,\n      \"deleted\": false\n    },\n    \"country\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"color\": \"#144bb8\",\n      \"rank\": 9,\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 1,\n      \"label\": \"Sociétés\",\n      \"color\": \"#8cff00\",\n      \"rank\": 4,\n      \"deleted\": false\n    },\n    \"nationality\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"language\": {\n      \"id\": 1,\n      \"code\": \"fr\",\n      \"label\": \"Français\"\n    },\n    \"customer_origin\": {\n      \"id\": 3,\n      \"label\": \"Direct\",\n      \"color\": \"#38B764\",\n      \"rank\": 1,\n      \"deleted\": false\n    },\n    \"customer_company\": null,\n    \"crm_completion\": 47,\n    \"invoice_balance\": 292,\n    \"hotel_booking_count\": 1\n  },\n  {\n    \"id\": 72,\n    \"civility_id\": 4,\n    \"lastname\": \"test societe\",\n    \"firstname\": \"Jérémy\",\n    \"company\": \"test\",\n    \"comment\": \"\",\n    \"allergies\": \"\",\n    \"email\": \"test@thais-soft.com\",\n    \"phone\": \"0102030405\",\n    \"cellphone\": \"\",\n    \"postcode\": \"30470\",\n    \"city\": \"Montpellier\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"test\",\n    \"address2\": \"\",\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": \"\",\n    \"birthdate\": \"1899-11-30\",\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 1,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 3,\n    \"customer_company_id\": 746,\n    \"satisfaction_rating\": 2,\n    \"contact_channel\": \"Email\",\n    \"deleted\": false,\n    \"updated_at\": \"2026-03-19T12:13:24+01:00\",\n    \"auto_email\": false,\n    \"gdpr_accepted_at\": null,\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": null,\n    \"vat_number\": \"000000000000\",\n    \"vat_number_no_eu\": \"\",\n    \"siren\": \"15415612\",\n    \"siret\": \"125415464512\",\n    \"civility\": {\n      \"id\": 4,\n      \"label\": \"Sté\",\n      \"rank\": 4,\n      \"deleted\": false\n    },\n    \"country\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"color\": \"#144bb8\",\n      \"rank\": 9,\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 1,\n      \"label\": \"Sociétés\",\n      \"color\": \"#8cff00\",\n      \"rank\": 4,\n      \"deleted\": false\n    },\n    \"nationality\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"language\": {\n      \"id\": 1,\n      \"code\": \"fr\",\n      \"label\": \"Français\"\n    },\n    \"customer_origin\": {\n      \"id\": 3,\n      \"label\": \"Direct\",\n      \"color\": \"#38B764\",\n      \"rank\": 1,\n      \"deleted\": false\n    },\n    \"customer_company\": {\n      \"id\": 746,\n      \"civility_id\": 1,\n      \"lastname\": \"Gorchon\",\n      \"firstname\": \"Jeanne\",\n      \"company\": \"Thais PMS\",\n      \"comment\": \"TEST SUPPORT\\n-----------------\\ntest\",\n      \"allergies\": \"Intolérance gluten\\n-----------------\\ntest\",\n      \"email\": \"support@thais-soft.com\",\n      \"phone\": \"+33750661935\",\n      \"cellphone\": \"+33750661935\",\n      \"postcode\": \"34000\",\n      \"city\": \"Castelneau\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"Maison\",\n      \"address2\": \"test\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": \"1899-11-30\",\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 4,\n      \"customer_company_id\": 1564,\n      \"satisfaction_rating\": 5,\n      \"contact_channel\": \"Email\",\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-23T07:43:23+01:00\",\n      \"auto_email\": true,\n      \"gdpr_accepted_at\": \"2025-03-12 14:47:18\",\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgQAAACKCAYAAADVJ1IXAAAAAXNSR0IArs4c6QAAFtxJREFUeF7tnU/IfkUVx49g4SJQwaCFUFGR0CIXLX4Lo4SgoqAWumphgqta5ELJoLB2hUK6bCElbQqEcFVBYJJRQX9cZLgQTHThwoWQkIvAnq/eY8fp/pn7PPfPzNzPhZ/v6/vcO/fMZ+a5850zZ869yjggAAEIQAACEDg8gasOTwAAEIAABCAAAQgYgoBOAAEIQAACEIAAgoA+AAEIQAACEICAIQjoBBCAAAQgAAEIIAjoAxCAAAQgAAEIGIKATgABCEAAAhCAAIKAPgABCEAAAhCAgAiwy4B+AAEIQAACEIAAgoA+AAEIQAACEIAAHgL6AAQgAAEIQAACLBnQByAAAQhAAAIQIIaAPgABCEAAAhCAwJsECCqkI0AAAhCAAAQggCCgD6xG4ANmdpuZ3WBmv+ruor/pX3q8ZmY3mdldq1lDwRCAAAQgMEoADwEdZGkCXzWzT5mZfs49njSzT8+9iPMhAAEIQOByAgiCyxlSwluD+B3dYN7nAchlhCDIJcV5EIAABBYmgCBYGOjBitPg/+OZs/p/mtmjHSf9rn+fMLMvziznYKipLgQgAIF1CSAI1uXbculaEpAYyDleNrMfnU78bs7JnAMBCEAAAtsTQBBsz7zWO8oboKUB/dTyQM7SwJ2n835Sa4Wxe5CAt336UxfI4+M//XdQQgACFRBAEFTQSDubqIe+vAH3Z9ihwV9xAL8NA0PGZZyyI4F054f+XwO5ft7c2XVt9/9Du0TGzPdlIf1U34hiAcGwY8NzawikBBAE9Ik+AreY2T1mpoFgKupfIuB7CIBiO5LP4n3Xh3aAnDOwr1XBV83s6URIIhTWok25EBghgCCge0QCWuOfWg7Q7F8zPfccQLAsAnFpR4P/lKBz61NXv8p5xcze1Q3Y8byhATsuIbw/LCvl2uD38D4msYk4KKt/YU3DBBAEDTfujKpN7RbwnQEEBc6AutGp8uZ85hTgqQF4KPeDu+3dZe9LOlsNtlEo6HcJFR0SCtd1/4ZwyVbFomxl60bNxm0gUB4BBEF5bbKHRU/0zCTlyn38ZIxEAA/jPVpl+J7uBVBcRxrcGQd/Dab6V/ohYaB/Y8sZBKiW3orYVz0BBEH1TXhxBX5nZppl+sGM7GKkqxTgg2bfko6Em9bhcwWAxxCUKhY80VXq8aBvrtK1KBQCbxFAEBy7J2hgeD5BQJ8op0+ofeQF8O2e0bKhYE6P7fDZtq6JA797F/R3BYOWvAykeivXRfSCyAMib0GpYqac3oMlEJhJgIf/TGCNna7BIG4nvNfMHmysjrVWJ20b1WNsR8ec7aHO5CUz+04FuSIkClJvwSdPsRNP1dq42A2BEgkgCEpsle1seiPcShHl793u1txphECM6dBMWDP5sRlxn3gYA6z4EAXz6aglYFR1/Hr39ky3+1biW/geQWA5AgiC5VjWVlK6XKDZp1yxHPsRkIv8F2GwftbMPt+Z4+v++ulb+vT7jWZ2dWJyfF+EPtL5L3Tn+A6D+A6KWkRByoc+u19f5c4NEkAQNNiomVVKZ5WlrydnVqvq0+bO9NPKzhnY+7aa1hDJL7vlQfG4gg/iJai6z2N8QQQQBAU1xsampC8nIoJ74wbouZ0HEd5kZldmmnPObNnv5+vzEhQaYEs/5CmQKNBRg4gpnSf2QeBNAgiCY3cE7TCIEdw/MLP7jo2kqNr7jgDtGHCXvwzUwO0xBZfmiEiXjrQuX3oEf7QZQVBUl8WYmgkgCGpuvctt73NRz3E7X24BJZRAIA1ilCgo+YiCoAYBUzJLbIPA2wQQBHSGf5vZNT0YXBiQT779PhKFYQ3LBnefXrz1w65ZEATt909quBEBBMFGoAu+zffN7JsT9nk6XD9NW9Ze7v7JlR3d1vHcS93ZBWNryrS4Jq+KlT7Iel4CbZ+8vqmWoDIQ2JEAgmBH+AXdOma3m/tmuqlquEBwcRAFRPrZVFl8vg6BNI7gYTPTLLzUw/NnlC5cSuWHXRDoJYAgoGOkBNLI8y0J9XkaFPXu6ZUlJrSnXkcMsnMbU49EfKXv0Dlb1q/Ue6WC4DEzu71QY313TA1LG4UixCwI9BNAENAzhgjECHffiaCHsAbi18xMmQ11+Kts9XtMnlML2T7R4Lbr+xHf9aD6zV0GcY9I6d6QF7skR6q7dhmUGFhIMGEt3yrsrJIAgqDKZqvCaBcRLhLcaP97zJ4Xf4+VU6zC62amjH1xe6R7CfpAxPOiDZdA02Aey720LBcHqVhQuXMFxyW2xGvT9wWUlvCH3ANLtTTlQGCAAIKArnFUAukAPzbojw3SqQCJ5cTP/O2DUzEae2WMTBNVlbS/P+6CIG7gqN9Y6r06AQTB6oi5AQT+j8AtZnabmX0lvKxHJ2kZRmv3eyQGSncanJP5cOmmlqD6qZmJF689Xpou5UEgIYAgoEtAYHkCcanCPQIea5F6COQR0GCnAXjvI2au3DtoL76z4BEzu2tvONwfAq0TQBC03sLUbw0CPuD7OwAU63DtaWavwT4n1qDUpE9p5sq94gjcDrwCa/ReyoTAAAEEAV0DAsMEfKeFfvorh6diAGJpHnugJQAFEOrnHssBuW2cLhvsEc/gwY17eyhymXEeBJohgCBopimpyJkEfEbvs3u59ucM+rrtc2Z2def6f7L7qQGt5MF/CFdcNthy+6HaQWJA7PcQImd2Hy6DQDsEEATttCU1mSbgWyA16GjGn+vi95JjLgGf8adpnaetKPuMPZYNYrIh7W6oUUiV3apYB4EMAgiCDEicUiWBOPjPnfX7IK/Zvo7SXf1LN1D0Eqy9/dAFyJbeiKV5UR4EmiCAIGiiGQ9diTTAb87gHwd+/53ZqVl8HfJa2w/jLgKWCA79FabypRBAEJTSEtiRQyB1+XvQ39i1MTVx7ev7OYyWOCcmKVp65q42U/n3F5wieQmGlAGB6gggCKprskMYHGf9+v2jZnZlpObpoH9EN/+SHSO+M0DlLvWcUMyGAgd1PHr6j5YLOCAAgUIILPVFL6Q6mFEhgZxZvzL46YVKGvh9XR8X/7qNHeMILs1HwA6CdduK0iGwCAEEwSIYKSSTQNzXP7TW79v1ati3n1ntKk/7m5nd3Fl+riBIlwcUoLjXy5uqbASMhsCWBBAEW9I+zr3irF+1Hhv85TrWcbRI/tJ7wz1m9kBn5NydBlEIkG2w9JbGPgh0BBAEdIVLCeTO+t3d71H8RPNfSn7d62McwZzAwph2mDiBdduI0iGwKAEEwaI4my4sZ9ZfW6rephtsgcrNiSMgYHAB4BQBgT0JIAj2pF/uvXOS+qRr/a1l7Cu3dbazLGYtHFo2IGBwu/bgThBYlQCCYFW8VRQ+NfgfPWtfFY24kpFjywZpwKCSC7EMtFJDUCwEtiCAINiCcjn3yBn8a3kzXzlU27akb9kgxglICCibIQcEIFA5AQRB5Q04YH76Bj9/fa+/xS9N2csDvc1+sEStYtZCBQlqx4gOAgaXoEsZECiIAIKgoMY4w5SpQD8P8vuzmT3D1r4zCHOJCLxoZjd2KB42s7vBAgEItEcAQVBHm+YM/DGLH3v662jX0q2McQJuKy8iKr3VsA8CZxJAEJwJbsXL5NZ3136a0Ie3860InqLfJtCXWEjvINDf1QdvJeMgvQUC7RFAEOzXpums/47ugesWaZbvefuZ8e/XTke781BiobgF8V4ze/BoYKgvBFongCDYpoVjNr/3d69/9Tuns34N/uR736ZduMv/CORkGPzXSQi85xRD8KqZXQ88CECgLQIIgmXbM762VyWPufyZ9S/LntLOI5AjBLxk7UaRJ0uHlg3IO3Aec66CQJEEEATnNUsc+K8zs4+HdX+VSDKf87hy1TYE0hiB3C2Eim15ojOR4MJt2oq7QGAzAgiCadRxrT91979kZq+Y2eNdMcz6p3lyxn4EzhUC0WIJAgkDiV69FpkDAhBohACC4J0NOZbJL83dj7u0kS/BAaqxhBBwTDFREV6CA3QeqngcAkcXBP6gVIvHKH8G/+N8B1quqfr3/V0Qq/r0EmmG4/sNxA5R0HIPom6HInBEQeD7/FMBoHVUPTRJ43uor0CTlfVXEWvwVn/WoL3kzpXoJVC5uTEITcKmUhBohcARBIF7AWLEvz/E1I6KsuaAQAsE1Jdd6Lo3YEkhEBnFvARLeR9aaAPqAIFqCbQoCOKe/z4vgGZMaz0kq+0IGF4VgTSplTwCEryvm9nLIzXxTIPKJXC1mT3dnRu/Dy8kf/Pls75ioyj4j5l9hO9WVf0IYyHwDgKtCAI96L5tZh8K2/9iHABeADp+rQSiwE3zWmxZJ/8+KXumJ8+SbQ+Y2W2dIdp18whety2bhXtBYDkCtQqCuAzgsyWfHWk9k+1/y/URStqOQMxvoS2umvn737azIu9OLhD+amZfM7ObwmVrxC3kWcVZEIDA2QRqEgR9b17zWAB/OLEUcHZX4MKdCPTFuEyZIvf8H83sOTNzF7+u8YRYfdfrM18y8M9TsRE/j5/JM+Geir6yZcuvux0N/rnudyfZDKeaks8hUA6BGgSBHkR605q/AdBFALEA5fQjLMkjED0AY+5/H9j1/fyYmd3QFb92oOBULdwb9+UueFFZOnU8Zma3n36JMQVeFt6CKap8DoFCCJQuCPQAUmY03z6lGQcHBGoikOMB8Ddb+tq8tvUpf4COvbf1jcUwyDOgmIL7QoOkAt4/inUkqVdNPRhbD0OgZEHwkJl9o2sJPUD0MhUOCNRAwEVA+kprH+A1yHtwng+OcctgKUIgChPZqXp5vo6xt3KO1d/rpuuf6bwLLPXV0KuxsXkCpQqCX57WSD+HGKiy/7lbfCgYLj78WxsIbulErEfdewMOLXONxcXstTMmtUlegIdPQYM/O6M3undBwsiX/IaKITvoGYC5BAJLEihVELxoZjd2FSU16pItPl2WD+TxAa41bO1d16Hodz98TfmSSHgNBNeY2asDe+jTQDgXETGY7rXuJVNbZ5kcWw4Yc/Vr5q0YAv2MomGJ1MLTLdx/RioElo5XcHEwFaAYrfNYCveojOVEOLfeXAcBCHQEShUEMk+BhP7ARBQs32Vz1raXv+u6JWpZac31aWemWvgaf1ojJQb6Vk8K7D5vgK6VvYqN2cNbkrr2t4xXiMJzrkhwblp2QSSs+52i9AMRKFkQpKLA1yw1M4zrl3s8SGvtIlNru3G2Grkqmlxb3DzaPa1/OouP5URvgv8uj8AVM1MiG/cE6TO9Slpb6t5tZv/ovBI6V1n19E9H6o1w74AGhzjjXqqNpoSTD6JDuS90vb9gKNq09Aw8p74xQNDjG6bszyl3yXPOEQreVz1wEZGwZItQ1mEIlC4I1BDPTyRnefaUKe3vZqaBYWhgkojwh0Z0Q85t6HR9/Fwx4nvCdf/4e2pPWn6s31BdfdCM5SqLo7avaRCOh9aH/9Ttadff07S36eDbtzSQLiHE8n1JIZez11fLBxIgCjpT+d5+sQ2dXW7ZuefFQbPPCxDXuofW+YeE15YzcO8HEkli6GLJGdaUwOsckeD9w7/vsQ+t6UXK7WecB4HiCNQgCARN69l6OM8dYHKAp0FufYPeJWvkOTZceo4GUM3ix8TFpfcYuz5l2LfOHwfwLQb2OfW91Avg9xpaFthKCPQtafi9ZWNrGTxdvKlu7vGY811NJwe+BBHFxJx+xLkQqJpALYIgQvZ0rp7YZc4D4NLGkotbrmulSY6DgA9w59jig3iftyH9W7xP/Ezt+EZnkGZCPqvWn242sy91nymbnLwC6dF3nz4PRDqQX8pzz+t98Iyz52iPu5+nov3HlmHEa+1AwVTMuABobfDP7SvRm6Br9P9q4+jdy/2epl5FleeiwcVErl2cB4HiCdQoCFKo0Wsw5OJ2t3b8PD4g4qAcHwIeyV7zw1X19EyP0d1dc50u+WJJULrHKZbjA6l+5uxWENe+2ACVuWR8gPfv2M/TLIcuXsjemd8z0meBPwP0d8XKKJ4liomhbZNDosEticKhT/TnW8yZEFiZQAuCYGVETRSv9WOJgvSQp0Meg9TF3/cQq/lhNuXKzxVHQ+WI6yXLAj7Y+6DjM9qYrtvvoRmqDl8HZz18u69o6n2QMHMvRBRsYxZt4TXajgh3aooAgqCp5hysjK+15iSImSIyNOPxgaqU+IAhV/45LnUtGwy9e2DqAZ+6quOsMw4ikVtkOZYRcKqt+HxbAtHrED0K6bKFPEgIuW3bhrtlEEAQZEBq7JSxWe6aVR2Kh4h/j8mG3JYcz4Sf874uw+VnzUy/+6HdEz/vvCHyiPiD293Eab31ubwnypYpEZUecif/vvMKKKCzL1mTzxzjtW6nBoMY9c569Jo9j7IhAIEsAgiCLExNnuReA1Uuuj59IMsNvGoSzkCllCNB21t9R0cULemyiz7zgZ7Z4JF6CXWFQKUEEASVNtxGZg8FYfrf02DN3HXUJczXLF1JizylssrUYP0XM3u6S4UcB2W/pw/OstU9BHLvfuGUzyJ9B4Ffrz37BOwt0WqUAQEIFEsAQVBs0zRh2NiuDvdE+KDrA3RfxX327V6NmDDo3GC+qaWTqdiAJhqISkAAAhBwAggC+kLpBNLgwHOCAr2OQ4GG0fUvb8BU7oHSmWEfBCAAgdkEEASzkXHBBgSGRMBvzOypmff3ssZ2CbAkMBMqp0MAAu0RQBC016Y11yh145+7HODLEcq/MPRWwkvKrpkxtkMAAhDoJYAgoGOUQkBiQC+y0nFupj+V8VBI1ZzWDRFQSmtjBwQgUBwBBEFxTXJIgxTl/0QQA3PX8HW98gX0vf7YRQC7BA7Ztag0BCCQSwBBkEuK89YiENMqa0vgrSM38m2N/nMoLkBFqCyPDVjLdsqFAAQg0AwBBEEzTVltRf5gZlc66302r//1HAd6W6OyBvo5YxVlSaDaboDhEIDA3gQQBHu3APefygeQQwghkEOJcyAAAQiMEEAQ0D1KISBh4K9pnvIC6HOJAL0EiNiAUloQOyAAgaoJIAiqbr4mjY9vB1QF9f6AD4f3AuS87KhJMFQKAhCAwJoEEARr0qVsCEAAAhCAQCUEEASVNBRmQgACEIAABNYkgCBYky5lQwACEIAABCohgCCopKEwEwIQgAAEILAmAQTBmnQpGwIQgAAEIFAJAQRBJQ2FmRCAAAQgAIE1CSAI1qRL2RCAAAQgAIFKCCAIKmkozIQABCAAAQisSQBBsCZdyoYABCDQBgF/A+ncN5G2UfuD1AJBcJCGppoQgAAEziQQ30h6Z5cu/MyiuKxkAgiCklsH2yAAAQjsT0DpxJ/vzNDryfVqcY4GCSAIGmxUqgQBCEBgYQISBbxHZGGopRWHICitRbAHAhCAAAQgsAMBBMEO0LklBCAAAQhAoDQCCILSWgR7IAABCEAAAjsQQBDsAJ1bQgACEIAABEojgCAorUWwBwIQgAAEILADAQTBDtC5JQQgAAEIQKA0AgiC0loEeyAAAQhAAAI7EEAQ7ACdW0IAAhCAAARKI4AgKK1FsAcCEIAABCCwAwEEwQ7QuSUEIAABCECgNAIIgtJaBHsgAAEIQAACOxBAEOwAnVtCAAIQgAAESiOAICitRbAHAhCAAAQgsAMBBMEO0LklBCAAAQhAoDQCCILSWgR7IAABCEAAAjsQQBDsAJ1bQgACEIAABEojgCAorUWwBwIQgAAEILADAQTBDtC5JQQgAAEIQKA0AgiC0loEeyAAAQhAAAI7EEAQ7ACdW0IAAhCAAARKI4AgKK1FsAcCEIAABCCwAwEEwQ7QuSUEIAABCECgNAIIgtJaBHsgAAEIQAACOxD4LyX/Kcdv3mTjAAAAAElFTkSuQmCC\",\n      \"vat_number\": \"xxx\",\n      \"vat_number_no_eu\": \"\",\n      \"siren\": \"\",\n      \"siret\": \"\",\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 71,\n      \"invoice_balance\": 1292.92,\n      \"hotel_booking_count\": 2\n    },\n    \"crm_completion\": 73,\n    \"invoice_balance\": 29.5,\n    \"hotel_booking_count\": 1\n  },\n  {\n    \"id\": 81,\n    \"civility_id\": 1,\n    \"lastname\": \"Cedt\",\n    \"firstname\": \"Alexandre\",\n    \"company\": \"\",\n    \"comment\": \"tete\",\n    \"allergies\": \"Cacahuétes + rapougich\",\n    \"email\": \"test@test.com\",\n    \"phone\": \"+33769792027\",\n    \"cellphone\": \"+33603042343\",\n    \"postcode\": \".\",\n    \"city\": \"Mauguio\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"119 Rue Madeleine Brès\",\n    \"address2\": \"address supplement\",\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": \"231651668651681\",\n    \"birthdate\": \"1987-12-29\",\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 8,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 3,\n    \"customer_company_id\": 502,\n    \"satisfaction_rating\": 5,\n    \"contact_channel\": \"Email\",\n    \"deleted\": false,\n    \"updated_at\": \"2026-03-07T18:56:32+01:00\",\n    \"auto_email\": false,\n    \"gdpr_accepted_at\": null,\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": null,\n    \"vat_number\": \"\",\n    \"vat_number_no_eu\": \"\",\n    \"siren\": \"\",\n    \"siret\": \"\",\n    \"civility\": {\n      \"id\": 1,\n      \"label\": \"M. ou Mme\",\n      \"rank\": 2,\n      \"deleted\": false\n    },\n    \"country\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"color\": \"#144bb8\",\n      \"rank\": 9,\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 8,\n      \"label\": \"Événements\",\n      \"color\": \"#ff006f\",\n      \"rank\": 3,\n      \"deleted\": false\n    },\n    \"nationality\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\",\n      \"num_insee\": \"40\",\n      \"default_language_id\": 1,\n      \"default_language\": null\n    },\n    \"language\": {\n      \"id\": 1,\n      \"code\": \"fr\",\n      \"label\": \"Français\"\n    },\n    \"customer_origin\": {\n      \"id\": 3,\n      \"label\": \"Direct\",\n      \"color\": \"#38B764\",\n      \"rank\": 1,\n      \"deleted\": false\n    },\n    \"customer_company\": {\n      \"id\": 502,\n      \"civility_id\": 4,\n      \"lastname\": \"EDF\",\n      \"firstname\": \"\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"test@test.fr\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"33800\",\n      \"city\": \"Bordeaux\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"c\",\n      \"address2\": \"\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 4,\n      \"customer_company_id\": null,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-23T11:38:55+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": \"xxx\",\n      \"vat_number_no_eu\": \"\",\n      \"siren\": \"\",\n      \"siret\": \"\",\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 55,\n      \"invoice_balance\": 0,\n      \"hotel_booking_count\": 5\n    },\n    \"crm_completion\": 78,\n    \"invoice_balance\": 0,\n    \"hotel_booking_count\": 5\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Ajout d'un client",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/customers",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "customers"
              ]
            },
            "description": "Cette route permet d'ajouter un client dans le CARDEX.\n\n- civility_id : integer from /hub/api/partner/resort/civilities\n- lastname * : required, string(max 80)\n- firstname : string(max 50)\n- company : string(max 50)\n- characteristics : string(max 65535)\n- email : string(max 255)\n- phone : string(max 20)\n- cellphone : string(max 20)\n- postcode : string(max 9)\n- city : string(max 50)\n- country_id : string(code ISO2) or integer (si null, fallback sur nationality_id, puis la valeur par défaut de\nl'hotel)\n- address : string(max 80)\n- address2 : string(max 80)\n- warning : boolean\n- unwanted : boolean\n- travel_card : string(max 20)\n- birthdate : date (format YYYY-MM-DD)\n- customer_group_id : integer from /hub/api/partner/resort/customer-groups\n- customer_category_id : integer from /hub/api/partner/resort/customer-categories\n- nationality_id : string(code ISO2) or integer (si null, fallback sur country_id, puis la valeur par défaut de\nl'hotel)\n- language_id : integer (si null, fallback sur le langage de la country_id ou nationality_id, puis la valeur par défaut de\nl'hotel)\n- customer_origin_id : integer from /hub/api/partner/resort/customer-origins\n- customer_company_id : integer from /hub/api/partner/resort/customers\n- satisfaction_rating : integer (min 0, max 5)\n- contact_channel : string(max 10)\n- auto_email : boolean\n- gdpr_accepted_at : date (format YYYY-MM-DD)\n- vat_number : string(max 255)",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"lastname\": \"Doe\",\n  \"email\": \"john.doe@thais-pms.com\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Client minimal",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/customers",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "customers"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"lastname\": \"Doe\",\n  \"email\": \"john.doe@thais-pms.com\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 2439,\n  \"civility_id\": 2,\n  \"lastname\": \"Doe\",\n  \"firstname\": \"\",\n  \"company\": null,\n  \"comment\": null,\n  \"allergies\": null,\n  \"email\": \"john.doe@thais-pms.com\",\n  \"phone\": \"\",\n  \"cellphone\": \"\",\n  \"postcode\": \"\",\n  \"city\": \"\",\n  \"country_id\": 79,\n  \"country_iso2\": \"FR\",\n  \"address\": \"\",\n  \"address2\": null,\n  \"warning\": false,\n  \"unwanted\": false,\n  \"travel_card\": null,\n  \"birthdate\": null,\n  \"customer_group_id\": 1,\n  \"customer_category_id\": 11,\n  \"nationality_id\": 79,\n  \"language_id\": 1,\n  \"customer_origin_id\": 5,\n  \"customer_company_id\": null,\n  \"satisfaction_rating\": null,\n  \"contact_channel\": null,\n  \"deleted\": false,\n  \"updated_at\": \"2026-03-26T11:07:39+01:00\",\n  \"auto_email\": false,\n  \"gdpr_accepted_at\": null,\n  \"rgpd_commercial_agreement\": false,\n  \"signature\": null,\n  \"vat_number\": null,\n  \"vat_number_no_eu\": null,\n  \"siren\": null,\n  \"siret\": null,\n  \"civility\": {\n    \"id\": 2,\n    \"label\": \"M.\",\n    \"rank\": 1,\n    \"deleted\": false\n  },\n  \"country\": {\n    \"id\": 79,\n    \"label\": \"FRANCE\",\n    \"iso2\": \"FR\",\n    \"iso3\": \"FRA\",\n    \"num_insee\": \"40\",\n    \"default_language_id\": 1,\n    \"default_language\": null\n  },\n  \"customer_group\": {\n    \"id\": 1,\n    \"label\": \"Autres\",\n    \"color\": \"#144bb8\",\n    \"rank\": 9,\n    \"deleted\": false\n  },\n  \"customer_category\": {\n    \"id\": 11,\n    \"label\": \"Non renseignés\",\n    \"color\": \"#000000\",\n    \"rank\": 0,\n    \"deleted\": false\n  },\n  \"nationality\": {\n    \"id\": 79,\n    \"label\": \"FRANCE\",\n    \"iso2\": \"FR\",\n    \"iso3\": \"FRA\",\n    \"num_insee\": \"40\",\n    \"default_language_id\": 1,\n    \"default_language\": null\n  },\n  \"language\": {\n    \"id\": 1,\n    \"code\": \"fr\",\n    \"label\": \"Français\"\n  },\n  \"customer_origin\": {\n    \"id\": 5,\n    \"label\": \"Téléphone\",\n    \"color\": \"#3B5DC9\",\n    \"rank\": -1,\n    \"deleted\": false\n  },\n  \"customer_company\": null,\n  \"crm_completion\": 38,\n  \"invoice_balance\": null,\n  \"hotel_booking_count\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            },
            {
              "name": "Client complet",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/customers",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "customers"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"civility_id\": 1,\n  \"lastname\": \"Doe\",\n  \"firstname\": \"John\",\n  \"email\": \"john.doe@thais-pms.com\",\n  \"cellphone\": \"+33612345678\",\n  \"postcode\": \"34000\",\n  \"city\": \"Montpellier\",\n  \"country_id\": \"FR\",\n  \"address\": \"1 avenue des Hotels\",\n  \"birthdate\": \"1967-05-26\",\n  \"satisfaction_rating\": 5,\n  \"contact_channel\": \"email\",\n  \"auto_email\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 2440,\n  \"civility_id\": 1,\n  \"lastname\": \"Doe\",\n  \"firstname\": \"John\",\n  \"company\": null,\n  \"comment\": null,\n  \"allergies\": null,\n  \"email\": \"john.doe@thais-pms.com\",\n  \"phone\": \"\",\n  \"cellphone\": \"+33612345678\",\n  \"postcode\": \"34000\",\n  \"city\": \"Montpellier\",\n  \"country_id\": 79,\n  \"country_iso2\": \"FR\",\n  \"address\": \"1 avenue des Hotels\",\n  \"address2\": null,\n  \"warning\": false,\n  \"unwanted\": false,\n  \"travel_card\": null,\n  \"birthdate\": \"1967-05-26\",\n  \"customer_group_id\": 1,\n  \"customer_category_id\": 11,\n  \"nationality_id\": 79,\n  \"language_id\": 1,\n  \"customer_origin_id\": 5,\n  \"customer_company_id\": null,\n  \"satisfaction_rating\": 5,\n  \"contact_channel\": \"email\",\n  \"deleted\": false,\n  \"updated_at\": \"2026-03-26T11:07:40+01:00\",\n  \"auto_email\": true,\n  \"gdpr_accepted_at\": null,\n  \"rgpd_commercial_agreement\": false,\n  \"signature\": null,\n  \"vat_number\": null,\n  \"vat_number_no_eu\": null,\n  \"siren\": null,\n  \"siret\": null,\n  \"civility\": {\n    \"id\": 1,\n    \"label\": \"M. ou Mme\",\n    \"rank\": 2,\n    \"deleted\": false\n  },\n  \"country\": {\n    \"id\": 79,\n    \"label\": \"FRANCE\",\n    \"iso2\": \"FR\",\n    \"iso3\": \"FRA\",\n    \"num_insee\": \"40\",\n    \"default_language_id\": 1,\n    \"default_language\": null\n  },\n  \"customer_group\": {\n    \"id\": 1,\n    \"label\": \"Autres\",\n    \"color\": \"#144bb8\",\n    \"rank\": 9,\n    \"deleted\": false\n  },\n  \"customer_category\": {\n    \"id\": 11,\n    \"label\": \"Non renseignés\",\n    \"color\": \"#000000\",\n    \"rank\": 0,\n    \"deleted\": false\n  },\n  \"nationality\": {\n    \"id\": 79,\n    \"label\": \"FRANCE\",\n    \"iso2\": \"FR\",\n    \"iso3\": \"FRA\",\n    \"num_insee\": \"40\",\n    \"default_language_id\": 1,\n    \"default_language\": null\n  },\n  \"language\": {\n    \"id\": 1,\n    \"code\": \"fr\",\n    \"label\": \"Français\"\n  },\n  \"customer_origin\": {\n    \"id\": 5,\n    \"label\": \"Téléphone\",\n    \"color\": \"#3B5DC9\",\n    \"rank\": -1,\n    \"deleted\": false\n  },\n  \"customer_company\": null,\n  \"crm_completion\": 66,\n  \"invoice_balance\": null,\n  \"hotel_booking_count\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Récupération d'un client",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/customers/{{id}}",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "customers",
                "{{id}}"
              ]
            },
            "description": "Lecture de l'ensemble des données d'un client présent dans le CARDEX grâce à son ID."
          },
          "response": [
            {
              "name": "Récupération d'un client",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/customers/2441",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "customers",
                    "2441"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 2441,\n  \"civility_id\": 1,\n  \"lastname\": \"Doe\",\n  \"firstname\": \"JohnNew\",\n  \"company\": null,\n  \"comment\": null,\n  \"allergies\": null,\n  \"email\": \"get@thais-pms.com\",\n  \"phone\": \"\",\n  \"cellphone\": \"\",\n  \"postcode\": \"\",\n  \"city\": \"\",\n  \"country_id\": 79,\n  \"country_iso2\": \"FR\",\n  \"address\": \"\",\n  \"address2\": null,\n  \"warning\": false,\n  \"unwanted\": false,\n  \"travel_card\": null,\n  \"birthdate\": null,\n  \"customer_group_id\": 1,\n  \"customer_category_id\": 11,\n  \"nationality_id\": 79,\n  \"language_id\": 1,\n  \"customer_origin_id\": 5,\n  \"customer_company_id\": null,\n  \"satisfaction_rating\": null,\n  \"contact_channel\": null,\n  \"deleted\": false,\n  \"updated_at\": \"2026-03-26T11:07:40+01:00\",\n  \"auto_email\": false,\n  \"gdpr_accepted_at\": null,\n  \"rgpd_commercial_agreement\": false,\n  \"signature\": null,\n  \"vat_number\": null,\n  \"vat_number_no_eu\": null,\n  \"siren\": null,\n  \"siret\": null,\n  \"civility\": {\n    \"id\": 1,\n    \"label\": \"M. ou Mme\",\n    \"rank\": 2,\n    \"deleted\": false\n  },\n  \"country\": {\n    \"id\": 79,\n    \"label\": \"FRANCE\",\n    \"iso2\": \"FR\",\n    \"iso3\": \"FRA\",\n    \"num_insee\": \"40\",\n    \"default_language_id\": 1,\n    \"default_language\": null\n  },\n  \"customer_group\": {\n    \"id\": 1,\n    \"label\": \"Autres\",\n    \"color\": \"#144bb8\",\n    \"rank\": 9,\n    \"deleted\": false\n  },\n  \"customer_category\": {\n    \"id\": 11,\n    \"label\": \"Non renseignés\",\n    \"color\": \"#000000\",\n    \"rank\": 0,\n    \"deleted\": false\n  },\n  \"nationality\": {\n    \"id\": 79,\n    \"label\": \"FRANCE\",\n    \"iso2\": \"FR\",\n    \"iso3\": \"FRA\",\n    \"num_insee\": \"40\",\n    \"default_language_id\": 1,\n    \"default_language\": null\n  },\n  \"language\": {\n    \"id\": 1,\n    \"code\": \"fr\",\n    \"label\": \"Français\"\n  },\n  \"customer_origin\": {\n    \"id\": 5,\n    \"label\": \"Téléphone\",\n    \"color\": \"#3B5DC9\",\n    \"rank\": -1,\n    \"deleted\": false\n  },\n  \"customer_company\": null,\n  \"crm_completion\": 42,\n  \"invoice_balance\": null,\n  \"hotel_booking_count\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Modification d'un client",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/customers/{{id}}",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "customers",
                "{{id}}"
              ]
            },
            "description": "Modification d'un client dans le CARDEX.\n\nLes champs modifiables sont :\n\n- nom\n- prénom\n- company\n- characteristics\n- email\n- phone\n- cellphone\n- postcode\n- city\n- address\n- address2\n- warning\n- travel_card\n- birthdate\n- language_id\n- satisfaction_rating\n- contact_channel\n- auto_email\n- gdpr_accepted_at\n- signature\n- vat_number\n\n- nationality_code\n- language_code\n- country_code\n\n\n( nationality, language et country peuvent etre update a l'aide d'un code de 2 lettres )\n\nIl s'agit d'une requête HTTP PATCH, seuls les champs du body seront modifiés."
          },
          "response": [
            {
              "name": "Change le prénom d'un client",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/customers/2442",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "customers",
                    "2442"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"firstname\": \"John\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 2442,\n  \"civility_id\": 1,\n  \"lastname\": \"Doe\",\n  \"firstname\": \"John\",\n  \"company\": null,\n  \"comment\": null,\n  \"allergies\": null,\n  \"email\": \"edit@thais-pms.com\",\n  \"phone\": \"\",\n  \"cellphone\": \"\",\n  \"postcode\": \"\",\n  \"city\": \"\",\n  \"country_id\": 79,\n  \"country_iso2\": \"FR\",\n  \"address\": \"\",\n  \"address2\": null,\n  \"warning\": false,\n  \"unwanted\": false,\n  \"travel_card\": null,\n  \"birthdate\": null,\n  \"customer_group_id\": 1,\n  \"customer_category_id\": 11,\n  \"nationality_id\": 79,\n  \"language_id\": 1,\n  \"customer_origin_id\": 5,\n  \"customer_company_id\": null,\n  \"satisfaction_rating\": null,\n  \"contact_channel\": null,\n  \"deleted\": false,\n  \"updated_at\": \"2026-03-26T11:07:43+01:00\",\n  \"auto_email\": false,\n  \"gdpr_accepted_at\": null,\n  \"rgpd_commercial_agreement\": false,\n  \"signature\": null,\n  \"vat_number\": null,\n  \"vat_number_no_eu\": null,\n  \"siren\": null,\n  \"siret\": null,\n  \"civility\": {\n    \"id\": 1,\n    \"label\": \"M. ou Mme\",\n    \"rank\": 2,\n    \"deleted\": false\n  },\n  \"country\": {\n    \"id\": 79,\n    \"label\": \"FRANCE\",\n    \"iso2\": \"FR\",\n    \"iso3\": \"FRA\",\n    \"num_insee\": \"40\",\n    \"default_language_id\": 1,\n    \"default_language\": null\n  },\n  \"customer_group\": {\n    \"id\": 1,\n    \"label\": \"Autres\",\n    \"color\": \"#144bb8\",\n    \"rank\": 9,\n    \"deleted\": false\n  },\n  \"customer_category\": {\n    \"id\": 11,\n    \"label\": \"Non renseignés\",\n    \"color\": \"#000000\",\n    \"rank\": 0,\n    \"deleted\": false\n  },\n  \"nationality\": {\n    \"id\": 79,\n    \"label\": \"FRANCE\",\n    \"iso2\": \"FR\",\n    \"iso3\": \"FRA\",\n    \"num_insee\": \"40\",\n    \"default_language_id\": 1,\n    \"default_language\": null\n  },\n  \"language\": {\n    \"id\": 1,\n    \"code\": \"fr\",\n    \"label\": \"Français\"\n  },\n  \"customer_origin\": {\n    \"id\": 5,\n    \"label\": \"Téléphone\",\n    \"color\": \"#3B5DC9\",\n    \"rank\": -1,\n    \"deleted\": false\n  },\n  \"customer_company\": null,\n  \"crm_completion\": 42,\n  \"invoice_balance\": null,\n  \"hotel_booking_count\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Fusion de clients",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/customers/merge",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "customers",
                "merge"
              ]
            },
            "description": "Cette route permet de fusionner des clients dans le CARDEX.\n\nA l'issue de cette fusion, seul le premier client du tableau restera et l'ensemble des autres fiches seront supprimées.\n\nLes réservations, factures, tickets et notifications seront transférés sur ce client.",
            "body": {
              "mode": "raw",
              "raw": "[\n  \"{{customer1_id}}\",\n  \"{{customer2_id}}\"\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Fusion de 2 clients",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/customers/merge",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "customers",
                    "merge"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "[\n  2443,\n  2444\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 2443,\n  \"civility_id\": 1,\n  \"lastname\": \"FusionTest1\",\n  \"firstname\": \"Jane\",\n  \"company\": \"string\",\n  \"comment\": null,\n  \"allergies\": null,\n  \"email\": \"fusiontest1@thais-pms.com\",\n  \"phone\": \"+33600000000\",\n  \"cellphone\": \"+33612345678\",\n  \"postcode\": \"34000\",\n  \"city\": \"Montpellier\",\n  \"country_id\": 79,\n  \"country_iso2\": \"FR\",\n  \"address\": \"\",\n  \"address2\": null,\n  \"warning\": false,\n  \"unwanted\": false,\n  \"travel_card\": null,\n  \"birthdate\": null,\n  \"customer_group_id\": 1,\n  \"customer_category_id\": 11,\n  \"nationality_id\": 79,\n  \"language_id\": 1,\n  \"customer_origin_id\": 5,\n  \"customer_company_id\": null,\n  \"satisfaction_rating\": null,\n  \"contact_channel\": null,\n  \"deleted\": false,\n  \"updated_at\": \"2026-03-26T11:07:44+01:00\",\n  \"auto_email\": false,\n  \"gdpr_accepted_at\": null,\n  \"rgpd_commercial_agreement\": false,\n  \"signature\": null,\n  \"vat_number\": null,\n  \"vat_number_no_eu\": null,\n  \"siren\": null,\n  \"siret\": null,\n  \"civility\": {\n    \"id\": 1,\n    \"label\": \"M. ou Mme\",\n    \"rank\": 2,\n    \"deleted\": false\n  },\n  \"country\": {\n    \"id\": 79,\n    \"label\": \"FRANCE\",\n    \"iso2\": \"FR\",\n    \"iso3\": \"FRA\",\n    \"num_insee\": \"40\",\n    \"default_language_id\": 1,\n    \"default_language\": null\n  },\n  \"customer_group\": {\n    \"id\": 1,\n    \"label\": \"Autres\",\n    \"color\": \"#144bb8\",\n    \"rank\": 9,\n    \"deleted\": false\n  },\n  \"customer_category\": {\n    \"id\": 11,\n    \"label\": \"Non renseignés\",\n    \"color\": \"#000000\",\n    \"rank\": 0,\n    \"deleted\": false\n  },\n  \"nationality\": {\n    \"id\": 79,\n    \"label\": \"FRANCE\",\n    \"iso2\": \"FR\",\n    \"iso3\": \"FRA\",\n    \"num_insee\": \"40\",\n    \"default_language_id\": 1,\n    \"default_language\": null\n  },\n  \"language\": {\n    \"id\": 1,\n    \"code\": \"fr\",\n    \"label\": \"Français\"\n  },\n  \"customer_origin\": {\n    \"id\": 5,\n    \"label\": \"Téléphone\",\n    \"color\": \"#3B5DC9\",\n    \"rank\": -1,\n    \"deleted\": false\n  },\n  \"customer_company\": null,\n  \"crm_completion\": 38,\n  \"invoice_balance\": null,\n  \"hotel_booking_count\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Hotel",
      "description": "",
      "item": [
        {
          "name": "Liste des types de chambre",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/room-types",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "room-types"
              ]
            },
            "description": "Recuperation de differents types de chambres configure dans l'hotel."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/room-types",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "room-types"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 3,\n    \"label\": \"Chambre supérieure\",\n    \"shortcode\": null,\n    \"subject_to_pricing\": true,\n    \"nb_persons_min\": 1,\n    \"nb_persons_max\": 4,\n    \"public\": true,\n    \"color\": \"#38B764\",\n    \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n    \"rank\": 0,\n    \"deleted\": false,\n    \"cm_id\": null,\n    \"cm2_id\": null,\n    \"ical_url\": null\n  },\n  {\n    \"id\": 1,\n    \"label\": \"Double avec 2 lit et un jacuzzi\",\n    \"shortcode\": null,\n    \"subject_to_pricing\": true,\n    \"nb_persons_min\": 1,\n    \"nb_persons_max\": 2,\n    \"public\": true,\n    \"color\": \"#B13E53\",\n    \"description\": \"<p>Big room with jacuzzi and two full beds</p>\",\n    \"rank\": 1,\n    \"deleted\": false,\n    \"cm_id\": \"17140\",\n    \"cm2_id\": null,\n    \"ical_url\": null\n  },\n  {\n    \"id\": 35,\n    \"label\": \"communicante.\",\n    \"shortcode\": \"SHORT\",\n    \"subject_to_pricing\": true,\n    \"nb_persons_min\": 1,\n    \"nb_persons_max\": 2,\n    \"public\": true,\n    \"color\": \"#960096\",\n    \"description\": \"<p>Chambre communicante</p>\",\n    \"rank\": 2,\n    \"deleted\": false,\n    \"cm_id\": null,\n    \"cm2_id\": null,\n    \"ical_url\": null\n  },\n  {\n    \"id\": 4,\n    \"label\": \"Triple\",\n    \"shortcode\": null,\n    \"subject_to_pricing\": true,\n    \"nb_persons_min\": 1,\n    \"nb_persons_max\": 3,\n    \"public\": true,\n    \"color\": \"#EF7D57\",\n    \"description\": \"\",\n    \"rank\": 3,\n    \"deleted\": false,\n    \"cm_id\": null,\n    \"cm2_id\": null,\n    \"ical_url\": null\n  },\n  {\n    \"id\": 9,\n    \"label\": \"Suite\",\n    \"shortcode\": null,\n    \"subject_to_pricing\": true,\n    \"nb_persons_min\": 1,\n    \"nb_persons_max\": 4,\n    \"public\": true,\n    \"color\": \"#5D275D\",\n    \"description\": \"<p>Suite deluxe</p>\\n<p>32 m2&nbsp;</p>\",\n    \"rank\": 4,\n    \"deleted\": false,\n    \"cm_id\": \"92801\",\n    \"cm2_id\": null,\n    \"ical_url\": null\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des chambres",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/rooms",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "rooms"
              ]
            },
            "description": "Recuperation de l'ensemble des chambres configurees dans l'hotel."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/rooms",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "rooms"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 95,\n    \"label\": \"Place 1\",\n    \"shortcode\": \"\",\n    \"description\": \"\",\n    \"nb_persons_max\": 1,\n    \"room_type_id\": 37,\n    \"rank\": 0,\n    \"stage\": \"\",\n    \"visible\": true,\n    \"show_in_stats\": true,\n    \"real\": true,\n    \"picture_url\": \"\",\n    \"pictures\": [],\n    \"created_at\": \"2026-01-15\",\n    \"deleted\": false,\n    \"deleted_at\": null,\n    \"icons\": [\n      \"car\"\n    ],\n    \"ex_door_id\": \"\",\n    \"state_id\": 3,\n    \"is_date\": false,\n    \"is_separator\": false,\n    \"room_type\": {\n      \"id\": 37,\n      \"label\": \"Place de Parking\",\n      \"shortcode\": \"\",\n      \"subject_to_pricing\": true,\n      \"nb_persons_min\": 1,\n      \"nb_persons_max\": 5,\n      \"public\": true,\n      \"color\": \"#666666\",\n      \"description\": \"\",\n      \"rank\": 12,\n      \"deleted\": false,\n      \"cm_id\": null,\n      \"cm2_id\": null,\n      \"ical_url\": null\n    },\n    \"state\": null,\n    \"linked_room_id\": null\n  },\n  {\n    \"id\": 96,\n    \"label\": \"saut de ligne\",\n    \"shortcode\": null,\n    \"description\": null,\n    \"nb_persons_max\": 0,\n    \"room_type_id\": 0,\n    \"rank\": 1,\n    \"stage\": \"\",\n    \"visible\": true,\n    \"show_in_stats\": false,\n    \"real\": false,\n    \"picture_url\": \"\",\n    \"pictures\": [],\n    \"created_at\": \"2026-01-15\",\n    \"deleted\": false,\n    \"deleted_at\": null,\n    \"icons\": [],\n    \"ex_door_id\": null,\n    \"state_id\": null,\n    \"is_date\": false,\n    \"is_separator\": true,\n    \"room_type\": null,\n    \"state\": null,\n    \"linked_room_id\": null\n  },\n  {\n    \"id\": 4,\n    \"label\": \"SUITE COMMUNICANTE\",\n    \"shortcode\": null,\n    \"description\": \"<p>douche</p>\",\n    \"nb_persons_max\": 2,\n    \"room_type_id\": 35,\n    \"rank\": 2,\n    \"stage\": \"\",\n    \"visible\": true,\n    \"show_in_stats\": false,\n    \"real\": true,\n    \"picture_url\": \"\",\n    \"pictures\": [\n      \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n    ],\n    \"created_at\": \"2024-09-25\",\n    \"deleted\": false,\n    \"deleted_at\": null,\n    \"icons\": [\n      \"shower\"\n    ],\n    \"ex_door_id\": \"\",\n    \"state_id\": 1,\n    \"is_date\": false,\n    \"is_separator\": false,\n    \"room_type\": {\n      \"id\": 35,\n      \"label\": \"communicante.\",\n      \"shortcode\": \"SHORT\",\n      \"subject_to_pricing\": true,\n      \"nb_persons_min\": 1,\n      \"nb_persons_max\": 2,\n      \"public\": true,\n      \"color\": \"#960096\",\n      \"description\": \"<p>Chambre communicante</p>\",\n      \"rank\": 2,\n      \"deleted\": false,\n      \"cm_id\": null,\n      \"cm2_id\": null,\n      \"ical_url\": null\n    },\n    \"state\": null,\n    \"linked_room_id\": null\n  },\n  {\n    \"id\": 63,\n    \"label\": \"saut de ligne\",\n    \"shortcode\": null,\n    \"description\": null,\n    \"nb_persons_max\": 0,\n    \"room_type_id\": 0,\n    \"rank\": 3,\n    \"stage\": \"\",\n    \"visible\": true,\n    \"show_in_stats\": false,\n    \"real\": false,\n    \"picture_url\": \"\",\n    \"pictures\": [\n      \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n    ],\n    \"created_at\": \"2025-09-03\",\n    \"deleted\": false,\n    \"deleted_at\": null,\n    \"icons\": [],\n    \"ex_door_id\": null,\n    \"state_id\": null,\n    \"is_date\": false,\n    \"is_separator\": true,\n    \"room_type\": null,\n    \"state\": null,\n    \"linked_room_id\": null\n  },\n  {\n    \"id\": 23,\n    \"label\": \"200\",\n    \"shortcode\": null,\n    \"description\": \"<p><strong>Chambre Single</strong></p>\\n<p>D&eacute;couvrez notre chambre single, parfaite pour les voyageurs en solo &agrave; la recherche de confort et de tranquillit&eacute;.</p>\\n<p><strong>Espace et D&eacute;cor :</strong><br />Cette chambre bien agenc&eacute;e offre une d&eacute;coration moderne et chaleureuse, avec des couleurs apaisantes et un mobilier fonctionnel. Le lit simple, dot&eacute; de draps de qualit&eacute;, assure une nuit de sommeil r&eacute;parateur.</p>\\n<p><strong>Commodit&eacute;s :</strong><br />La chambre est &eacute;quip&eacute;e d'un bureau de travail, id&eacute;al pour les professionnels en d&eacute;placement, ainsi qu'une chaise confortable. Vous y trouverez &eacute;galement une t&eacute;l&eacute;vision &agrave; &eacute;cran plat, un minibar et une bouilloire pour pr&eacute;parer des boissons chaudes.</p>\\n<p><strong>Salle de Bain :</strong><br />La salle de bain attenante est moderne et fonctionnelle, avec une douche &agrave; l'italienne, des articles de toilette de qualit&eacute; et des serviettes douces.</p>\\n<p><strong>Ambiance :</strong><br />La lumi&egrave;re naturelle entre par une grande fen&ecirc;tre, offrant une vue sur l'ext&eacute;rieur et cr&eacute;ant une atmosph&egrave;re agr&eacute;able. La connexion Wi-Fi est gratuite, vous permettant de rester connect&eacute; pendant votre s&eacute;jour.</p>\\n<p><strong>Services Inclus :</strong><br />Les clients de la chambre single b&eacute;n&eacute;ficient &eacute;galement d'un acc&egrave;s &agrave; des espaces communs, tels que le hall d'accueil et un salon de d&eacute;tente.</p>\\n<p>Venez vous reposer dans notre chambre single, un espace intime et accueillant qui r&eacute;pond &agrave; tous vos besoins.</p>\",\n    \"nb_persons_max\": 1,\n    \"room_type_id\": 5,\n    \"rank\": 8,\n    \"stage\": \"\",\n    \"visible\": true,\n    \"show_in_stats\": true,\n    \"real\": true,\n    \"picture_url\": \"\",\n    \"pictures\": [\n      \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n    ],\n    \"created_at\": \"2024-10-09\",\n    \"deleted\": false,\n    \"deleted_at\": null,\n    \"icons\": [\n      \"shower\"\n    ],\n    \"ex_door_id\": null,\n    \"state_id\": 1,\n    \"is_date\": false,\n    \"is_separator\": false,\n    \"room_type\": {\n      \"id\": 5,\n      \"label\": \"Chambre double\",\n      \"shortcode\": \"tsto\",\n      \"subject_to_pricing\": true,\n      \"nb_persons_min\": 1,\n      \"nb_persons_max\": 5,\n      \"public\": true,\n      \"color\": \"#29366F\",\n      \"description\": \"<p>test h&eacute;bergement</p>\\n<p>Animaux</p>\\n<p>&nbsp;</p>\",\n      \"rank\": 2,\n      \"deleted\": true,\n      \"cm_id\": \"3663\",\n      \"cm2_id\": null,\n      \"ical_url\": \"\"\n    },\n    \"state\": null,\n    \"linked_room_id\": 4\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des disponibilites",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/apr/availabilities/currents?from=&to=",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "apr",
                "availabilities",
                "currents"
              ],
              "query": [
                {
                  "key": "from",
                  "value": "",
                  "description": "Date de debut",
                  "disabled": false
                },
                {
                  "key": "to",
                  "value": "",
                  "description": "Date de fin",
                  "disabled": false
                },
                {
                  "key": "room_type_id[]",
                  "value": "",
                  "description": "Filtre par type de chambre (peut etre repete)",
                  "disabled": true
                }
              ]
            },
            "description": "Lecture des disponibilites par type de chambre entre 2 dates. Le parametre room_type_id[] est facultatif."
          },
          "response": [
            {
              "name": "Disponibilites sur une semaine",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/apr/availabilities/currents?from=2026-06-01&to=2026-06-07",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "apr",
                    "availabilities",
                    "currents"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "2026-06-01",
                      "description": "Date de debut",
                      "disabled": false
                    },
                    {
                      "key": "to",
                      "value": "2026-06-07",
                      "description": "Date de fin",
                      "disabled": false
                    },
                    {
                      "key": "room_type_id[]",
                      "value": "",
                      "description": "Filtre par type de chambre (peut etre repete)",
                      "disabled": true
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 148553,\n    \"created_at\": \"2026-03-14T14:35:03+01:00\",\n    \"date\": \"2026-06-01\",\n    \"room_type_id\": 1,\n    \"availability\": 0,\n    \"source\": \"Thais\",\n    \"user\": \"support\",\n    \"ack_at\": \"2026-03-14 14:35:04\",\n    \"ack2_at\": \"2026-03-14 14:35:04\",\n    \"ack_at_google\": \"2026-03-14 14:37:04\",\n    \"archived\": false\n  },\n  {\n    \"id\": 131947,\n    \"created_at\": \"2026-01-26T14:43:08+01:00\",\n    \"date\": \"2026-06-01\",\n    \"room_type_id\": 2,\n    \"availability\": 0,\n    \"source\": \"Thais\",\n    \"user\": \"support\",\n    \"ack_at\": \"2026-01-26 14:43:09\",\n    \"ack2_at\": \"2026-01-26 14:43:09\",\n    \"ack_at_google\": \"2026-01-26 14:52:09\",\n    \"archived\": false\n  },\n  {\n    \"id\": 148552,\n    \"created_at\": \"2026-03-14T14:35:03+01:00\",\n    \"date\": \"2026-06-01\",\n    \"room_type_id\": 3,\n    \"availability\": 3,\n    \"source\": \"Thais\",\n    \"user\": \"support\",\n    \"ack_at\": \"2026-03-14 14:35:04\",\n    \"ack2_at\": \"2026-03-14 14:35:04\",\n    \"ack_at_google\": \"2026-03-14 14:37:04\",\n    \"archived\": false\n  },\n  {\n    \"id\": 147484,\n    \"created_at\": \"2026-03-11T16:07:03+01:00\",\n    \"date\": \"2026-06-01\",\n    \"room_type_id\": 4,\n    \"availability\": 2,\n    \"source\": \"Thais\",\n    \"user\": \"support\",\n    \"ack_at\": \"2026-03-11 16:07:05\",\n    \"ack2_at\": \"2026-03-11 16:07:04\",\n    \"ack_at_google\": \"2026-03-11 16:07:04\",\n    \"archived\": false\n  },\n  {\n    \"id\": 148555,\n    \"created_at\": \"2026-03-14T14:35:03+01:00\",\n    \"date\": \"2026-06-01\",\n    \"room_type_id\": 5,\n    \"availability\": 9,\n    \"source\": \"Thais\",\n    \"user\": \"support\",\n    \"ack_at\": \"2026-03-14 14:35:04\",\n    \"ack2_at\": \"2026-03-14 14:35:04\",\n    \"ack_at_google\": \"2026-03-14 14:37:03\",\n    \"archived\": false\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Historique des disponibilites",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/apr/availabilities/history?created_at_from=&created_at_to=&room_type_id[]=",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "apr",
                "availabilities",
                "history"
              ],
              "query": [
                {
                  "key": "from",
                  "value": "",
                  "description": "Date de debut de la periode",
                  "disabled": true
                },
                {
                  "key": "to",
                  "value": "",
                  "description": "Date de fin de la periode",
                  "disabled": true
                },
                {
                  "key": "created_at_from",
                  "value": "",
                  "description": "Date de debut de creation",
                  "disabled": false
                },
                {
                  "key": "created_at_to",
                  "value": "",
                  "description": "Date de fin de creation",
                  "disabled": false
                },
                {
                  "key": "room_type_id[]",
                  "value": "",
                  "description": "Filtre par type de chambre (peut etre repete)",
                  "disabled": false
                }
              ]
            },
            "description": "Lecture de l'historique des disponibilites par type de chambre entre 2 dates. Le parametre room_type_id[] est facultatif."
          },
          "response": [
            {
              "name": "Historique des disponibilites",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/apr/availabilities/history?created_at_from=2026-01-01&created_at_to=2026-06-01&room_type_id[]=1",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "apr",
                    "availabilities",
                    "history"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "",
                      "description": "Date de debut de la periode",
                      "disabled": true
                    },
                    {
                      "key": "to",
                      "value": "",
                      "description": "Date de fin de la periode",
                      "disabled": true
                    },
                    {
                      "key": "created_at_from",
                      "value": "2026-01-01",
                      "description": "Date de debut de creation",
                      "disabled": false
                    },
                    {
                      "key": "created_at_to",
                      "value": "2026-06-01",
                      "description": "Date de fin de creation",
                      "disabled": false
                    },
                    {
                      "key": "room_type_id[]",
                      "value": "1",
                      "description": "Filtre par type de chambre (peut etre repete)",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 105366,\n    \"created_at\": \"2026-01-07T19:06:02+01:00\",\n    \"date\": \"2026-07-13\",\n    \"room_type_id\": 1,\n    \"availability\": 1,\n    \"source\": \"Thais\",\n    \"user\": \"support\",\n    \"ack_at\": \"2026-01-15 06:30:18\",\n    \"ack2_at\": \"2026-01-15 06:30:17\",\n    \"ack_at_google\": \"2026-01-07 19:06:04\",\n    \"archived\": false\n  },\n  {\n    \"id\": 105367,\n    \"created_at\": \"2026-01-07T19:06:02+01:00\",\n    \"date\": \"2026-07-14\",\n    \"room_type_id\": 1,\n    \"availability\": 1,\n    \"source\": \"Thais\",\n    \"user\": \"support\",\n    \"ack_at\": \"2026-01-15 06:30:26\",\n    \"ack2_at\": \"2026-01-15 06:30:25\",\n    \"ack_at_google\": \"2026-01-07 19:06:04\",\n    \"archived\": false\n  },\n  {\n    \"id\": 111056,\n    \"created_at\": \"2026-01-15T06:30:06+01:00\",\n    \"date\": \"2026-03-08\",\n    \"room_type_id\": 1,\n    \"availability\": 1,\n    \"source\": \"Thais\",\n    \"user\": \"support\",\n    \"ack_at\": \"2026-01-15 06:30:08\",\n    \"ack2_at\": \"2026-01-15 06:30:07\",\n    \"ack_at_google\": \"2026-01-15 06:30:08\",\n    \"archived\": false\n  },\n  {\n    \"id\": 111064,\n    \"created_at\": \"2026-01-15T06:30:06+01:00\",\n    \"date\": \"2026-03-16\",\n    \"room_type_id\": 1,\n    \"availability\": 1,\n    \"source\": \"Thais\",\n    \"user\": \"support\",\n    \"ack_at\": \"2026-01-15 06:30:08\",\n    \"ack2_at\": \"2026-01-15 06:30:07\",\n    \"ack_at_google\": \"2026-01-15 06:30:08\",\n    \"archived\": false\n  },\n  {\n    \"id\": 111076,\n    \"created_at\": \"2026-01-15T06:30:06+01:00\",\n    \"date\": \"2026-03-28\",\n    \"room_type_id\": 1,\n    \"availability\": 1,\n    \"source\": \"Thais\",\n    \"user\": \"support\",\n    \"ack_at\": \"2026-01-15 06:30:08\",\n    \"ack2_at\": \"2026-01-15 06:30:07\",\n    \"ack_at_google\": \"2026-01-15 06:30:11\",\n    \"archived\": false\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des prix des nuitees",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/apr/prices/currents?from=&to=&room_type_id[]=&rate_id[]=",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "apr",
                "prices",
                "currents"
              ],
              "query": [
                {
                  "key": "from",
                  "value": "",
                  "description": "Date de debut",
                  "disabled": false
                },
                {
                  "key": "to",
                  "value": "",
                  "description": "Date de fin",
                  "disabled": false
                },
                {
                  "key": "room_type_id[]",
                  "value": "",
                  "description": "Filtre par type de chambre (peut etre repete)",
                  "disabled": false
                },
                {
                  "key": "rate_id[]",
                  "value": "",
                  "description": "Filtre par tarif (peut etre repete)",
                  "disabled": false
                }
              ]
            },
            "description": "Lecture des prix par type de chambre et tarif entre 2 dates. Les parametres room_type_id[] et rate_id[] sont facultatifs."
          },
          "response": [
            {
              "name": "Prix des nuitees sur une semaine",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/apr/prices/currents?from=2026-06-01&to=2026-06-07&room_type_id[]=1&rate_id[]=1",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "apr",
                    "prices",
                    "currents"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "2026-06-01",
                      "description": "Date de debut",
                      "disabled": false
                    },
                    {
                      "key": "to",
                      "value": "2026-06-07",
                      "description": "Date de fin",
                      "disabled": false
                    },
                    {
                      "key": "room_type_id[]",
                      "value": "1",
                      "description": "Filtre par type de chambre (peut etre repete)",
                      "disabled": false
                    },
                    {
                      "key": "rate_id[]",
                      "value": "1",
                      "description": "Filtre par tarif (peut etre repete)",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 354862,\n    \"created_at\": \"2025-10-31T15:31:35+01:00\",\n    \"date\": \"2026-06-01\",\n    \"room_type_id\": 1,\n    \"rate_id\": 1,\n    \"price\": 100,\n    \"children_price\": null,\n    \"infants_price\": null,\n    \"min_stay\": 1,\n    \"max_stay\": null,\n    \"coa\": false,\n    \"cod\": false,\n    \"source\": \"Thaïs PMS (Haute Saison)\",\n    \"user\": \"support\",\n    \"ack_at\": \"2025-10-31 15:31:43\",\n    \"ack2_at\": \"2025-10-31 15:32:42\",\n    \"ack_at_google\": \"2025-10-31 15:37:25\",\n    \"stop_sell\": false,\n    \"archived\": false\n  },\n  {\n    \"id\": 354919,\n    \"created_at\": \"2025-10-31T15:31:35+01:00\",\n    \"date\": \"2026-06-02\",\n    \"room_type_id\": 1,\n    \"rate_id\": 1,\n    \"price\": 100,\n    \"children_price\": null,\n    \"infants_price\": null,\n    \"min_stay\": 1,\n    \"max_stay\": null,\n    \"coa\": false,\n    \"cod\": false,\n    \"source\": \"Thaïs PMS (Haute Saison)\",\n    \"user\": \"support\",\n    \"ack_at\": \"2025-10-31 15:31:43\",\n    \"ack2_at\": \"2025-10-31 15:32:43\",\n    \"ack_at_google\": \"2025-10-31 15:37:29\",\n    \"stop_sell\": false,\n    \"archived\": false\n  },\n  {\n    \"id\": 354976,\n    \"created_at\": \"2025-10-31T15:31:35+01:00\",\n    \"date\": \"2026-06-03\",\n    \"room_type_id\": 1,\n    \"rate_id\": 1,\n    \"price\": 100,\n    \"children_price\": null,\n    \"infants_price\": null,\n    \"min_stay\": 1,\n    \"max_stay\": null,\n    \"coa\": false,\n    \"cod\": false,\n    \"source\": \"Thaïs PMS (Haute Saison)\",\n    \"user\": \"support\",\n    \"ack_at\": \"2025-10-31 15:31:43\",\n    \"ack2_at\": \"2025-10-31 15:32:43\",\n    \"ack_at_google\": \"2025-10-31 15:37:32\",\n    \"stop_sell\": false,\n    \"archived\": false\n  },\n  {\n    \"id\": 355033,\n    \"created_at\": \"2025-10-31T15:31:35+01:00\",\n    \"date\": \"2026-06-04\",\n    \"room_type_id\": 1,\n    \"rate_id\": 1,\n    \"price\": 100,\n    \"children_price\": null,\n    \"infants_price\": null,\n    \"min_stay\": 1,\n    \"max_stay\": null,\n    \"coa\": false,\n    \"cod\": false,\n    \"source\": \"Thaïs PMS (Haute Saison)\",\n    \"user\": \"support\",\n    \"ack_at\": \"2025-10-31 15:31:43\",\n    \"ack2_at\": \"2025-10-31 15:32:43\",\n    \"ack_at_google\": \"2025-10-31 15:37:32\",\n    \"stop_sell\": false,\n    \"archived\": false\n  },\n  {\n    \"id\": 355090,\n    \"created_at\": \"2025-10-31T15:31:35+01:00\",\n    \"date\": \"2026-06-05\",\n    \"room_type_id\": 1,\n    \"rate_id\": 1,\n    \"price\": 100,\n    \"children_price\": null,\n    \"infants_price\": null,\n    \"min_stay\": 1,\n    \"max_stay\": null,\n    \"coa\": false,\n    \"cod\": false,\n    \"source\": \"Thaïs PMS (Haute Saison)\",\n    \"user\": \"support\",\n    \"ack_at\": \"2025-10-31 15:31:43\",\n    \"ack2_at\": \"2025-10-31 15:32:43\",\n    \"ack_at_google\": \"2025-10-31 15:37:35\",\n    \"stop_sell\": false,\n    \"archived\": false\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Recuperation des prix packages nuitee par nuitee",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/pricing/by-nights?from=&to=&adulds=&format=",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "pricing",
                "by-nights"
              ],
              "query": [
                {
                  "key": "from",
                  "value": "",
                  "description": "Date de debut",
                  "disabled": false
                },
                {
                  "key": "to",
                  "value": "",
                  "description": "Date de fin",
                  "disabled": false
                },
                {
                  "key": "adulds",
                  "value": "",
                  "description": "Nombre d'adultes (attention : typo connue cote API, le parametre s'appelle bien 'adulds' et non 'adults')",
                  "disabled": false
                },
                {
                  "key": "format",
                  "value": "",
                  "description": "Format de retour (ex. best-price)",
                  "disabled": false
                }
              ]
            },
            "description": "Recuperation des prix package (qui prennent en compte les prix des extras automatiques) pour 1 nuitee. Le param format=best-price permet de recuperer directement le meilleur prix (le plus bas) par jour pour la periode demandee. Dans ce cas, les restrictions min stay, max stay, CTA et CTD ne sont pas prises en compte."
          },
          "response": [
            {
              "name": "Meilleur prix par nuitee (format best-price)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/pricing/by-nights?from=2026-06-01&to=2026-06-07&adulds=2&format=best-price",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "pricing",
                    "by-nights"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "2026-06-01",
                      "description": "Date de debut",
                      "disabled": false
                    },
                    {
                      "key": "to",
                      "value": "2026-06-07",
                      "description": "Date de fin",
                      "disabled": false
                    },
                    {
                      "key": "adulds",
                      "value": "2",
                      "description": "Nombre d'adultes (attention : typo connue cote API, le parametre s'appelle bien 'adulds' et non 'adults')",
                      "disabled": false
                    },
                    {
                      "key": "format",
                      "value": "best-price",
                      "description": "Format de retour (ex. best-price)",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"2026-06-01\": 10,\n  \"2026-06-02\": 10,\n  \"2026-06-03\": 10,\n  \"2026-06-04\": 10,\n  \"2026-06-05\": 10,\n  \"2026-06-06\": 10,\n  \"2026-06-07\": 10\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            },
            {
              "name": "Prix detailles par nuitee (format standard)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/pricing/by-nights?from=2026-06-01&to=2026-06-07&adulds=2",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "pricing",
                    "by-nights"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "2026-06-01",
                      "description": "Date de debut",
                      "disabled": false
                    },
                    {
                      "key": "to",
                      "value": "2026-06-07",
                      "description": "Date de fin",
                      "disabled": false
                    },
                    {
                      "key": "adulds",
                      "value": "2",
                      "description": "Nombre d'adultes (attention : typo connue cote API, le parametre s'appelle bien 'adulds' et non 'adults')",
                      "disabled": false
                    },
                    {
                      "key": "format",
                      "value": "",
                      "description": "Format de retour (ex. best-price)",
                      "disabled": true
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"2026-06-01\": [\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 1,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 1,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 1,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 1,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 1,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 1,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 1,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 1,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 1,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 1,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 1,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 1,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 1,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 3,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 3,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 3,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 3,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 3,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 3,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 3,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 3,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 3,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 3,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 3,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 3,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 3,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 3,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 4,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 4,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 4,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 4,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 4,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 4,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 4,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 4,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 4,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 4,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 4,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 4,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 4,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 8,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 8,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 8,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 8,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 8,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 8,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 8,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 8,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 8,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 8,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 8,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 8,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 8,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 9,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 9,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 9,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 9,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 9,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 9,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 9,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 9,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 9,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 9,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 9,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 9,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 9,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 12,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 12,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 12,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 12,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 12,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 12,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 12,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 12,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 12,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 12,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 12,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 12,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 12,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 12,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 13,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 13,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 13,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 13,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 13,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 13,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 13,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 13,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 13,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 13,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 13,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 13,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 13,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 13,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 14,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 14,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 14,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 14,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 14,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 14,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 14,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 14,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 14,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 14,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 14,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 14,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 14,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 14,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 32,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 32,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 32,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 32,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 32,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 32,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 32,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 32,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 32,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 32,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 32,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 32,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 32,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 32,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 34,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 34,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 34,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 34,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 34,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 34,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 34,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 34,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 34,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 34,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 34,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 34,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 34,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 34,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 35,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 35,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 35,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 35,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 35,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 35,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 35,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 35,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 35,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 35,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 35,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 35,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 35,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 35,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 36,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 36,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 36,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 36,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 36,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 36,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 36,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 36,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 36,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 36,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 36,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 36,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 36,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 36,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 37,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 37,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 37,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 37,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 38,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 38,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 38,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 38,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 38,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 38,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 38,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 38,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 38,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 38,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 38,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 38,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 38,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-01\",\n      \"room_type_id\": 38,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    }\n  ],\n  \"2026-06-02\": [\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 1,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 1,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 1,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 1,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 1,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 1,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 1,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 1,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 1,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 1,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 1,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 1,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 1,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 3,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 4\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 3,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 4\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 3,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 4\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 3,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 4\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 3,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 4\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 3,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 4\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 3,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 4\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 3,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 4\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 3,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 4\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 3,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 4\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 3,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 4\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 3,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 4\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 3,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 4\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 3,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 4\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 4,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 4,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 4,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 4,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 4,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 4,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 4,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 4,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 4,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 4,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 4,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 4,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 4,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 8,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 8,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 8,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 8,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 8,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 8,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 8,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 8,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 8,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 8,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 8,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 8,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 8,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 9,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 9,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 9,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 9,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 9,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 9,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 9,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 9,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 9,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 9,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 9,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 9,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 9,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 12,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 12,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 12,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 12,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 12,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 12,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 12,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 12,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 12,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 12,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 12,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 12,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 12,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 12,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 13,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 13,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 13,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 13,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 13,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 13,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 13,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 13,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 13,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 13,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 13,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 13,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 13,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 13,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 14,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 14,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 14,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 14,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 14,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 14,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 14,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 14,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 14,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 14,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 14,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 14,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 14,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 14,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 32,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 32,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 32,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 32,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 32,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 32,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 32,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 32,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 32,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 32,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 32,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 32,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 32,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 32,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 34,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 34,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 34,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 34,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 34,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 34,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 34,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 34,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 34,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 34,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 34,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 34,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 34,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 34,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 35,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 35,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 35,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 35,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 35,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 35,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 35,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 35,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 35,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 35,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 35,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 35,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 35,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 35,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 36,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 36,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 36,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 36,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 36,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 36,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 36,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 36,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 36,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 36,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 36,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 36,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 36,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 36,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 37,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 37,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 37,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 37,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 38,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 38,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 38,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 38,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 38,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 38,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 38,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 38,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 38,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 38,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 38,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 38,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 38,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-02\",\n      \"room_type_id\": 38,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    }\n  ],\n  \"2026-06-03\": [\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 1,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 1,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 1,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 1,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 1,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 1,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 1,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 1,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 1,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 1,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 1,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 1,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 1,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 3,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 6\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 3,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 6\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 3,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 6\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 3,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 6\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 3,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 6\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 3,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 6\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 3,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 6\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 3,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 6\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 3,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 6\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 3,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 6\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 3,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 6\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 3,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 6\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 3,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 6\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 3,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 6\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 4,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 4,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 4,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 4,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 4,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 4,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 4,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 4,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 4,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 4,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 4,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 4,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 4,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 8,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 8,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 8,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 8,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 8,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 8,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 8,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 8,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 8,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 8,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 8,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 8,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 8,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 9,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 9,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 9,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 9,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 9,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 9,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 9,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 9,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 9,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 9,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 9,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 9,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 9,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 3\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 12,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 12,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 12,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 12,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 12,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 12,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 12,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 12,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 12,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 12,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 12,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 12,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 12,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 12,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 13,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 13,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 13,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 13,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 13,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 13,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 13,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 13,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 13,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 13,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 13,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 13,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 13,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 13,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 14,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 14,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 14,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 14,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 14,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 14,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 14,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 14,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 14,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 14,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 14,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 14,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 14,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 14,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 32,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 32,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 32,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 32,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 32,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 32,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 32,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 32,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 32,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 32,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 32,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 32,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 32,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 32,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 34,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": -4\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 34,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": -4\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 34,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": -4\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 34,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": -4\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 34,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": -4\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 34,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": -4\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 34,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": -4\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 34,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": -4\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 34,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": -4\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 34,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": -4\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 34,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": -4\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 34,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": -4\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 34,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": -4\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 34,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": -4\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 35,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 35,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 35,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 35,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 35,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 35,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 35,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 35,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 35,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 35,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 35,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 35,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 35,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 35,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 36,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 36,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 36,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 36,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 36,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 36,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 36,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 36,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 36,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 36,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 36,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 36,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 36,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 36,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 37,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 37,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 37,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 37,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 38,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 38,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 38,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 38,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 38,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 38,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 38,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 38,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 38,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 38,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 38,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 38,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 38,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-03\",\n      \"room_type_id\": 38,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    }\n  ],\n  \"2026-06-04\": [\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 1,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 1,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 1,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 1,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 1,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 1,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 1,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 1,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 1,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 1,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 1,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 1,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 1,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 3,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": -15\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 3,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": -15\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 3,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": -15\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 3,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": -15\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 3,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": -15\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 3,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": -15\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 3,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": -15\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 3,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": -15\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 3,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": -15\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 3,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": -15\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 3,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": -15\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 3,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": -15\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 3,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": -15\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 3,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": -15\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 4,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 4,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 4,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 4,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 4,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 4,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 4,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 4,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 4,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 4,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 4,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 4,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 4,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 8,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 8,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 8,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 8,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 8,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 8,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 8,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 8,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 8,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 8,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 8,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 8,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 8,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 9,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 9,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 9,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 9,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 9,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 9,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 9,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 9,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 9,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 9,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 9,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 9,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 9,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 12,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 12,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 12,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 12,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 12,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 12,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 12,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 12,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 12,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 12,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 12,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 12,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 12,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 12,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 13,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 13,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 13,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 13,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 13,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 13,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 13,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 13,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 13,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 13,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 13,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 13,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 13,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 13,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 14,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 14,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 14,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 14,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 14,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 14,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 14,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 14,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 14,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 14,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 14,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 14,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 14,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 14,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 32,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 32,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 32,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 32,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 32,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 32,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 32,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 32,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 32,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 32,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 32,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 32,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 32,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 32,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 34,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 34,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 34,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 34,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 34,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 34,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 34,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 34,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 34,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 34,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 34,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 34,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 34,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 34,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 35,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 35,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 35,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 35,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 35,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 35,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 35,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 35,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 35,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 35,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 35,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 35,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 35,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 35,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 36,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 36,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 36,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 36,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 36,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 36,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 36,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 36,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 36,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 36,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 36,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 36,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 36,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 36,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 37,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 37,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 37,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 37,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 38,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 38,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 38,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 38,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 38,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 38,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 38,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 38,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 38,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 38,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 38,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 38,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 38,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-04\",\n      \"room_type_id\": 38,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    }\n  ],\n  \"2026-06-05\": [\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 1,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 1,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 1,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 1,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 1,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 1,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 1,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 1,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 1,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 1,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 1,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 1,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 1,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 3,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 3,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 3,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 3,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 3,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 3,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 3,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 3,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 3,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 3,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 3,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 3,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 3,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 3,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 4,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 4,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 4,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 4,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 4,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 4,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 4,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 4,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 4,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 4,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 4,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 4,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 4,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 8,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 8,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 8,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 8,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 8,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 8,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 8,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 8,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 8,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 8,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 8,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 8,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 8,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 9,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 9,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 9,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 9,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 9,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 9,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 9,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 9,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 9,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 9,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 9,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 9,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 9,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 12,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 12,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 12,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 12,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 12,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 12,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 12,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 12,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 12,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 12,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 12,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 12,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 12,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 12,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 13,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 13,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 13,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 13,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 13,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 13,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 13,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 13,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 13,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 13,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 13,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 13,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 13,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 13,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 14,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 14,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 14,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 14,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 14,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 14,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 14,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 14,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 14,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 14,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 14,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 14,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 14,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 14,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 32,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 32,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 32,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 32,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 32,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 32,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 32,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 32,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 32,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 32,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 32,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 32,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 32,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 32,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 34,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 34,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 34,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 34,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 34,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 34,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 34,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 34,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 34,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 34,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 34,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 34,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 34,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 34,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 35,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 35,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 35,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 35,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 35,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 35,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 35,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 35,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 35,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 35,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 35,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 35,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 35,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 35,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 36,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 36,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 36,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 36,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 36,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 36,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 36,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 36,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 36,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 36,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 36,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 36,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 36,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 36,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 37,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 37,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 37,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 37,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 38,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 38,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 38,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 38,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 38,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 38,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 38,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 38,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 38,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 38,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 38,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 38,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 38,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-05\",\n      \"room_type_id\": 38,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    }\n  ],\n  \"2026-06-06\": [\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 1,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 1,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 1,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 1,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 1,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 1,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 1,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 1,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 1,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 1,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 1,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 1,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 1,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 3,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 3,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 3,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 3,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 3,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 3,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 3,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 3,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 3,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 3,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 3,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 3,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 3,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 3,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 4,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 4,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 4,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 4,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 4,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 4,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 4,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 4,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 4,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 4,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 4,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 4,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 4,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 8,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 8,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 8,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 8,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 8,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 8,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 8,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 8,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 8,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 8,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 8,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 8,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 8,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 9,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 9,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 9,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 9,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 9,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 9,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 9,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 9,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 9,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 9,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 9,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 9,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 9,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 12,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 12,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 12,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 12,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 12,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 12,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 12,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 12,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 12,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 12,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 12,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 12,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 12,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 12,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 13,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 13,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 13,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 13,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 13,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 13,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 13,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 13,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 13,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 13,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 13,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 13,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 13,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 13,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 14,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 14,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 14,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 14,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 14,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 14,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 14,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 14,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 14,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 14,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 14,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 14,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 14,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 14,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 32,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 32,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 32,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 32,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 32,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 32,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 32,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 32,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 32,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 32,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 32,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 32,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 32,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 32,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 34,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 34,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 34,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 34,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 34,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 34,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 34,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 34,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 34,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 34,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 34,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 34,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 34,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 34,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 35,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 35,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 35,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 35,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 35,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 35,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 35,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 35,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 35,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 35,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 35,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 35,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 35,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 35,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 36,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 36,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 36,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 36,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 36,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 36,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 36,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 36,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 36,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 36,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 36,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 36,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 36,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 36,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 37,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 37,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 37,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 37,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 38,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 38,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 38,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 38,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 38,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 38,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 38,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 38,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 38,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 38,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 38,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 38,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 38,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-06\",\n      \"room_type_id\": 38,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    }\n  ],\n  \"2026-06-07\": [\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 1,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 1,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 1,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 1,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 1,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 1,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 1,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 1,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 1,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 1,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 1,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 1,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 1,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 3,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 3,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 3,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 3,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 3,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 3,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 3,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 3,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 3,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 3,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 3,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 3,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 3,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 3,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 5\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 4,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 4,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 4,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 4,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 4,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 4,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 4,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 4,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 4,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 4,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 4,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 4,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 4,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 8,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 8,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 8,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 8,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 8,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 8,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 8,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 8,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 8,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 8,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 8,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 8,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 8,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 9,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 9,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 9,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 9,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 9,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 9,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 9,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 9,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 9,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 9,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 9,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 9,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 9,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 12,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 12,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 12,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 12,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 12,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 12,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 12,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 12,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 12,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 12,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 12,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 12,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 12,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 12,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 13,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 13,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 13,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 13,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 13,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 13,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 13,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 13,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 13,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 13,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 13,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 13,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 13,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 13,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 14,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 14,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 14,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 14,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 14,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 14,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 14,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 14,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 14,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 14,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 14,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 14,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 14,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 14,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 32,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 32,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 32,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 32,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 32,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 32,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 32,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 32,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 32,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 32,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 32,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 32,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 32,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 32,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 34,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 100,\n      \"extras_price\": 0,\n      \"total_price\": 100,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 34,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 90,\n      \"extras_price\": 0,\n      \"total_price\": 90,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 34,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 15,\n      \"total_price\": 125,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 34,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 130,\n      \"extras_price\": 0,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 34,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 10,\n      \"extras_price\": 0,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 34,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 34,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 124,\n      \"extras_price\": 0,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 34,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 14,\n      \"total_price\": 124,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 34,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 80,\n      \"extras_price\": 71,\n      \"total_price\": 151,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 34,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 160,\n      \"extras_price\": 0,\n      \"total_price\": 160,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 34,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 34,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 10,\n      \"total_price\": 130,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 34,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 110,\n      \"extras_price\": 0,\n      \"total_price\": 110,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 34,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 120,\n      \"extras_price\": 0,\n      \"total_price\": 120,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 35,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 35,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 35,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 35,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 35,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 35,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 35,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 35,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 35,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 35,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 35,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 35,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 35,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 35,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 2\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 36,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 36,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 36,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 36,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 36,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 36,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 36,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 36,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 36,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 36,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 36,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 36,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 36,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 36,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 1\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 37,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 37,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 37,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 37,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 38,\n      \"rate_id\": 1,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 38,\n      \"rate_id\": 5,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 38,\n      \"rate_id\": 18,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 15,\n      \"total_price\": 15,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 38,\n      \"rate_id\": 28,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 38,\n      \"rate_id\": 30,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 38,\n      \"rate_id\": 31,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 38,\n      \"rate_id\": 33,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 38,\n      \"rate_id\": 34,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 14,\n      \"total_price\": 14,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 38,\n      \"rate_id\": 39,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 71,\n      \"total_price\": 71,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 38,\n      \"rate_id\": 40,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 38,\n      \"rate_id\": 47,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 38,\n      \"rate_id\": 48,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 10,\n      \"total_price\": 10,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 38,\n      \"rate_id\": 49,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    },\n    {\n      \"date\": \"2026-06-07\",\n      \"room_type_id\": 38,\n      \"rate_id\": 50,\n      \"min_stay\": 1,\n      \"max_stay\": null,\n      \"coa\": false,\n      \"cod\": false,\n      \"stop_sell\": false,\n      \"accomodation_price\": 0,\n      \"extras_price\": 0,\n      \"total_price\": 0,\n      \"availability\": 0\n    }\n  ]\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Historique des prix des nuitees",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/apr/prices/history?created_at_from=&created_at_to=&room_type_id[]=&rate_id[]=",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "apr",
                "prices",
                "history"
              ],
              "query": [
                {
                  "key": "from",
                  "value": "",
                  "description": "Date de debut de la periode",
                  "disabled": true
                },
                {
                  "key": "to",
                  "value": "",
                  "description": "Date de fin de la periode",
                  "disabled": true
                },
                {
                  "key": "created_at_from",
                  "value": "",
                  "description": "Date de debut de creation",
                  "disabled": false
                },
                {
                  "key": "created_at_to",
                  "value": "",
                  "description": "Date de fin de creation",
                  "disabled": false
                },
                {
                  "key": "room_type_id[]",
                  "value": "",
                  "description": "Filtre par type de chambre (peut etre repete)",
                  "disabled": false
                },
                {
                  "key": "rate_id[]",
                  "value": "",
                  "description": "Filtre par tarif (peut etre repete)",
                  "disabled": false
                }
              ]
            },
            "description": "Lecture de l'historique des prix par type de chambre et tarif entre 2 dates. Les parametres room_type_id[] et rate_id[] sont requis."
          },
          "response": [
            {
              "name": "Historique des prix",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/apr/prices/history?created_at_from=2026-01-01&created_at_to=2026-06-01&room_type_id[]=1&rate_id[]=1",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "apr",
                    "prices",
                    "history"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "",
                      "description": "Date de debut de la periode",
                      "disabled": true
                    },
                    {
                      "key": "to",
                      "value": "",
                      "description": "Date de fin de la periode",
                      "disabled": true
                    },
                    {
                      "key": "created_at_from",
                      "value": "2026-01-01",
                      "description": "Date de debut de creation",
                      "disabled": false
                    },
                    {
                      "key": "created_at_to",
                      "value": "2026-06-01",
                      "description": "Date de fin de creation",
                      "disabled": false
                    },
                    {
                      "key": "room_type_id[]",
                      "value": "1",
                      "description": "Filtre par type de chambre (peut etre repete)",
                      "disabled": false
                    },
                    {
                      "key": "rate_id[]",
                      "value": "1",
                      "description": "Filtre par tarif (peut etre repete)",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 465774,\n    \"created_at\": \"2026-01-29T10:24:02+01:00\",\n    \"date\": \"2026-02-01\",\n    \"room_type_id\": 1,\n    \"rate_id\": 1,\n    \"price\": 70,\n    \"children_price\": null,\n    \"infants_price\": null,\n    \"min_stay\": 1,\n    \"max_stay\": null,\n    \"coa\": false,\n    \"cod\": false,\n    \"source\": \"Thaïs PMS (BASSE Saison)\",\n    \"user\": \"thais\",\n    \"ack_at\": \"2026-01-29 10:24:05\",\n    \"ack2_at\": \"2026-01-29 10:24:07\",\n    \"ack_at_google\": \"2026-01-29 10:37:10\",\n    \"stop_sell\": false,\n    \"archived\": false\n  },\n  {\n    \"id\": 465783,\n    \"created_at\": \"2026-01-29T10:24:02+01:00\",\n    \"date\": \"2026-02-02\",\n    \"room_type_id\": 1,\n    \"rate_id\": 1,\n    \"price\": 70,\n    \"children_price\": null,\n    \"infants_price\": null,\n    \"min_stay\": 1,\n    \"max_stay\": null,\n    \"coa\": false,\n    \"cod\": false,\n    \"source\": \"Thaïs PMS (BASSE Saison)\",\n    \"user\": \"thais\",\n    \"ack_at\": \"2026-01-29 10:24:05\",\n    \"ack2_at\": \"2026-01-29 10:24:07\",\n    \"ack_at_google\": \"2026-01-29 10:37:10\",\n    \"stop_sell\": false,\n    \"archived\": false\n  },\n  {\n    \"id\": 465792,\n    \"created_at\": \"2026-01-29T10:24:02+01:00\",\n    \"date\": \"2026-02-03\",\n    \"room_type_id\": 1,\n    \"rate_id\": 1,\n    \"price\": 70,\n    \"children_price\": null,\n    \"infants_price\": null,\n    \"min_stay\": 1,\n    \"max_stay\": null,\n    \"coa\": false,\n    \"cod\": false,\n    \"source\": \"Thaïs PMS (BASSE Saison)\",\n    \"user\": \"thais\",\n    \"ack_at\": \"2026-01-29 10:24:05\",\n    \"ack2_at\": \"2026-01-29 10:24:07\",\n    \"ack_at_google\": \"2026-01-29 10:37:13\",\n    \"stop_sell\": false,\n    \"archived\": false\n  },\n  {\n    \"id\": 471450,\n    \"created_at\": \"2026-02-04T14:43:09+01:00\",\n    \"date\": \"2026-02-04\",\n    \"room_type_id\": 1,\n    \"rate_id\": 1,\n    \"price\": 100,\n    \"children_price\": null,\n    \"infants_price\": null,\n    \"min_stay\": 1,\n    \"max_stay\": null,\n    \"coa\": false,\n    \"cod\": false,\n    \"source\": \"Thaïs PMS (BASSE Saison.)\",\n    \"user\": \"support\",\n    \"ack_at\": \"2026-02-04 14:43:13\",\n    \"ack2_at\": \"2026-02-04 14:43:12\",\n    \"ack_at_google\": \"2026-02-04 14:52:04\",\n    \"stop_sell\": false,\n    \"archived\": false\n  },\n  {\n    \"id\": 471472,\n    \"created_at\": \"2026-02-04T14:43:09+01:00\",\n    \"date\": \"2026-02-05\",\n    \"room_type_id\": 1,\n    \"rate_id\": 1,\n    \"price\": 100,\n    \"children_price\": null,\n    \"infants_price\": null,\n    \"min_stay\": 1,\n    \"max_stay\": null,\n    \"coa\": false,\n    \"cod\": false,\n    \"source\": \"Thaïs PMS (BASSE Saison.)\",\n    \"user\": \"support\",\n    \"ack_at\": \"2026-02-04 14:43:13\",\n    \"ack2_at\": \"2026-02-04 14:43:12\",\n    \"ack_at_google\": \"2026-02-04 14:52:12\",\n    \"stop_sell\": false,\n    \"archived\": false\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des blocages de chambres",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/room-unavailabilities?from=&to=",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "room-unavailabilities"
              ],
              "query": [
                {
                  "key": "from",
                  "value": "",
                  "description": "Date de debut",
                  "disabled": false
                },
                {
                  "key": "to",
                  "value": "",
                  "description": "Date de fin",
                  "disabled": false
                }
              ]
            },
            "description": "Lecture des blocages de chambre (NPL) entre 2 dates."
          },
          "response": [
            {
              "name": "Blocages sur un mois",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/room-unavailabilities?from=2026-06-01&to=2026-06-30",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "room-unavailabilities"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "2026-06-01",
                      "description": "Date de debut",
                      "disabled": false
                    },
                    {
                      "key": "to",
                      "value": "2026-06-30",
                      "description": "Date de fin",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 147,\n    \"room_id\": 4,\n    \"booking_room_id\": 531,\n    \"start_at\": \"2026-06-27\",\n    \"end_at\": \"2026-06-29\",\n    \"reason\": \"Blocage automatique (réservation #352)\",\n    \"created_at\": \"2026-02-18T14:48:27+01:00\",\n    \"created_by\": 1,\n    \"room\": {\n      \"id\": 4,\n      \"label\": \"SUITE COMMUNICANTE\",\n      \"shortcode\": null,\n      \"description\": \"<p>douche</p>\",\n      \"nb_persons_max\": 2,\n      \"room_type_id\": 35,\n      \"rank\": 2,\n      \"stage\": \"\",\n      \"visible\": true,\n      \"show_in_stats\": false,\n      \"real\": true,\n      \"picture_url\": \"\",\n      \"pictures\": [\n        \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n      ],\n      \"created_at\": \"2024-09-25\",\n      \"deleted\": false,\n      \"deleted_at\": null,\n      \"icons\": [\n        \"shower\"\n      ],\n      \"ex_door_id\": \"\",\n      \"state_id\": 1,\n      \"is_date\": false,\n      \"is_separator\": false,\n      \"room_type\": {\n        \"id\": 35,\n        \"label\": \"communicante.\",\n        \"shortcode\": \"SHORT\",\n        \"subject_to_pricing\": true,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"public\": true,\n        \"color\": \"#960096\",\n        \"description\": \"<p>Chambre communicante</p>\",\n        \"rank\": 2,\n        \"deleted\": false,\n        \"cm_id\": null,\n        \"cm2_id\": null,\n        \"ical_url\": null\n      },\n      \"state\": null,\n      \"linked_room_id\": null\n    }\n  },\n  {\n    \"id\": 108,\n    \"room_id\": 85,\n    \"booking_room_id\": 414,\n    \"start_at\": \"2026-06-25\",\n    \"end_at\": \"2026-06-27\",\n    \"reason\": \"Blocage automatique (réservation #251)\",\n    \"created_at\": \"2026-02-09T14:46:20+01:00\",\n    \"created_by\": 3,\n    \"room\": {\n      \"id\": 85,\n      \"label\": \"Privatisation\",\n      \"shortcode\": \"\",\n      \"description\": \"\",\n      \"nb_persons_max\": 5,\n      \"room_type_id\": 2,\n      \"rank\": 38,\n      \"stage\": \"\",\n      \"visible\": true,\n      \"show_in_stats\": false,\n      \"real\": true,\n      \"picture_url\": \"\",\n      \"pictures\": [\n        \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n      ],\n      \"created_at\": \"2025-10-01\",\n      \"deleted\": true,\n      \"deleted_at\": null,\n      \"icons\": [],\n      \"ex_door_id\": \"\",\n      \"state_id\": 1,\n      \"is_date\": false,\n      \"is_separator\": false,\n      \"room_type\": {\n        \"id\": 2,\n        \"label\": \"perigord pourpre 24\",\n        \"shortcode\": null,\n        \"subject_to_pricing\": true,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 13,\n        \"public\": true,\n        \"color\": \"#EF7D57\",\n        \"description\": \"<p>Description du type de chambre Périgord pourpre 24</p>\",\n        \"rank\": 1,\n        \"deleted\": true,\n        \"cm_id\": \"17142\",\n        \"cm2_id\": null,\n        \"ical_url\": \"\"\n      },\n      \"state\": null,\n      \"linked_room_id\": null\n    }\n  },\n  {\n    \"id\": 436,\n    \"room_id\": 4,\n    \"booking_room_id\": 1083,\n    \"start_at\": \"2026-06-25\",\n    \"end_at\": \"2026-06-26\",\n    \"reason\": \"Blocage automatique (réservation #715)\",\n    \"created_at\": \"2026-03-17T15:51:32+01:00\",\n    \"created_by\": 3,\n    \"room\": {\n      \"id\": 4,\n      \"label\": \"SUITE COMMUNICANTE\",\n      \"shortcode\": null,\n      \"description\": \"<p>douche</p>\",\n      \"nb_persons_max\": 2,\n      \"room_type_id\": 35,\n      \"rank\": 2,\n      \"stage\": \"\",\n      \"visible\": true,\n      \"show_in_stats\": false,\n      \"real\": true,\n      \"picture_url\": \"\",\n      \"pictures\": [\n        \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n      ],\n      \"created_at\": \"2024-09-25\",\n      \"deleted\": false,\n      \"deleted_at\": null,\n      \"icons\": [\n        \"shower\"\n      ],\n      \"ex_door_id\": \"\",\n      \"state_id\": 1,\n      \"is_date\": false,\n      \"is_separator\": false,\n      \"room_type\": {\n        \"id\": 35,\n        \"label\": \"communicante.\",\n        \"shortcode\": \"SHORT\",\n        \"subject_to_pricing\": true,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"public\": true,\n        \"color\": \"#960096\",\n        \"description\": \"<p>Chambre communicante</p>\",\n        \"rank\": 2,\n        \"deleted\": false,\n        \"cm_id\": null,\n        \"cm2_id\": null,\n        \"ical_url\": null\n      },\n      \"state\": null,\n      \"linked_room_id\": null\n    }\n  },\n  {\n    \"id\": 106,\n    \"room_id\": 85,\n    \"booking_room_id\": 403,\n    \"start_at\": \"2026-06-09\",\n    \"end_at\": \"2026-06-11\",\n    \"reason\": \"Blocage automatique (réservation #248)\",\n    \"created_at\": \"2026-02-09T13:56:14+01:00\",\n    \"created_by\": 3,\n    \"room\": {\n      \"id\": 85,\n      \"label\": \"Privatisation\",\n      \"shortcode\": \"\",\n      \"description\": \"\",\n      \"nb_persons_max\": 5,\n      \"room_type_id\": 2,\n      \"rank\": 38,\n      \"stage\": \"\",\n      \"visible\": true,\n      \"show_in_stats\": false,\n      \"real\": true,\n      \"picture_url\": \"\",\n      \"pictures\": [\n        \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n      ],\n      \"created_at\": \"2025-10-01\",\n      \"deleted\": true,\n      \"deleted_at\": null,\n      \"icons\": [],\n      \"ex_door_id\": \"\",\n      \"state_id\": 1,\n      \"is_date\": false,\n      \"is_separator\": false,\n      \"room_type\": {\n        \"id\": 2,\n        \"label\": \"perigord pourpre 24\",\n        \"shortcode\": null,\n        \"subject_to_pricing\": true,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 13,\n        \"public\": true,\n        \"color\": \"#EF7D57\",\n        \"description\": \"<p>Description du type de chambre Périgord pourpre 24</p>\",\n        \"rank\": 1,\n        \"deleted\": true,\n        \"cm_id\": \"17142\",\n        \"cm2_id\": null,\n        \"ical_url\": \"\"\n      },\n      \"state\": null,\n      \"linked_room_id\": null\n    }\n  },\n  {\n    \"id\": 430,\n    \"room_id\": 4,\n    \"booking_room_id\": 1079,\n    \"start_at\": \"2026-06-09\",\n    \"end_at\": \"2026-06-15\",\n    \"reason\": \"Blocage automatique (réservation #712)\",\n    \"created_at\": \"2026-03-17T14:34:06+01:00\",\n    \"created_by\": 3,\n    \"room\": {\n      \"id\": 4,\n      \"label\": \"SUITE COMMUNICANTE\",\n      \"shortcode\": null,\n      \"description\": \"<p>douche</p>\",\n      \"nb_persons_max\": 2,\n      \"room_type_id\": 35,\n      \"rank\": 2,\n      \"stage\": \"\",\n      \"visible\": true,\n      \"show_in_stats\": false,\n      \"real\": true,\n      \"picture_url\": \"\",\n      \"pictures\": [\n        \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n      ],\n      \"created_at\": \"2024-09-25\",\n      \"deleted\": false,\n      \"deleted_at\": null,\n      \"icons\": [\n        \"shower\"\n      ],\n      \"ex_door_id\": \"\",\n      \"state_id\": 1,\n      \"is_date\": false,\n      \"is_separator\": false,\n      \"room_type\": {\n        \"id\": 35,\n        \"label\": \"communicante.\",\n        \"shortcode\": \"SHORT\",\n        \"subject_to_pricing\": true,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"public\": true,\n        \"color\": \"#960096\",\n        \"description\": \"<p>Chambre communicante</p>\",\n        \"rank\": 2,\n        \"deleted\": false,\n        \"cm_id\": null,\n        \"cm2_id\": null,\n        \"ical_url\": null\n      },\n      \"state\": null,\n      \"linked_room_id\": null\n    }\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des motifs de reservation",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/booking-reasons",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "booking-reasons"
              ]
            },
            "description": "Recuperation de l'ensemble des motifs de reservations. Les motifs permettent de segmenter les reservations dans les statistiques."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/booking-reasons",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "booking-reasons"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 2,\n    \"label\": \"Client loisirs\",\n    \"color\": \"#f0c905\",\n    \"rank\": 0,\n    \"deleted\": false\n  },\n  {\n    \"id\": 7,\n    \"label\": \"Corpo\",\n    \"color\": \"#ff0011\",\n    \"rank\": 1,\n    \"deleted\": false\n  },\n  {\n    \"id\": 1,\n    \"label\": \"Société\",\n    \"color\": \"#2813ed\",\n    \"rank\": 2,\n    \"deleted\": false\n  },\n  {\n    \"id\": 6,\n    \"label\": \"Business\",\n    \"color\": \"#0cc40c\",\n    \"rank\": 3,\n    \"deleted\": false\n  },\n  {\n    \"id\": 5,\n    \"label\": \"Leisure\",\n    \"color\": \"#00e6ff\",\n    \"rank\": 4,\n    \"deleted\": false\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des origines des reservations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/booking-origins",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "booking-origins"
              ]
            },
            "description": "Recuperation de l'ensemble des origines de reservations. Les origines permettent de segmenter les reservations dans les statistiques."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/booking-origins",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "booking-origins"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 2,\n    \"label\": \"A renseigner (par défaut)\",\n    \"color\": \"#1A1C2C\",\n    \"rank\": 0,\n    \"deleted\": false\n  },\n  {\n    \"id\": 5,\n    \"label\": \"Site hôtel\",\n    \"color\": \"#B13E53\",\n    \"rank\": 1,\n    \"deleted\": false\n  },\n  {\n    \"id\": 8,\n    \"label\": \"Direct\",\n    \"color\": \"#38B764\",\n    \"rank\": 2,\n    \"deleted\": false\n  },\n  {\n    \"id\": 11,\n    \"label\": \"OTA\",\n    \"color\": \"#3B5DC9\",\n    \"rank\": 3,\n    \"deleted\": false\n  },\n  {\n    \"id\": 1,\n    \"label\": \"Autre\",\n    \"color\": \"#C8C8C8\",\n    \"rank\": 4,\n    \"deleted\": false\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des regimes de reservation",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/rates",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "rates"
              ]
            },
            "description": "Recuperation de l'ensemble des regimes (rates) de reservations configures sur cet hotel."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/rates",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "rates"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 1,\n    \"derived_from_id\": null,\n    \"vat_rate_id\": 1,\n    \"label\": \"Standard.\",\n    \"shortcode\": \"std\",\n    \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n    \"color\": \"#b300ff\",\n    \"rank\": 0,\n    \"subject_to_pricing\": true,\n    \"is_promo\": false,\n    \"rate_per_person\": false,\n    \"public\": true,\n    \"nb_persons_min\": 1,\n    \"nb_persons_max\": 2,\n    \"nb_adults_min\": 1,\n    \"nb_adults_max\": 2,\n    \"formula\": \"p*1\",\n    \"bo_visible\": true,\n    \"deleted\": false,\n    \"cm_id\": \"115237\",\n    \"cm2_id\": null,\n    \"cm_send_rate\": true,\n    \"send_ask_balance_email\": true,\n    \"nb_days_for_lastminute\": 0,\n    \"nb_days_for_earlybooking\": 0,\n    \"nb_days_for_free_cancelation\": 0,\n    \"deposit_rate\": null,\n    \"deposit_rate_computed\": 0,\n    \"packages\": [],\n    \"vat_rate\": {\n      \"id\": 1,\n      \"vat_rate\": 0,\n      \"deleted\": false\n    },\n    \"derived_from\": null\n  },\n  {\n    \"id\": 27,\n    \"derived_from_id\": null,\n    \"vat_rate_id\": 3,\n    \"label\": \"TEST tarification backyou\",\n    \"shortcode\": null,\n    \"description\": \"<p>test</p>\",\n    \"color\": \"#FEEFFE\",\n    \"rank\": 0,\n    \"subject_to_pricing\": true,\n    \"is_promo\": false,\n    \"rate_per_person\": false,\n    \"public\": false,\n    \"nb_persons_min\": 1,\n    \"nb_persons_max\": 4,\n    \"nb_adults_min\": 1,\n    \"nb_adults_max\": 4,\n    \"formula\": \"\",\n    \"bo_visible\": true,\n    \"deleted\": false,\n    \"cm_id\": null,\n    \"cm2_id\": \"3371890\",\n    \"cm_send_rate\": true,\n    \"send_ask_balance_email\": true,\n    \"nb_days_for_lastminute\": 0,\n    \"nb_days_for_earlybooking\": 0,\n    \"nb_days_for_free_cancelation\": null,\n    \"deposit_rate\": null,\n    \"deposit_rate_computed\": 0,\n    \"packages\": [],\n    \"vat_rate\": {\n      \"id\": 3,\n      \"vat_rate\": 10,\n      \"deleted\": false\n    },\n    \"derived_from\": null\n  },\n  {\n    \"id\": 28,\n    \"derived_from_id\": 1,\n    \"vat_rate_id\": 3,\n    \"label\": \"standard 3 personnes\",\n    \"shortcode\": null,\n    \"description\": \"\",\n    \"color\": \"#FEEFFE\",\n    \"rank\": 2,\n    \"subject_to_pricing\": true,\n    \"is_promo\": false,\n    \"rate_per_person\": false,\n    \"public\": true,\n    \"nb_persons_min\": 3,\n    \"nb_persons_max\": 3,\n    \"nb_adults_min\": 3,\n    \"nb_adults_max\": 3,\n    \"formula\": \"p+30\",\n    \"bo_visible\": true,\n    \"deleted\": false,\n    \"cm_id\": null,\n    \"cm2_id\": null,\n    \"cm_send_rate\": false,\n    \"send_ask_balance_email\": true,\n    \"nb_days_for_lastminute\": 0,\n    \"nb_days_for_earlybooking\": 0,\n    \"nb_days_for_free_cancelation\": 0,\n    \"deposit_rate\": null,\n    \"deposit_rate_computed\": 0,\n    \"packages\": [],\n    \"vat_rate\": {\n      \"id\": 3,\n      \"vat_rate\": 10,\n      \"deleted\": false\n    },\n    \"derived_from\": {\n      \"id\": 1,\n      \"derived_from_id\": null,\n      \"vat_rate_id\": 1,\n      \"label\": \"Standard.\",\n      \"shortcode\": \"std\",\n      \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n      \"color\": \"#b300ff\",\n      \"rank\": 0,\n      \"subject_to_pricing\": true,\n      \"is_promo\": false,\n      \"rate_per_person\": false,\n      \"public\": true,\n      \"nb_persons_min\": 1,\n      \"nb_persons_max\": 2,\n      \"nb_adults_min\": 1,\n      \"nb_adults_max\": 2,\n      \"formula\": \"p*1\",\n      \"bo_visible\": true,\n      \"deleted\": false,\n      \"cm_id\": \"115237\",\n      \"cm2_id\": null,\n      \"cm_send_rate\": true,\n      \"send_ask_balance_email\": true,\n      \"nb_days_for_lastminute\": 0,\n      \"nb_days_for_earlybooking\": 0,\n      \"nb_days_for_free_cancelation\": 0,\n      \"deposit_rate\": null,\n      \"deposit_rate_computed\": 0,\n      \"packages\": null,\n      \"vat_rate\": null,\n      \"derived_from\": null\n    }\n  },\n  {\n    \"id\": 40,\n    \"derived_from_id\": 28,\n    \"vat_rate_id\": 3,\n    \"label\": \"standard 4 personnes\",\n    \"shortcode\": \"\",\n    \"description\": \"\",\n    \"color\": \"#FEEFFE\",\n    \"rank\": 3,\n    \"subject_to_pricing\": true,\n    \"is_promo\": false,\n    \"rate_per_person\": false,\n    \"public\": true,\n    \"nb_persons_min\": 1,\n    \"nb_persons_max\": 4,\n    \"nb_adults_min\": 1,\n    \"nb_adults_max\": 3,\n    \"formula\": \"p+30\",\n    \"bo_visible\": true,\n    \"deleted\": false,\n    \"cm_id\": null,\n    \"cm2_id\": null,\n    \"cm_send_rate\": false,\n    \"send_ask_balance_email\": true,\n    \"nb_days_for_lastminute\": 0,\n    \"nb_days_for_earlybooking\": 0,\n    \"nb_days_for_free_cancelation\": 0,\n    \"deposit_rate\": null,\n    \"deposit_rate_computed\": 0,\n    \"packages\": [\n      {\n        \"id\": 43,\n        \"article_id\": 74,\n        \"rate_id\": 40,\n        \"age_range_id\": 0,\n        \"quantity\": 2,\n        \"unit_price_incl\": 16,\n        \"rank\": 1,\n        \"per_day\": true,\n        \"first_day\": false,\n        \"last_day\": false,\n        \"per_person\": true,\n        \"article\": {\n          \"id\": 74,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"label\": \"Expresso\",\n          \"vat_rate_id\": 3,\n          \"unit_price_incl\": 3,\n          \"article_category_id\": 23,\n          \"description\": \"Boisson chaude\",\n          \"picture_url\": \"\",\n          \"bookable\": false,\n          \"is_show_hk\": false,\n          \"is_breakfast\": false,\n          \"is_lunch\": false,\n          \"is_dinner\": false,\n          \"barcode\": \"\",\n          \"stock\": 12,\n          \"rank\": 100,\n          \"deleted\": false,\n          \"vat_rate\": {\n            \"id\": 3,\n            \"vat_rate\": 10,\n            \"deleted\": false\n          },\n          \"article_category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"rank\": 5,\n            \"color\": \"#26B38D\",\n            \"bo_visible\": true,\n            \"deleted\": false,\n            \"printer_id\": 2,\n            \"printer\": null\n          },\n          \"packageds\": null\n        },\n        \"age_range\": null\n      }\n    ],\n    \"vat_rate\": {\n      \"id\": 3,\n      \"vat_rate\": 10,\n      \"deleted\": false\n    },\n    \"derived_from\": {\n      \"id\": 28,\n      \"derived_from_id\": 1,\n      \"vat_rate_id\": 3,\n      \"label\": \"standard 3 personnes\",\n      \"shortcode\": null,\n      \"description\": \"\",\n      \"color\": \"#FEEFFE\",\n      \"rank\": 2,\n      \"subject_to_pricing\": true,\n      \"is_promo\": false,\n      \"rate_per_person\": false,\n      \"public\": true,\n      \"nb_persons_min\": 3,\n      \"nb_persons_max\": 3,\n      \"nb_adults_min\": 3,\n      \"nb_adults_max\": 3,\n      \"formula\": \"p+30\",\n      \"bo_visible\": true,\n      \"deleted\": false,\n      \"cm_id\": null,\n      \"cm2_id\": null,\n      \"cm_send_rate\": false,\n      \"send_ask_balance_email\": true,\n      \"nb_days_for_lastminute\": 0,\n      \"nb_days_for_earlybooking\": 0,\n      \"nb_days_for_free_cancelation\": 0,\n      \"deposit_rate\": null,\n      \"deposit_rate_computed\": 0,\n      \"packages\": null,\n      \"vat_rate\": null,\n      \"derived_from\": null\n    }\n  },\n  {\n    \"id\": 33,\n    \"derived_from_id\": 1,\n    \"vat_rate_id\": 3,\n    \"label\": \"SMARTBOX\",\n    \"shortcode\": null,\n    \"description\": \"<p>a</p>\",\n    \"color\": \"#FEEFFE\",\n    \"rank\": 4,\n    \"subject_to_pricing\": true,\n    \"is_promo\": false,\n    \"rate_per_person\": false,\n    \"public\": true,\n    \"nb_persons_min\": 1,\n    \"nb_persons_max\": 4,\n    \"nb_adults_min\": 1,\n    \"nb_adults_max\": 4,\n    \"formula\": \"round((p+38)*0.9)\",\n    \"bo_visible\": true,\n    \"deleted\": false,\n    \"cm_id\": \"1672\",\n    \"cm2_id\": null,\n    \"cm_send_rate\": true,\n    \"send_ask_balance_email\": false,\n    \"nb_days_for_lastminute\": 0,\n    \"nb_days_for_earlybooking\": 0,\n    \"nb_days_for_free_cancelation\": 0,\n    \"deposit_rate\": 0,\n    \"deposit_rate_computed\": 0,\n    \"packages\": [\n      {\n        \"id\": 29,\n        \"article_id\": 8,\n        \"rate_id\": 33,\n        \"age_range_id\": 0,\n        \"quantity\": 1,\n        \"unit_price_incl\": 0,\n        \"rank\": 1,\n        \"per_day\": true,\n        \"first_day\": true,\n        \"last_day\": true,\n        \"per_person\": true,\n        \"article\": {\n          \"id\": 8,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"label\": \"Petit déjeuner adultes\",\n          \"vat_rate_id\": 3,\n          \"unit_price_incl\": 14,\n          \"article_category_id\": 2,\n          \"description\": \"1-BOISSON/RESTO\",\n          \"picture_url\": \"\",\n          \"bookable\": false,\n          \"is_show_hk\": false,\n          \"is_breakfast\": false,\n          \"is_lunch\": false,\n          \"is_dinner\": false,\n          \"barcode\": \"\",\n          \"stock\": 1,\n          \"rank\": 100,\n          \"deleted\": false,\n          \"vat_rate\": {\n            \"id\": 3,\n            \"vat_rate\": 10,\n            \"deleted\": false\n          },\n          \"article_category\": {\n            \"id\": 2,\n            \"label\": \"1-BOISSON/RESTO\",\n            \"rank\": 70,\n            \"color\": \"#BAE022\",\n            \"bo_visible\": true,\n            \"deleted\": true,\n            \"printer_id\": 3,\n            \"printer\": null\n          },\n          \"packageds\": null\n        },\n        \"age_range\": null\n      }\n    ],\n    \"vat_rate\": {\n      \"id\": 3,\n      \"vat_rate\": 10,\n      \"deleted\": false\n    },\n    \"derived_from\": {\n      \"id\": 1,\n      \"derived_from_id\": null,\n      \"vat_rate_id\": 1,\n      \"label\": \"Standard.\",\n      \"shortcode\": \"std\",\n      \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n      \"color\": \"#b300ff\",\n      \"rank\": 0,\n      \"subject_to_pricing\": true,\n      \"is_promo\": false,\n      \"rate_per_person\": false,\n      \"public\": true,\n      \"nb_persons_min\": 1,\n      \"nb_persons_max\": 2,\n      \"nb_adults_min\": 1,\n      \"nb_adults_max\": 2,\n      \"formula\": \"p*1\",\n      \"bo_visible\": true,\n      \"deleted\": false,\n      \"cm_id\": \"115237\",\n      \"cm2_id\": null,\n      \"cm_send_rate\": true,\n      \"send_ask_balance_email\": true,\n      \"nb_days_for_lastminute\": 0,\n      \"nb_days_for_earlybooking\": 0,\n      \"nb_days_for_free_cancelation\": 0,\n      \"deposit_rate\": null,\n      \"deposit_rate_computed\": 0,\n      \"packages\": null,\n      \"vat_rate\": null,\n      \"derived_from\": null\n    }\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Calcul d'un sejour (prix, dispo, restriction)",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/pricing?from=&to=&room_type_id=&rate_id=&adults=&children=&infants=",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "pricing"
              ],
              "query": [
                {
                  "key": "from",
                  "value": "",
                  "description": "Date de checkin",
                  "disabled": false
                },
                {
                  "key": "to",
                  "value": "",
                  "description": "Date de checkout",
                  "disabled": false
                },
                {
                  "key": "room_type_id",
                  "value": "",
                  "description": "Identifiant du type de chambre",
                  "disabled": false
                },
                {
                  "key": "rate_id",
                  "value": "",
                  "description": "Identifiant du tarif",
                  "disabled": false
                },
                {
                  "key": "adults",
                  "value": "",
                  "description": "Nombre d'adultes",
                  "disabled": false
                },
                {
                  "key": "children",
                  "value": "",
                  "description": "Nombre d'enfants",
                  "disabled": false
                },
                {
                  "key": "infants",
                  "value": "",
                  "description": "Nombre de bebes",
                  "disabled": false
                }
              ]
            },
            "description": "Cette route permet de calculer l'ensemble des donnees d'un sejour : prix du sejour, prix des nuitees, liste des extras par personne, prix des extras, verification des restrictions."
          },
          "response": [
            {
              "name": "Calcul d'un sejour 2 adultes",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/pricing?from=2026-06-01&to=2026-06-03&room_type_id=1&rate_id=1&adults=2&children=0&infants=0",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "pricing"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "2026-06-01",
                      "description": "Date de checkin",
                      "disabled": false
                    },
                    {
                      "key": "to",
                      "value": "2026-06-03",
                      "description": "Date de checkout",
                      "disabled": false
                    },
                    {
                      "key": "room_type_id",
                      "value": "1",
                      "description": "Identifiant du type de chambre",
                      "disabled": false
                    },
                    {
                      "key": "rate_id",
                      "value": "1",
                      "description": "Identifiant du tarif",
                      "disabled": false
                    },
                    {
                      "key": "adults",
                      "value": "2",
                      "description": "Nombre d'adultes",
                      "disabled": false
                    },
                    {
                      "key": "children",
                      "value": "0",
                      "description": "Nombre d'enfants",
                      "disabled": false
                    },
                    {
                      "key": "infants",
                      "value": "0",
                      "description": "Nombre de bebes",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"status\": true,\n  \"messages\": [],\n  \"nights\": {\n    \"2026-06-01\": 100,\n    \"2026-06-02\": 100\n  },\n  \"min_stay\": 1,\n  \"max_stay\": null,\n  \"stop_sell\": false,\n  \"extras\": [],\n  \"tourist_tax\": 18,\n  \"total_price\": 200\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Calcul de la taxe de sejour",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/compute-tourist-taxes?nb_nights=&nb_adults=&nb_persons=&amount_excl=",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "compute-tourist-taxes"
              ],
              "query": [
                {
                  "key": "nb_nights",
                  "value": "",
                  "description": "Nombre de nuits",
                  "disabled": false
                },
                {
                  "key": "nb_adults",
                  "value": "",
                  "description": "Nombre d'adultes",
                  "disabled": false
                },
                {
                  "key": "nb_persons",
                  "value": "",
                  "description": "Nombre total de personnes",
                  "disabled": false
                },
                {
                  "key": "amount_excl",
                  "value": "",
                  "description": "Montant de l'hebergement hors taxes",
                  "disabled": false
                }
              ]
            },
            "description": "Calcul de la taxe de sejour en fonction du nombre de nuits, de personnes et du montant hors taxes."
          },
          "response": [
            {
              "name": "Calcul taxe de sejour 2 nuits 2 adultes",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/compute-tourist-taxes?nb_nights=2&nb_adults=2&nb_persons=2&amount_excl=200",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "compute-tourist-taxes"
                  ],
                  "query": [
                    {
                      "key": "nb_nights",
                      "value": "2",
                      "description": "Nombre de nuits",
                      "disabled": false
                    },
                    {
                      "key": "nb_adults",
                      "value": "2",
                      "description": "Nombre d'adultes",
                      "disabled": false
                    },
                    {
                      "key": "nb_persons",
                      "value": "2",
                      "description": "Nombre total de personnes",
                      "disabled": false
                    },
                    {
                      "key": "amount_excl",
                      "value": "200",
                      "description": "Montant de l'hebergement hors taxes",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"tourist_taxes\": 18\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des reservations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "bookings"
              ],
              "query": [
                {
                  "key": "start_at",
                  "value": "",
                  "description": "Dont le checkin est le",
                  "disabled": true
                },
                {
                  "key": "end_at",
                  "value": "",
                  "description": "Dont le checkout est le",
                  "disabled": true
                },
                {
                  "key": "group",
                  "value": "",
                  "description": "Appartenant au groupe de reservation",
                  "disabled": true
                },
                {
                  "key": "created_at",
                  "value": "",
                  "description": "Creees le",
                  "disabled": true
                },
                {
                  "key": "updated_since",
                  "value": "",
                  "description": "Modifiees depuis",
                  "disabled": true
                },
                {
                  "key": "from",
                  "value": "",
                  "description": "Date de debut de presence",
                  "disabled": true
                },
                {
                  "key": "to",
                  "value": "",
                  "description": "Date de fin de presence",
                  "disabled": true
                },
                {
                  "key": "present_at",
                  "value": "",
                  "description": "Presente a cette date",
                  "disabled": true
                },
                {
                  "key": "customer_id",
                  "value": "",
                  "description": "Identifiant du client",
                  "disabled": true
                }
              ]
            },
            "description": "Recuperation de liste de reservations par criteres : d'un client en particulier, presentes entre 2 dates, en checkin a date, en checkout a date, presentes a date, creees entre 2 dates, modifiees depuis une date/heure, par son id de groupe, annulees (oui/non)."
          },
          "response": [
            {
              "name": "Reservations presentes sur un mois",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings?from=2026-01-01&to=2026-12-31",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "bookings"
                  ],
                  "query": [
                    {
                      "key": "start_at",
                      "value": "",
                      "description": "Dont le checkin est le",
                      "disabled": true
                    },
                    {
                      "key": "end_at",
                      "value": "",
                      "description": "Dont le checkout est le",
                      "disabled": true
                    },
                    {
                      "key": "group",
                      "value": "",
                      "description": "Appartenant au groupe de reservation",
                      "disabled": true
                    },
                    {
                      "key": "created_at",
                      "value": "",
                      "description": "Creees le",
                      "disabled": true
                    },
                    {
                      "key": "updated_since",
                      "value": "",
                      "description": "Modifiees depuis",
                      "disabled": true
                    },
                    {
                      "key": "from",
                      "value": "2026-01-01",
                      "description": "Date de debut de presence",
                      "disabled": false
                    },
                    {
                      "key": "to",
                      "value": "2026-12-31",
                      "description": "Date de fin de presence",
                      "disabled": false
                    },
                    {
                      "key": "present_at",
                      "value": "",
                      "description": "Presente a cette date",
                      "disabled": true
                    },
                    {
                      "key": "customer_id",
                      "value": "",
                      "description": "Identifiant du client",
                      "disabled": true
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 1,\n    \"reference\": \"CDH1\",\n    \"customer_id\": 746,\n    \"start_at\": \"2026-01-23\",\n    \"end_at\": \"2026-01-24\",\n    \"created_at\": \"2026-01-23T12:04:56+01:00\",\n    \"updated_at\": \"2026-03-20T12:02:03+01:00\",\n    \"start_time\": \"17:00\",\n    \"end_time\": \"12:00\",\n    \"comment\": \"toto\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\",\n    \"confirmed\": true,\n    \"in_statistics\": false,\n    \"deposit_amount\": 0,\n    \"is_in_ask_balance_mode\": true,\n    \"ask_balance_email_sended_at\": null,\n    \"has_cc_data\": false,\n    \"created_by_id\": 1,\n    \"canceled\": true,\n    \"canceled_at\": \"2026-02-20T10:34:49+01:00\",\n    \"has_pending_update\": false,\n    \"cancelable_by_customer\": false,\n    \"no_show\": true,\n    \"email_txt\": \"dfcxvcxcvcxvxcvxccxvxcv\\nxcvxcvxcv\",\n    \"source\": \"support\",\n    \"booking_origin_id\": 2,\n    \"booking_reason_id\": 6,\n    \"tourist_tax_auto\": true,\n    \"booking_group_id\": \"69739241b598a\",\n    \"group_code\": null,\n    \"resort_order_id\": 4,\n    \"crs_id\": null,\n    \"promo_code_id\": null,\n    \"has_valid_payline_token\": null,\n    \"customer\": {\n      \"id\": 746,\n      \"civility_id\": 1,\n      \"lastname\": \"Gorchon\",\n      \"firstname\": \"Jeanne\",\n      \"company\": \"Thais PMS\",\n      \"comment\": \"TEST SUPPORT\\n-----------------\\ntest\",\n      \"allergies\": \"Intolérance gluten\\n-----------------\\ntest\",\n      \"email\": \"support@thais-soft.com\",\n      \"phone\": \"+33750661935\",\n      \"cellphone\": \"+33750661935\",\n      \"postcode\": \"34000\",\n      \"city\": \"Castelneau\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"Maison\",\n      \"address2\": \"test\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"birthdate\": \"1899-11-30\",\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 4,\n      \"customer_company_id\": 1564,\n      \"satisfaction_rating\": 5,\n      \"contact_channel\": \"Email\",\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-23T07:43:23+01:00\",\n      \"auto_email\": true,\n      \"gdpr_accepted_at\": \"2025-03-12 14:47:18\",\n      \"rgpd_commercial_agreement\": false,\n      \"vat_number\": \"xxx\",\n      \"vat_number_no_eu\": \"\",\n      \"siren\": \"\",\n      \"siret\": \"\",\n      \"civility\": {\n        \"id\": 1,\n        \"label\": \"M. ou Mme\",\n        \"rank\": 2,\n        \"deleted\": false\n      },\n      \"country\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"customer_group\": {\n        \"id\": 1,\n        \"label\": \"Autres\",\n        \"color\": \"#144bb8\",\n        \"rank\": 9,\n        \"deleted\": false\n      },\n      \"customer_category\": {\n        \"id\": 11,\n        \"label\": \"Non renseignés\",\n        \"color\": \"#000000\",\n        \"rank\": 0,\n        \"deleted\": false\n      },\n      \"nationality\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"language\": {\n        \"id\": 1,\n        \"code\": \"fr\",\n        \"label\": \"Français\"\n      },\n      \"customer_origin\": {\n        \"id\": 4,\n        \"label\": \"TEST\",\n        \"color\": \"#F4F4F4\",\n        \"rank\": -1,\n        \"deleted\": true\n      },\n      \"customer_company\": {\n        \"id\": 1564,\n        \"civility_id\": 2,\n        \"lastname\": \"Bonnet Entreprise\",\n        \"firstname\": \"\",\n        \"company\": \"Bonnet Entreprise\",\n        \"comment\": null,\n        \"allergies\": null,\n        \"email\": \"\",\n        \"phone\": \"\",\n        \"cellphone\": \"\",\n        \"postcode\": \"\",\n        \"city\": \"\",\n        \"country_id\": 79,\n        \"country_iso2\": \"FR\",\n        \"address\": \"\",\n        \"address2\": null,\n        \"warning\": false,\n        \"unwanted\": false,\n        \"birthdate\": null,\n        \"customer_group_id\": 1,\n        \"customer_category_id\": 11,\n        \"nationality_id\": 79,\n        \"language_id\": 1,\n        \"customer_origin_id\": 5,\n        \"customer_company_id\": null,\n        \"satisfaction_rating\": null,\n        \"contact_channel\": null,\n        \"deleted\": false,\n        \"updated_at\": \"2026-01-20T10:06:34+01:00\",\n        \"auto_email\": false,\n        \"gdpr_accepted_at\": null,\n        \"rgpd_commercial_agreement\": false,\n        \"vat_number\": \"-\",\n        \"vat_number_no_eu\": null,\n        \"siren\": null,\n        \"siret\": null,\n        \"civility\": null,\n        \"country\": null,\n        \"customer_group\": null,\n        \"customer_category\": null,\n        \"nationality\": null,\n        \"language\": null,\n        \"customer_origin\": null,\n        \"customer_company\": null,\n        \"crm_completion\": 31,\n        \"invoice_balance\": null,\n        \"hotel_booking_count\": null\n      },\n      \"crm_completion\": 71,\n      \"invoice_balance\": 1292.92,\n      \"hotel_booking_count\": 2\n    },\n    \"booking_origin\": {\n      \"id\": 2,\n      \"label\": \"A renseigner (par défaut)\",\n      \"color\": \"#1A1C2C\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"booking_reason\": {\n      \"id\": 6,\n      \"label\": \"Business\",\n      \"color\": \"#0cc40c\",\n      \"rank\": 3,\n      \"deleted\": false\n    },\n    \"created_by\": null,\n    \"booking_rooms\": [\n      {\n        \"id\": 1,\n        \"booking_id\": 1,\n        \"room_id\": 4,\n        \"rate_id\": 1,\n        \"rooming_customer_id\": null,\n        \"state\": \"pending\",\n        \"rooming\": \"Jean Dupont\",\n        \"color\": \"#FF00FF\",\n        \"icons\": [\n          \"cloud\",\n          \"truck\"\n        ],\n        \"housekeeping\": true,\n        \"hk_comment\": null,\n        \"resto_lunch_time\": null,\n        \"resto_dinner_time\": null,\n        \"resto_comment\": null,\n        \"crs_id\": null,\n        \"room\": {\n          \"id\": 4,\n          \"label\": \"SUITE COMMUNICANTE\",\n          \"shortcode\": null,\n          \"description\": \"<p>douche</p>\",\n          \"nb_persons_max\": 2,\n          \"room_type_id\": 35,\n          \"rank\": 2,\n          \"stage\": \"\",\n          \"visible\": true,\n          \"show_in_stats\": false,\n          \"real\": true,\n          \"picture_url\": \"\",\n          \"pictures\": [\n            \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n          ],\n          \"created_at\": \"2024-09-25\",\n          \"deleted\": false,\n          \"deleted_at\": null,\n          \"icons\": [\n            \"shower\"\n          ],\n          \"ex_door_id\": \"\",\n          \"state_id\": 1,\n          \"is_date\": false,\n          \"is_separator\": false,\n          \"room_type\": {\n            \"id\": 35,\n            \"label\": \"communicante.\",\n            \"shortcode\": \"SHORT\",\n            \"subject_to_pricing\": true,\n            \"nb_persons_min\": 1,\n            \"nb_persons_max\": 2,\n            \"public\": true,\n            \"color\": \"#960096\",\n            \"description\": \"<p>Chambre communicante</p>\",\n            \"rank\": 2,\n            \"deleted\": false,\n            \"cm_id\": null,\n            \"cm2_id\": null,\n            \"ical_url\": null\n          },\n          \"state\": null,\n          \"linked_room_id\": null\n        },\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": {\n            \"id\": 1,\n            \"vat_rate\": 0,\n            \"deleted\": false\n          },\n          \"derived_from\": null\n        },\n        \"booking\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"rooming_customer\": null,\n        \"accommodations\": [\n          {\n            \"id\": 12,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_accommodations\": 200,\n        \"extras\": [\n          {\n            \"id\": 11006,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T10:33:08+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T10:33:08+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11007,\n            \"application\": \"RESTAURANT\",\n            \"type\": \"RESTAURANT_PURCHASE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 1208,\n            \"originOrderLabel\": \"Transfert API test\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": true,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T10:33:55+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T10:33:55+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 8.79,\n            \"taxesByRates\": {\n              \"20.00\": 1.76\n            },\n            \"totalTaxes\": 1.76,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 8.79,\n            \"amountTaxesByRates\": {\n              \"20.00\": 1.76\n            },\n            \"totalAmountTaxes\": 1.76,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11008,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T10:48:54+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T10:48:54+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11009,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T10:54:31+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T10:54:31+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11036,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T16:23:23+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T16:23:23+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11047,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T16:57:40+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T16:57:40+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11072,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T17:01:51+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T17:01:51+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11085,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T17:07:03+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T17:07:03+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11102,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T17:14:07+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T17:14:07+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11109,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T17:16:27+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T17:16:27+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11122,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T17:18:57+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T17:18:57+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11143,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T18:14:45+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T18:14:45+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11144,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T18:18:25+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T18:18:25+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11145,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T18:24:47+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T18:24:47+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11146,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T18:27:51+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T18:27:51+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11153,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T18:31:59+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T18:31:59+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11169,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T18:46:40+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T18:46:40+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11185,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T20:04:46+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T20:04:46+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11192,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T20:17:16+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T20:17:16+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11199,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T20:24:49+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T20:24:49+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11206,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T20:30:13+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T20:30:13+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11220,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T20:34:36+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T20:34:36+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11245,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T22:53:31+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T22:53:31+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11342,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-20T10:53:41+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-20T10:53:41+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11364,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"test\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": 4,\n            \"originOrderId\": 4,\n            \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-20T12:02:03+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-20T12:02:03+01:00\",\n            \"priceIncludingTaxes\": 10.55,\n            \"priceExcludingTaxes\": 10,\n            \"taxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalTaxes\": 0.55,\n            \"amountIncludingTaxes\": 10.55,\n            \"amountExcludingTaxes\": 10,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.55\n            },\n            \"totalAmountTaxes\": 0.55,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 11,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_extras\": 263.7500000000001,\n        \"tourist_tax\": {\n          \"id\": 13,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_TAXE\",\n          \"label\": \"Taxe de séjour\",\n          \"description\": \"\",\n          \"quantity\": 2,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": null,\n          \"article\": null,\n          \"customer\": {\n            \"id\": 746,\n            \"lastName\": \"Gorchon\",\n            \"firstName\": \"Jeanne\",\n            \"email\": \"support@thais-soft.com\",\n            \"company\": \"Thais PMS\",\n            \"blackListed\": false,\n            \"name\": \"Gorchon Jeanne\",\n            \"languageId\": 1,\n            \"companyId\": 1564,\n            \"invoiceBalance\": 1292.92\n          },\n          \"orderId\": 4,\n          \"originOrderId\": 4,\n          \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n          \"invoiceId\": 3,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n          \"updatedAt\": null,\n          \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n          \"priceIncludingTaxes\": 4.96,\n          \"priceExcludingTaxes\": 0,\n          \"taxesByRates\": [],\n          \"totalTaxes\": 0,\n          \"amountIncludingTaxes\": 4.96,\n          \"amountExcludingTaxes\": 0,\n          \"amountTaxesByRates\": [],\n          \"totalAmountTaxes\": 0,\n          \"childrenPurchases\": [\n            {\n              \"id\": 14,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"23/01\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 746,\n                \"lastName\": \"Gorchon\",\n                \"firstName\": \"Jeanne\",\n                \"email\": \"support@thais-soft.com\",\n                \"company\": \"Thais PMS\",\n                \"blackListed\": false,\n                \"name\": \"Gorchon Jeanne\",\n                \"languageId\": 1,\n                \"companyId\": 1564,\n                \"invoiceBalance\": 1292.92\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 3,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 13,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            }\n          ],\n          \"parentPurchaseId\": null,\n          \"groupId\": 11,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      }\n    ],\n    \"promo_code\": null,\n    \"ebooking\": null,\n    \"transfers\": [\n      {\n        \"id\": 11007,\n        \"type\": \"RESTAURANT_PURCHASE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"\",\n        \"quantity\": 1,\n        \"canceledAt\": null,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"createdAt\": \"2026-03-19T10:33:55+01:00\",\n        \"consumedAt\": \"2026-03-19T10:33:55+01:00\",\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 8.79,\n        \"childrenPurchases\": [],\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    ],\n    \"total_transfers_incl_taxes\": 10.55,\n    \"insurances\": [],\n    \"total_insurance_incl_taxes\": 0,\n    \"total_incl_taxes\": 468.71,\n    \"total_invoiced_incl_taxes\": 204.96,\n    \"total_uninvoiced_incl_taxes\": 263.75,\n    \"total_deposits\": 1446.46,\n    \"total_invoiced_deposits\": 246.46,\n    \"total_uninvoiced_deposits\": 1200,\n    \"is_transfer_blocked\": false\n  },\n  {\n    \"id\": 2,\n    \"reference\": \"CDH2\",\n    \"customer_id\": 1177,\n    \"start_at\": \"2026-01-23\",\n    \"end_at\": \"2026-01-24\",\n    \"created_at\": \"2026-01-23T12:49:54+01:00\",\n    \"updated_at\": \"2026-02-06T12:05:49+01:00\",\n    \"start_time\": \"\",\n    \"end_time\": \"\",\n    \"comment\": \"\",\n    \"confirmed\": false,\n    \"in_statistics\": false,\n    \"deposit_amount\": 0,\n    \"is_in_ask_balance_mode\": true,\n    \"ask_balance_email_sended_at\": null,\n    \"has_cc_data\": false,\n    \"created_by_id\": 3,\n    \"canceled\": false,\n    \"canceled_at\": null,\n    \"has_pending_update\": false,\n    \"cancelable_by_customer\": false,\n    \"no_show\": false,\n    \"email_txt\": \"\",\n    \"source\": \"thais\",\n    \"booking_origin_id\": 2,\n    \"booking_reason_id\": 6,\n    \"tourist_tax_auto\": true,\n    \"booking_group_id\": \"69739241b598a\",\n    \"group_code\": null,\n    \"resort_order_id\": 5,\n    \"crs_id\": null,\n    \"promo_code_id\": null,\n    \"has_valid_payline_token\": null,\n    \"customer\": {\n      \"id\": 1177,\n      \"civility_id\": 2,\n      \"lastname\": \"test\",\n      \"firstname\": \"Aless\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"a.donghi@thais-soft.com\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"75000\",\n      \"city\": \"Paris\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"12 rue Leclerc\",\n      \"address2\": \"2bis\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": null,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-16T15:38:11+01:00\",\n      \"auto_email\": true,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"vat_number\": \"2356\",\n      \"vat_number_no_eu\": \"E456u\",\n      \"siren\": \"Fghhj\",\n      \"siret\": \"23578\",\n      \"civility\": {\n        \"id\": 2,\n        \"label\": \"M.\",\n        \"rank\": 1,\n        \"deleted\": false\n      },\n      \"country\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"customer_group\": {\n        \"id\": 1,\n        \"label\": \"Autres\",\n        \"color\": \"#144bb8\",\n        \"rank\": 9,\n        \"deleted\": false\n      },\n      \"customer_category\": {\n        \"id\": 11,\n        \"label\": \"Non renseignés\",\n        \"color\": \"#000000\",\n        \"rank\": 0,\n        \"deleted\": false\n      },\n      \"nationality\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"language\": {\n        \"id\": 1,\n        \"code\": \"fr\",\n        \"label\": \"Français\"\n      },\n      \"customer_origin\": {\n        \"id\": 5,\n        \"label\": \"Téléphone\",\n        \"color\": \"#3B5DC9\",\n        \"rank\": -1,\n        \"deleted\": false\n      },\n      \"customer_company\": null,\n      \"crm_completion\": 65,\n      \"invoice_balance\": 0,\n      \"hotel_booking_count\": 14\n    },\n    \"booking_origin\": {\n      \"id\": 2,\n      \"label\": \"A renseigner (par défaut)\",\n      \"color\": \"#1A1C2C\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"booking_reason\": {\n      \"id\": 6,\n      \"label\": \"Business\",\n      \"color\": \"#0cc40c\",\n      \"rank\": 3,\n      \"deleted\": false\n    },\n    \"created_by\": null,\n    \"booking_rooms\": [\n      {\n        \"id\": 2,\n        \"booking_id\": 2,\n        \"room_id\": 59,\n        \"rate_id\": 1,\n        \"rooming_customer_id\": null,\n        \"state\": \"checkout\",\n        \"rooming\": null,\n        \"color\": null,\n        \"icons\": [],\n        \"housekeeping\": true,\n        \"hk_comment\": null,\n        \"resto_lunch_time\": null,\n        \"resto_dinner_time\": null,\n        \"resto_comment\": null,\n        \"crs_id\": null,\n        \"room\": {\n          \"id\": 59,\n          \"label\": \"203\",\n          \"shortcode\": null,\n          \"description\": \"<p>test</p>\",\n          \"nb_persons_max\": 2,\n          \"room_type_id\": 9,\n          \"rank\": 11,\n          \"stage\": \"2ème étage\",\n          \"visible\": true,\n          \"show_in_stats\": true,\n          \"real\": true,\n          \"picture_url\": \"\",\n          \"pictures\": [\n            \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n          ],\n          \"created_at\": \"2025-07-10\",\n          \"deleted\": false,\n          \"deleted_at\": null,\n          \"icons\": [],\n          \"ex_door_id\": null,\n          \"state_id\": 2,\n          \"is_date\": false,\n          \"is_separator\": false,\n          \"room_type\": {\n            \"id\": 9,\n            \"label\": \"Suite\",\n            \"shortcode\": null,\n            \"subject_to_pricing\": true,\n            \"nb_persons_min\": 1,\n            \"nb_persons_max\": 4,\n            \"public\": true,\n            \"color\": \"#5D275D\",\n            \"description\": \"<p>Suite deluxe</p>\\n<p>32 m2&nbsp;</p>\",\n            \"rank\": 4,\n            \"deleted\": false,\n            \"cm_id\": \"92801\",\n            \"cm2_id\": null,\n            \"ical_url\": null\n          },\n          \"state\": null,\n          \"linked_room_id\": null\n        },\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": {\n            \"id\": 1,\n            \"vat_rate\": 0,\n            \"deleted\": false\n          },\n          \"derived_from\": null\n        },\n        \"booking\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"rooming_customer\": null,\n        \"accommodations\": [\n          {\n            \"id\": 16,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:49:54+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 40,\n            \"priceExcludingTaxes\": 36.36,\n            \"taxesByRates\": {\n              \"10.00\": 3.64\n            },\n            \"totalTaxes\": 3.64,\n            \"amountIncludingTaxes\": 40,\n            \"amountExcludingTaxes\": 36.36,\n            \"amountTaxesByRates\": {\n              \"10.00\": 3.64\n            },\n            \"totalAmountTaxes\": 3.64,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 15,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_accommodations\": 40,\n        \"extras\": [\n          {\n            \"id\": 280,\n            \"application\": \"RESTAURANT\",\n            \"type\": \"RESTAURANT_PURCHASE\",\n            \"label\": \"Rillettes\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 26,\n              \"label\": \"Tapas\",\n              \"color\": \"#22E07E\"\n            },\n            \"article\": {\n              \"id\": 131,\n              \"label\": \"Rillettes\"\n            },\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": 5,\n            \"originOrderId\": 32,\n            \"originOrderLabel\": \"RESTO 6 : 24/01/2026 16:42\",\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": true,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-24T16:42:19+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-24T16:42:19+01:00\",\n            \"priceIncludingTaxes\": 10,\n            \"priceExcludingTaxes\": 9.09,\n            \"taxesByRates\": {\n              \"10.00\": 0.91\n            },\n            \"totalTaxes\": 0.91,\n            \"amountIncludingTaxes\": 10,\n            \"amountExcludingTaxes\": 9.09,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0.91\n            },\n            \"totalAmountTaxes\": 0.91,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 15,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 281,\n            \"application\": \"RESTAURANT\",\n            \"type\": \"RESTAURANT_PURCHASE\",\n            \"label\": \"Tiramisu\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 14,\n              \"label\": \"Catégorie modifiée par API\",\n              \"color\": \"#4068ad\"\n            },\n            \"article\": {\n              \"id\": 65,\n              \"label\": \"Tiramisu\"\n            },\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": 5,\n            \"originOrderId\": 32,\n            \"originOrderLabel\": \"RESTO 6 : 24/01/2026 16:42\",\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": true,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-24T16:42:19+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-24T16:42:19+01:00\",\n            \"priceIncludingTaxes\": 9.5,\n            \"priceExcludingTaxes\": 8.64,\n            \"taxesByRates\": {\n              \"10.00\": 0.86\n            },\n            \"totalTaxes\": 0.86,\n            \"amountIncludingTaxes\": 9.5,\n            \"amountExcludingTaxes\": 8.64,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0.86\n            },\n            \"totalAmountTaxes\": 0.86,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 15,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 309,\n            \"application\": \"RESTAURANT\",\n            \"type\": \"RESTAURANT_PURCHASE\",\n            \"label\": \"Glace 1 boule\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 14,\n              \"label\": \"Catégorie modifiée par API\",\n              \"color\": \"#4068ad\"\n            },\n            \"article\": {\n              \"id\": 149,\n              \"label\": \"Glace 1 boule\"\n            },\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": 5,\n            \"originOrderId\": 39,\n            \"originOrderLabel\": \"RESTO 7 : 24/01/2026 18:19\",\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": true,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-24T18:20:01+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-24T18:20:01+01:00\",\n            \"priceIncludingTaxes\": 2.5,\n            \"priceExcludingTaxes\": 2.27,\n            \"taxesByRates\": {\n              \"10.00\": 0.23\n            },\n            \"totalTaxes\": 0.23,\n            \"amountIncludingTaxes\": 2.5,\n            \"amountExcludingTaxes\": 2.27,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0.23\n            },\n            \"totalAmountTaxes\": 0.23,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 15,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 310,\n            \"application\": \"RESTAURANT\",\n            \"type\": \"RESTAURANT_PURCHASE\",\n            \"label\": \"Chartreuse jaune\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 20,\n              \"label\": \"Catégorie modifiée par API\",\n              \"color\": \"#4068ad\"\n            },\n            \"article\": {\n              \"id\": 116,\n              \"label\": \"Chartreuse jaune\"\n            },\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": 5,\n            \"originOrderId\": 39,\n            \"originOrderLabel\": \"RESTO 7 : 24/01/2026 18:19\",\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": true,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-24T18:20:01+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-24T18:20:01+01:00\",\n            \"priceIncludingTaxes\": 26,\n            \"priceExcludingTaxes\": 21.67,\n            \"taxesByRates\": {\n              \"20.00\": 4.33\n            },\n            \"totalTaxes\": 4.33,\n            \"amountIncludingTaxes\": 26,\n            \"amountExcludingTaxes\": 21.67,\n            \"amountTaxesByRates\": {\n              \"20.00\": 4.33\n            },\n            \"totalAmountTaxes\": 4.33,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 15,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 311,\n            \"application\": \"RESTAURANT\",\n            \"type\": \"RESTAURANT_PURCHASE\",\n            \"label\": \"Don papa\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 20,\n              \"label\": \"Catégorie modifiée par API\",\n              \"color\": \"#4068ad\"\n            },\n            \"article\": {\n              \"id\": 95,\n              \"label\": \"Article modifié\"\n            },\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": 5,\n            \"originOrderId\": 39,\n            \"originOrderLabel\": \"RESTO 7 : 24/01/2026 18:19\",\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": true,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-24T18:20:01+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-24T18:20:01+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"20.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"20.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 15,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_extras\": 48,\n        \"tourist_tax\": {\n          \"id\": 17,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_TAXE\",\n          \"label\": \"Taxe de séjour\",\n          \"description\": \"\",\n          \"quantity\": 2,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": null,\n          \"article\": null,\n          \"customer\": {\n            \"id\": 1177,\n            \"lastName\": \"test\",\n            \"firstName\": \"Aless\",\n            \"email\": \"a.donghi@thais-soft.com\",\n            \"company\": null,\n            \"blackListed\": false,\n            \"name\": \"test Aless\",\n            \"languageId\": 1,\n            \"companyId\": null,\n            \"invoiceBalance\": 0\n          },\n          \"orderId\": 5,\n          \"originOrderId\": 5,\n          \"originOrderLabel\": \"CDH2: 23/01/2026 - 24/01/2026\",\n          \"invoiceId\": 15,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-01-23T12:49:54+01:00\",\n          \"updatedAt\": null,\n          \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n          \"priceIncludingTaxes\": 4.96,\n          \"priceExcludingTaxes\": 0,\n          \"taxesByRates\": [],\n          \"totalTaxes\": 0,\n          \"amountIncludingTaxes\": 4.96,\n          \"amountExcludingTaxes\": 0,\n          \"amountTaxesByRates\": [],\n          \"totalAmountTaxes\": 0,\n          \"childrenPurchases\": [\n            {\n              \"id\": 18,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"23/01\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T12:49:54+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 17,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            }\n          ],\n          \"parentPurchaseId\": null,\n          \"groupId\": 15,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      }\n    ],\n    \"promo_code\": null,\n    \"ebooking\": null,\n    \"transfers\": [\n      {\n        \"id\": 280,\n        \"type\": \"RESTAURANT_PURCHASE\",\n        \"label\": \"Rillettes\",\n        \"description\": \"\",\n        \"quantity\": 1,\n        \"canceledAt\": null,\n        \"category\": {\n          \"id\": 26,\n          \"label\": \"Tapas\",\n          \"color\": \"#22E07E\"\n        },\n        \"article\": {\n          \"id\": 131,\n          \"label\": \"Rillettes\"\n        },\n        \"createdAt\": \"2026-01-24T16:42:19+01:00\",\n        \"consumedAt\": \"2026-01-24T16:42:19+01:00\",\n        \"amountIncludingTaxes\": 10,\n        \"amountExcludingTaxes\": 9.09,\n        \"childrenPurchases\": [],\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 281,\n        \"type\": \"RESTAURANT_PURCHASE\",\n        \"label\": \"Tiramisu\",\n        \"description\": \"\",\n        \"quantity\": 1,\n        \"canceledAt\": null,\n        \"category\": {\n          \"id\": 14,\n          \"label\": \"Catégorie modifiée par API\",\n          \"color\": \"#4068ad\"\n        },\n        \"article\": {\n          \"id\": 65,\n          \"label\": \"Tiramisu\"\n        },\n        \"createdAt\": \"2026-01-24T16:42:19+01:00\",\n        \"consumedAt\": \"2026-01-24T16:42:19+01:00\",\n        \"amountIncludingTaxes\": 9.5,\n        \"amountExcludingTaxes\": 8.64,\n        \"childrenPurchases\": [],\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 309,\n        \"type\": \"RESTAURANT_PURCHASE\",\n        \"label\": \"Glace 1 boule\",\n        \"description\": \"\",\n        \"quantity\": 1,\n        \"canceledAt\": null,\n        \"category\": {\n          \"id\": 14,\n          \"label\": \"Catégorie modifiée par API\",\n          \"color\": \"#4068ad\"\n        },\n        \"article\": {\n          \"id\": 149,\n          \"label\": \"Glace 1 boule\"\n        },\n        \"createdAt\": \"2026-01-24T18:20:01+01:00\",\n        \"consumedAt\": \"2026-01-24T18:20:01+01:00\",\n        \"amountIncludingTaxes\": 2.5,\n        \"amountExcludingTaxes\": 2.27,\n        \"childrenPurchases\": [],\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 310,\n        \"type\": \"RESTAURANT_PURCHASE\",\n        \"label\": \"Chartreuse jaune\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"canceledAt\": null,\n        \"category\": {\n          \"id\": 20,\n          \"label\": \"Catégorie modifiée par API\",\n          \"color\": \"#4068ad\"\n        },\n        \"article\": {\n          \"id\": 116,\n          \"label\": \"Chartreuse jaune\"\n        },\n        \"createdAt\": \"2026-01-24T18:20:01+01:00\",\n        \"consumedAt\": \"2026-01-24T18:20:01+01:00\",\n        \"amountIncludingTaxes\": 26,\n        \"amountExcludingTaxes\": 21.67,\n        \"childrenPurchases\": [],\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 311,\n        \"type\": \"RESTAURANT_PURCHASE\",\n        \"label\": \"Don papa\",\n        \"description\": \"\",\n        \"quantity\": 1,\n        \"canceledAt\": null,\n        \"category\": {\n          \"id\": 20,\n          \"label\": \"Catégorie modifiée par API\",\n          \"color\": \"#4068ad\"\n        },\n        \"article\": {\n          \"id\": 95,\n          \"label\": \"Article modifié\"\n        },\n        \"createdAt\": \"2026-01-24T18:20:01+01:00\",\n        \"consumedAt\": \"2026-01-24T18:20:01+01:00\",\n        \"amountIncludingTaxes\": 0,\n        \"amountExcludingTaxes\": 0,\n        \"childrenPurchases\": [],\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    ],\n    \"total_transfers_incl_taxes\": 48,\n    \"insurances\": [],\n    \"total_insurance_incl_taxes\": 0,\n    \"total_incl_taxes\": 92.96,\n    \"total_invoiced_incl_taxes\": 92.96,\n    \"total_uninvoiced_incl_taxes\": 0,\n    \"total_deposits\": 0,\n    \"total_invoiced_deposits\": 0,\n    \"total_uninvoiced_deposits\": 0,\n    \"is_transfer_blocked\": false\n  },\n  {\n    \"id\": 3,\n    \"reference\": \"CDH3\",\n    \"customer_id\": 1177,\n    \"start_at\": \"2026-01-24\",\n    \"end_at\": \"2026-01-27\",\n    \"created_at\": \"2026-01-23T12:50:11+01:00\",\n    \"updated_at\": \"2026-01-27T15:08:21+01:00\",\n    \"start_time\": \"\",\n    \"end_time\": \"\",\n    \"comment\": \"\",\n    \"confirmed\": false,\n    \"in_statistics\": true,\n    \"deposit_amount\": 0,\n    \"is_in_ask_balance_mode\": true,\n    \"ask_balance_email_sended_at\": null,\n    \"has_cc_data\": false,\n    \"created_by_id\": 3,\n    \"canceled\": false,\n    \"canceled_at\": null,\n    \"has_pending_update\": false,\n    \"cancelable_by_customer\": false,\n    \"no_show\": false,\n    \"email_txt\": \"xcvxcvcx\\ncvx\",\n    \"source\": \"thais\",\n    \"booking_origin_id\": 2,\n    \"booking_reason_id\": 6,\n    \"tourist_tax_auto\": true,\n    \"booking_group_id\": \"69739241b598a\",\n    \"group_code\": null,\n    \"resort_order_id\": 6,\n    \"crs_id\": null,\n    \"promo_code_id\": null,\n    \"has_valid_payline_token\": null,\n    \"customer\": {\n      \"id\": 1177,\n      \"civility_id\": 2,\n      \"lastname\": \"test\",\n      \"firstname\": \"Aless\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"a.donghi@thais-soft.com\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"75000\",\n      \"city\": \"Paris\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"12 rue Leclerc\",\n      \"address2\": \"2bis\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": null,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-16T15:38:11+01:00\",\n      \"auto_email\": true,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"vat_number\": \"2356\",\n      \"vat_number_no_eu\": \"E456u\",\n      \"siren\": \"Fghhj\",\n      \"siret\": \"23578\",\n      \"civility\": {\n        \"id\": 2,\n        \"label\": \"M.\",\n        \"rank\": 1,\n        \"deleted\": false\n      },\n      \"country\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"customer_group\": {\n        \"id\": 1,\n        \"label\": \"Autres\",\n        \"color\": \"#144bb8\",\n        \"rank\": 9,\n        \"deleted\": false\n      },\n      \"customer_category\": {\n        \"id\": 11,\n        \"label\": \"Non renseignés\",\n        \"color\": \"#000000\",\n        \"rank\": 0,\n        \"deleted\": false\n      },\n      \"nationality\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"language\": {\n        \"id\": 1,\n        \"code\": \"fr\",\n        \"label\": \"Français\"\n      },\n      \"customer_origin\": {\n        \"id\": 5,\n        \"label\": \"Téléphone\",\n        \"color\": \"#3B5DC9\",\n        \"rank\": -1,\n        \"deleted\": false\n      },\n      \"customer_company\": null,\n      \"crm_completion\": 65,\n      \"invoice_balance\": 0,\n      \"hotel_booking_count\": 14\n    },\n    \"booking_origin\": {\n      \"id\": 2,\n      \"label\": \"A renseigner (par défaut)\",\n      \"color\": \"#1A1C2C\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"booking_reason\": {\n      \"id\": 6,\n      \"label\": \"Business\",\n      \"color\": \"#0cc40c\",\n      \"rank\": 3,\n      \"deleted\": false\n    },\n    \"created_by\": null,\n    \"booking_rooms\": [\n      {\n        \"id\": 3,\n        \"booking_id\": 3,\n        \"room_id\": 4,\n        \"rate_id\": 1,\n        \"rooming_customer_id\": null,\n        \"state\": \"checkin\",\n        \"rooming\": null,\n        \"color\": null,\n        \"icons\": [],\n        \"housekeeping\": true,\n        \"hk_comment\": null,\n        \"resto_lunch_time\": null,\n        \"resto_dinner_time\": null,\n        \"resto_comment\": null,\n        \"crs_id\": null,\n        \"room\": {\n          \"id\": 4,\n          \"label\": \"SUITE COMMUNICANTE\",\n          \"shortcode\": null,\n          \"description\": \"<p>douche</p>\",\n          \"nb_persons_max\": 2,\n          \"room_type_id\": 35,\n          \"rank\": 2,\n          \"stage\": \"\",\n          \"visible\": true,\n          \"show_in_stats\": false,\n          \"real\": true,\n          \"picture_url\": \"\",\n          \"pictures\": [\n            \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n          ],\n          \"created_at\": \"2024-09-25\",\n          \"deleted\": false,\n          \"deleted_at\": null,\n          \"icons\": [\n            \"shower\"\n          ],\n          \"ex_door_id\": \"\",\n          \"state_id\": 1,\n          \"is_date\": false,\n          \"is_separator\": false,\n          \"room_type\": {\n            \"id\": 35,\n            \"label\": \"communicante.\",\n            \"shortcode\": \"SHORT\",\n            \"subject_to_pricing\": true,\n            \"nb_persons_min\": 1,\n            \"nb_persons_max\": 2,\n            \"public\": true,\n            \"color\": \"#960096\",\n            \"description\": \"<p>Chambre communicante</p>\",\n            \"rank\": 2,\n            \"deleted\": false,\n            \"cm_id\": null,\n            \"cm2_id\": null,\n            \"ical_url\": null\n          },\n          \"state\": null,\n          \"linked_room_id\": null\n        },\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": {\n            \"id\": 1,\n            \"vat_rate\": 0,\n            \"deleted\": false\n          },\n          \"derived_from\": null\n        },\n        \"booking\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"rooming_customer\": null,\n        \"accommodations\": [\n          {\n            \"id\": 20,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"24/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:50:11+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 90,\n            \"priceExcludingTaxes\": 81.82,\n            \"taxesByRates\": {\n              \"10.00\": 8.18\n            },\n            \"totalTaxes\": 8.18,\n            \"amountIncludingTaxes\": 90,\n            \"amountExcludingTaxes\": 81.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 8.18\n            },\n            \"totalAmountTaxes\": 8.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 19,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 37,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"25/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T14:15:25+01:00\",\n            \"updatedAt\": \"2026-01-23T14:15:25+01:00\",\n            \"consumedAt\": \"2026-01-25T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 20,\n            \"priceExcludingTaxes\": 18.18,\n            \"taxesByRates\": {\n              \"10.00\": 1.82\n            },\n            \"totalTaxes\": 1.82,\n            \"amountIncludingTaxes\": 20,\n            \"amountExcludingTaxes\": 18.18,\n            \"amountTaxesByRates\": {\n              \"10.00\": 1.82\n            },\n            \"totalAmountTaxes\": 1.82,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 19,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 38,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"26/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T14:15:25+01:00\",\n            \"updatedAt\": \"2026-01-23T14:15:25+01:00\",\n            \"consumedAt\": \"2026-01-26T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 20,\n            \"priceExcludingTaxes\": 18.18,\n            \"taxesByRates\": {\n              \"10.00\": 1.82\n            },\n            \"totalTaxes\": 1.82,\n            \"amountIncludingTaxes\": 20,\n            \"amountExcludingTaxes\": 18.18,\n            \"amountTaxesByRates\": {\n              \"10.00\": 1.82\n            },\n            \"totalAmountTaxes\": 1.82,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 19,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_accommodations\": 130,\n        \"extras\": [\n          {\n            \"id\": 661,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE\",\n            \"label\": \"Bon petit dej\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 114,\n              \"label\": \"Petit Déjeuner\",\n              \"color\": \"#00ff40\"\n            },\n            \"article\": {\n              \"id\": 1987,\n              \"label\": \"Bon petit dej\"\n            },\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": 6,\n            \"originOrderId\": 6,\n            \"originOrderLabel\": \"CDH3: 24/01/2026 - 27/01/2026\",\n            \"invoiceId\": 264,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-27T15:08:21+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-27T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 10,\n            \"priceExcludingTaxes\": 9.48,\n            \"taxesByRates\": {\n              \"5.50\": 0.52\n            },\n            \"totalTaxes\": 0.52,\n            \"amountIncludingTaxes\": 10,\n            \"amountExcludingTaxes\": 9.48,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.52\n            },\n            \"totalAmountTaxes\": 0.52,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 19,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_extras\": 10,\n        \"tourist_tax\": {\n          \"id\": 21,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_TAXE\",\n          \"label\": \"Taxe de séjour\",\n          \"description\": \"\",\n          \"quantity\": 3,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": null,\n          \"article\": null,\n          \"customer\": {\n            \"id\": 1177,\n            \"lastName\": \"test\",\n            \"firstName\": \"Aless\",\n            \"email\": \"a.donghi@thais-soft.com\",\n            \"company\": null,\n            \"blackListed\": false,\n            \"name\": \"test Aless\",\n            \"languageId\": 1,\n            \"companyId\": null,\n            \"invoiceBalance\": 0\n          },\n          \"orderId\": 6,\n          \"originOrderId\": 6,\n          \"originOrderLabel\": \"CDH3: 24/01/2026 - 27/01/2026\",\n          \"invoiceId\": 15,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-01-23T12:50:11+01:00\",\n          \"updatedAt\": \"2026-01-23T14:15:25+01:00\",\n          \"consumedAt\": \"2026-01-27T00:00:00+01:00\",\n          \"priceIncludingTaxes\": 7.44,\n          \"priceExcludingTaxes\": 0,\n          \"taxesByRates\": [],\n          \"totalTaxes\": 0,\n          \"amountIncludingTaxes\": 7.44,\n          \"amountExcludingTaxes\": 0,\n          \"amountTaxesByRates\": [],\n          \"totalAmountTaxes\": 0,\n          \"childrenPurchases\": [\n            {\n              \"id\": 22,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"24/01\",\n              \"description\": \"\",\n              \"quantity\": 1,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T12:50:11+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 2.48,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 2.48,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 21,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 39,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"25/01\",\n              \"description\": \"\",\n              \"quantity\": 1,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T14:15:25+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-01-25T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 2.48,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 2.48,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 21,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 40,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"26/01\",\n              \"description\": \"\",\n              \"quantity\": 1,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T14:15:25+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-01-26T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 2.48,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 2.48,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 21,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            }\n          ],\n          \"parentPurchaseId\": null,\n          \"groupId\": 19,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      }\n    ],\n    \"promo_code\": null,\n    \"ebooking\": null,\n    \"transfers\": [],\n    \"total_transfers_incl_taxes\": 0,\n    \"insurances\": [],\n    \"total_insurance_incl_taxes\": 0,\n    \"total_incl_taxes\": 147.44,\n    \"total_invoiced_incl_taxes\": 147.44,\n    \"total_uninvoiced_incl_taxes\": 0,\n    \"total_deposits\": 0,\n    \"total_invoiced_deposits\": 0,\n    \"total_uninvoiced_deposits\": 0,\n    \"is_transfer_blocked\": false\n  },\n  {\n    \"id\": 4,\n    \"reference\": \"CDH4\",\n    \"customer_id\": 1177,\n    \"start_at\": \"2026-01-24\",\n    \"end_at\": \"2026-01-25\",\n    \"created_at\": \"2026-01-23T13:18:26+01:00\",\n    \"updated_at\": \"2026-01-27T11:07:24+01:00\",\n    \"start_time\": \"\",\n    \"end_time\": \"\",\n    \"comment\": \"\",\n    \"confirmed\": false,\n    \"in_statistics\": true,\n    \"deposit_amount\": 0,\n    \"is_in_ask_balance_mode\": true,\n    \"ask_balance_email_sended_at\": null,\n    \"has_cc_data\": false,\n    \"created_by_id\": 3,\n    \"canceled\": false,\n    \"canceled_at\": null,\n    \"has_pending_update\": false,\n    \"cancelable_by_customer\": false,\n    \"no_show\": false,\n    \"email_txt\": \"cxvxcvxcv\\ncxvxcvcxv\\nxcvxcvcxvcxv\\n\\n\\nxcvxcvxcvxc\",\n    \"source\": \"thais\",\n    \"booking_origin_id\": 2,\n    \"booking_reason_id\": 6,\n    \"tourist_tax_auto\": true,\n    \"booking_group_id\": \"69739241b598a\",\n    \"group_code\": null,\n    \"resort_order_id\": 7,\n    \"crs_id\": null,\n    \"promo_code_id\": null,\n    \"has_valid_payline_token\": null,\n    \"customer\": {\n      \"id\": 1177,\n      \"civility_id\": 2,\n      \"lastname\": \"test\",\n      \"firstname\": \"Aless\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"a.donghi@thais-soft.com\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"75000\",\n      \"city\": \"Paris\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"12 rue Leclerc\",\n      \"address2\": \"2bis\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": null,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-16T15:38:11+01:00\",\n      \"auto_email\": true,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"vat_number\": \"2356\",\n      \"vat_number_no_eu\": \"E456u\",\n      \"siren\": \"Fghhj\",\n      \"siret\": \"23578\",\n      \"civility\": {\n        \"id\": 2,\n        \"label\": \"M.\",\n        \"rank\": 1,\n        \"deleted\": false\n      },\n      \"country\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"customer_group\": {\n        \"id\": 1,\n        \"label\": \"Autres\",\n        \"color\": \"#144bb8\",\n        \"rank\": 9,\n        \"deleted\": false\n      },\n      \"customer_category\": {\n        \"id\": 11,\n        \"label\": \"Non renseignés\",\n        \"color\": \"#000000\",\n        \"rank\": 0,\n        \"deleted\": false\n      },\n      \"nationality\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"language\": {\n        \"id\": 1,\n        \"code\": \"fr\",\n        \"label\": \"Français\"\n      },\n      \"customer_origin\": {\n        \"id\": 5,\n        \"label\": \"Téléphone\",\n        \"color\": \"#3B5DC9\",\n        \"rank\": -1,\n        \"deleted\": false\n      },\n      \"customer_company\": null,\n      \"crm_completion\": 65,\n      \"invoice_balance\": 0,\n      \"hotel_booking_count\": 14\n    },\n    \"booking_origin\": {\n      \"id\": 2,\n      \"label\": \"A renseigner (par défaut)\",\n      \"color\": \"#1A1C2C\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"booking_reason\": {\n      \"id\": 6,\n      \"label\": \"Business\",\n      \"color\": \"#0cc40c\",\n      \"rank\": 3,\n      \"deleted\": false\n    },\n    \"created_by\": null,\n    \"booking_rooms\": [\n      {\n        \"id\": 4,\n        \"booking_id\": 4,\n        \"room_id\": 78,\n        \"rate_id\": 17,\n        \"rooming_customer_id\": null,\n        \"state\": \"checkin\",\n        \"rooming\": null,\n        \"color\": null,\n        \"icons\": [],\n        \"housekeeping\": true,\n        \"hk_comment\": null,\n        \"resto_lunch_time\": null,\n        \"resto_dinner_time\": null,\n        \"resto_comment\": null,\n        \"crs_id\": null,\n        \"room\": {\n          \"id\": 78,\n          \"label\": \"307\",\n          \"shortcode\": \"\",\n          \"description\": \"\",\n          \"nb_persons_max\": 5,\n          \"room_type_id\": 5,\n          \"rank\": 21,\n          \"stage\": \"\",\n          \"visible\": true,\n          \"show_in_stats\": true,\n          \"real\": true,\n          \"picture_url\": \"\",\n          \"pictures\": [\n            \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n          ],\n          \"created_at\": \"2025-09-26\",\n          \"deleted\": false,\n          \"deleted_at\": null,\n          \"icons\": [],\n          \"ex_door_id\": \"\",\n          \"state_id\": 1,\n          \"is_date\": false,\n          \"is_separator\": false,\n          \"room_type\": {\n            \"id\": 5,\n            \"label\": \"Chambre double\",\n            \"shortcode\": \"tsto\",\n            \"subject_to_pricing\": true,\n            \"nb_persons_min\": 1,\n            \"nb_persons_max\": 5,\n            \"public\": true,\n            \"color\": \"#29366F\",\n            \"description\": \"<p>test h&eacute;bergement</p>\\n<p>Animaux</p>\\n<p>&nbsp;</p>\",\n            \"rank\": 2,\n            \"deleted\": true,\n            \"cm_id\": \"3663\",\n            \"cm2_id\": null,\n            \"ical_url\": \"\"\n          },\n          \"state\": null,\n          \"linked_room_id\": null\n        },\n        \"rate\": {\n          \"id\": 17,\n          \"derived_from_id\": 1,\n          \"vat_rate_id\": 3,\n          \"label\": \"Tarif last minute\",\n          \"shortcode\": null,\n          \"description\": \"<p>tez\\\"eest</p>\",\n          \"color\": \"#257179\",\n          \"rank\": 10,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": false,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*0.8\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 4,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": null,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": {\n            \"id\": 3,\n            \"vat_rate\": 10,\n            \"deleted\": false\n          },\n          \"derived_from\": null\n        },\n        \"booking\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"rooming_customer\": null,\n        \"accommodations\": [\n          {\n            \"id\": 24,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"24/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T13:18:26+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 80,\n            \"priceExcludingTaxes\": 72.73,\n            \"taxesByRates\": {\n              \"10.00\": 7.27\n            },\n            \"totalTaxes\": 7.27,\n            \"amountIncludingTaxes\": 80,\n            \"amountExcludingTaxes\": 72.73,\n            \"amountTaxesByRates\": {\n              \"10.00\": 7.27\n            },\n            \"totalAmountTaxes\": 7.27,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 23,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_accommodations\": 80,\n        \"extras\": [],\n        \"total_incl_taxes_extras\": 0,\n        \"tourist_tax\": {\n          \"id\": 25,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_TAXE\",\n          \"label\": \"Taxe de séjour\",\n          \"description\": \"\",\n          \"quantity\": 2,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": null,\n          \"article\": null,\n          \"customer\": {\n            \"id\": 1177,\n            \"lastName\": \"test\",\n            \"firstName\": \"Aless\",\n            \"email\": \"a.donghi@thais-soft.com\",\n            \"company\": null,\n            \"blackListed\": false,\n            \"name\": \"test Aless\",\n            \"languageId\": 1,\n            \"companyId\": null,\n            \"invoiceBalance\": 0\n          },\n          \"orderId\": 7,\n          \"originOrderId\": 7,\n          \"originOrderLabel\": \"CDH4: 24/01/2026 - 25/01/2026\",\n          \"invoiceId\": 15,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-01-23T13:18:26+01:00\",\n          \"updatedAt\": null,\n          \"consumedAt\": \"2026-01-25T00:00:00+01:00\",\n          \"priceIncludingTaxes\": 4.96,\n          \"priceExcludingTaxes\": 0,\n          \"taxesByRates\": [],\n          \"totalTaxes\": 0,\n          \"amountIncludingTaxes\": 4.96,\n          \"amountExcludingTaxes\": 0,\n          \"amountTaxesByRates\": [],\n          \"totalAmountTaxes\": 0,\n          \"childrenPurchases\": [\n            {\n              \"id\": 26,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"24/01\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T13:18:26+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 25,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            }\n          ],\n          \"parentPurchaseId\": null,\n          \"groupId\": 23,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      }\n    ],\n    \"promo_code\": null,\n    \"ebooking\": null,\n    \"transfers\": [],\n    \"total_transfers_incl_taxes\": 0,\n    \"insurances\": [],\n    \"total_insurance_incl_taxes\": 0,\n    \"total_incl_taxes\": 84.96,\n    \"total_invoiced_incl_taxes\": 84.96,\n    \"total_uninvoiced_incl_taxes\": 0,\n    \"total_deposits\": 0,\n    \"total_invoiced_deposits\": 0,\n    \"total_uninvoiced_deposits\": 0,\n    \"is_transfer_blocked\": false\n  },\n  {\n    \"id\": 5,\n    \"reference\": \"CDH5\",\n    \"customer_id\": 1579,\n    \"start_at\": \"2026-01-22\",\n    \"end_at\": \"2026-01-23\",\n    \"created_at\": \"2026-01-23T13:45:51+01:00\",\n    \"updated_at\": \"2026-01-23T13:56:54+01:00\",\n    \"start_time\": \"\",\n    \"end_time\": \"\",\n    \"comment\": \"\",\n    \"confirmed\": false,\n    \"in_statistics\": true,\n    \"deposit_amount\": 0,\n    \"is_in_ask_balance_mode\": true,\n    \"ask_balance_email_sended_at\": null,\n    \"has_cc_data\": false,\n    \"created_by_id\": 3,\n    \"canceled\": false,\n    \"canceled_at\": null,\n    \"has_pending_update\": false,\n    \"cancelable_by_customer\": false,\n    \"no_show\": false,\n    \"email_txt\": \"\",\n    \"source\": \"thais\",\n    \"booking_origin_id\": 2,\n    \"booking_reason_id\": 2,\n    \"tourist_tax_auto\": true,\n    \"booking_group_id\": \"69736d7fa69bf\",\n    \"group_code\": null,\n    \"resort_order_id\": 8,\n    \"crs_id\": null,\n    \"promo_code_id\": null,\n    \"has_valid_payline_token\": null,\n    \"customer\": {\n      \"id\": 1579,\n      \"civility_id\": 1,\n      \"lastname\": \"test\",\n      \"firstname\": \"\",\n      \"company\": \"\",\n      \"comment\": \"\",\n      \"allergies\": \"\",\n      \"email\": \"\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \".\",\n      \"city\": \".\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"\",\n      \"address2\": \"\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 2,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 3,\n      \"customer_company_id\": 0,\n      \"satisfaction_rating\": 2,\n      \"contact_channel\": null,\n      \"deleted\": true,\n      \"updated_at\": \"2026-01-30T11:07:53+01:00\",\n      \"auto_email\": true,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": null,\n      \"siren\": null,\n      \"siret\": null,\n      \"civility\": {\n        \"id\": 1,\n        \"label\": \"M. ou Mme\",\n        \"rank\": 2,\n        \"deleted\": false\n      },\n      \"country\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"customer_group\": {\n        \"id\": 1,\n        \"label\": \"Autres\",\n        \"color\": \"#144bb8\",\n        \"rank\": 9,\n        \"deleted\": false\n      },\n      \"customer_category\": {\n        \"id\": 2,\n        \"label\": \"Loisirs\",\n        \"color\": \"#8c1e8c\",\n        \"rank\": 1,\n        \"deleted\": false\n      },\n      \"nationality\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"language\": {\n        \"id\": 1,\n        \"code\": \"fr\",\n        \"label\": \"Français\"\n      },\n      \"customer_origin\": {\n        \"id\": 3,\n        \"label\": \"Direct\",\n        \"color\": \"#38B764\",\n        \"rank\": 1,\n        \"deleted\": false\n      },\n      \"customer_company\": null,\n      \"crm_completion\": 28,\n      \"invoice_balance\": 0,\n      \"hotel_booking_count\": 3\n    },\n    \"booking_origin\": {\n      \"id\": 2,\n      \"label\": \"A renseigner (par défaut)\",\n      \"color\": \"#1A1C2C\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"booking_reason\": {\n      \"id\": 2,\n      \"label\": \"Client loisirs\",\n      \"color\": \"#f0c905\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"created_by\": null,\n    \"booking_rooms\": [\n      {\n        \"id\": 5,\n        \"booking_id\": 5,\n        \"room_id\": 23,\n        \"rate_id\": 2,\n        \"rooming_customer_id\": null,\n        \"state\": \"pending\",\n        \"rooming\": null,\n        \"color\": null,\n        \"icons\": [],\n        \"housekeeping\": true,\n        \"hk_comment\": null,\n        \"resto_lunch_time\": null,\n        \"resto_dinner_time\": null,\n        \"resto_comment\": null,\n        \"crs_id\": null,\n        \"room\": {\n          \"id\": 23,\n          \"label\": \"200\",\n          \"shortcode\": null,\n          \"description\": \"<p><strong>Chambre Single</strong></p>\\n<p>D&eacute;couvrez notre chambre single, parfaite pour les voyageurs en solo &agrave; la recherche de confort et de tranquillit&eacute;.</p>\\n<p><strong>Espace et D&eacute;cor :</strong><br />Cette chambre bien agenc&eacute;e offre une d&eacute;coration moderne et chaleureuse, avec des couleurs apaisantes et un mobilier fonctionnel. Le lit simple, dot&eacute; de draps de qualit&eacute;, assure une nuit de sommeil r&eacute;parateur.</p>\\n<p><strong>Commodit&eacute;s :</strong><br />La chambre est &eacute;quip&eacute;e d'un bureau de travail, id&eacute;al pour les professionnels en d&eacute;placement, ainsi qu'une chaise confortable. Vous y trouverez &eacute;galement une t&eacute;l&eacute;vision &agrave; &eacute;cran plat, un minibar et une bouilloire pour pr&eacute;parer des boissons chaudes.</p>\\n<p><strong>Salle de Bain :</strong><br />La salle de bain attenante est moderne et fonctionnelle, avec une douche &agrave; l'italienne, des articles de toilette de qualit&eacute; et des serviettes douces.</p>\\n<p><strong>Ambiance :</strong><br />La lumi&egrave;re naturelle entre par une grande fen&ecirc;tre, offrant une vue sur l'ext&eacute;rieur et cr&eacute;ant une atmosph&egrave;re agr&eacute;able. La connexion Wi-Fi est gratuite, vous permettant de rester connect&eacute; pendant votre s&eacute;jour.</p>\\n<p><strong>Services Inclus :</strong><br />Les clients de la chambre single b&eacute;n&eacute;ficient &eacute;galement d'un acc&egrave;s &agrave; des espaces communs, tels que le hall d'accueil et un salon de d&eacute;tente.</p>\\n<p>Venez vous reposer dans notre chambre single, un espace intime et accueillant qui r&eacute;pond &agrave; tous vos besoins.</p>\",\n          \"nb_persons_max\": 1,\n          \"room_type_id\": 5,\n          \"rank\": 8,\n          \"stage\": \"\",\n          \"visible\": true,\n          \"show_in_stats\": true,\n          \"real\": true,\n          \"picture_url\": \"\",\n          \"pictures\": [\n            \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n          ],\n          \"created_at\": \"2024-10-09\",\n          \"deleted\": false,\n          \"deleted_at\": null,\n          \"icons\": [\n            \"shower\"\n          ],\n          \"ex_door_id\": null,\n          \"state_id\": 1,\n          \"is_date\": false,\n          \"is_separator\": false,\n          \"room_type\": {\n            \"id\": 5,\n            \"label\": \"Chambre double\",\n            \"shortcode\": \"tsto\",\n            \"subject_to_pricing\": true,\n            \"nb_persons_min\": 1,\n            \"nb_persons_max\": 5,\n            \"public\": true,\n            \"color\": \"#29366F\",\n            \"description\": \"<p>test h&eacute;bergement</p>\\n<p>Animaux</p>\\n<p>&nbsp;</p>\",\n            \"rank\": 2,\n            \"deleted\": true,\n            \"cm_id\": \"3663\",\n            \"cm2_id\": null,\n            \"ical_url\": \"\"\n          },\n          \"state\": null,\n          \"linked_room_id\": 4\n        },\n        \"rate\": {\n          \"id\": 2,\n          \"derived_from_id\": 1,\n          \"vat_rate_id\": 1,\n          \"label\": \"Non annulable, non remboursable\",\n          \"shortcode\": null,\n          \"description\": \"\",\n          \"color\": \"#5219a8\",\n          \"rank\": 1,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 5,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 4,\n          \"formula\": \"round(p*0.90)\",\n          \"bo_visible\": true,\n          \"deleted\": true,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": null,\n          \"deposit_rate\": 100,\n          \"deposit_rate_computed\": 100,\n          \"packages\": null,\n          \"vat_rate\": {\n            \"id\": 1,\n            \"vat_rate\": 0,\n            \"deleted\": false\n          },\n          \"derived_from\": null\n        },\n        \"booking\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"rooming_customer\": null,\n        \"accommodations\": [\n          {\n            \"id\": 28,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"22/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1579,\n              \"lastName\": \"test\",\n              \"firstName\": \"\",\n              \"email\": \"\",\n              \"company\": \"\",\n              \"blackListed\": false,\n              \"name\": \"test\",\n              \"languageId\": 1,\n              \"companyId\": 0,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 1,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T13:45:51+01:00\",\n            \"updatedAt\": \"2026-01-23T13:56:54+01:00\",\n            \"consumedAt\": \"2026-01-22T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 90,\n            \"priceExcludingTaxes\": 81.82,\n            \"taxesByRates\": {\n              \"10.00\": 8.18\n            },\n            \"totalTaxes\": 8.18,\n            \"amountIncludingTaxes\": 90,\n            \"amountExcludingTaxes\": 81.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 8.18\n            },\n            \"totalAmountTaxes\": 8.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 27,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_accommodations\": 90,\n        \"extras\": [\n          {\n            \"id\": 31,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE\",\n            \"label\": \"Commission Hotelbeds\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 119,\n              \"label\": \"Commissions\",\n              \"color\": \"#FEEFFE\"\n            },\n            \"article\": {\n              \"id\": 1990,\n              \"label\": \"Commission Hotelbeds\"\n            },\n            \"customer\": {\n              \"id\": 1579,\n              \"lastName\": \"test\",\n              \"firstName\": \"\",\n              \"email\": \"\",\n              \"company\": \"\",\n              \"blackListed\": false,\n              \"name\": \"test\",\n              \"languageId\": 1,\n              \"companyId\": 0,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": 8,\n            \"originOrderId\": 8,\n            \"originOrderLabel\": \"CDH5: 22/01/2026 - 23/01/2026\",\n            \"invoiceId\": 1,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T13:49:40+01:00\",\n            \"updatedAt\": \"2026-01-23T13:50:18+01:00\",\n            \"consumedAt\": \"2026-01-28T00:00:00+01:00\",\n            \"priceIncludingTaxes\": -22.68,\n            \"priceExcludingTaxes\": -22.68,\n            \"taxesByRates\": {\n              \"0.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": -22.68,\n            \"amountExcludingTaxes\": -22.68,\n            \"amountTaxesByRates\": {\n              \"0.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 27,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_extras\": -22.68,\n        \"tourist_tax\": {\n          \"id\": 29,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_TAXE\",\n          \"label\": \"Taxe de séjour\",\n          \"description\": \"\",\n          \"quantity\": 1,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": null,\n          \"article\": null,\n          \"customer\": {\n            \"id\": 1579,\n            \"lastName\": \"test\",\n            \"firstName\": \"\",\n            \"email\": \"\",\n            \"company\": \"\",\n            \"blackListed\": false,\n            \"name\": \"test\",\n            \"languageId\": 1,\n            \"companyId\": 0,\n            \"invoiceBalance\": 0\n          },\n          \"orderId\": 8,\n          \"originOrderId\": 8,\n          \"originOrderLabel\": \"CDH5: 22/01/2026 - 23/01/2026\",\n          \"invoiceId\": 1,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-01-23T13:45:51+01:00\",\n          \"updatedAt\": \"2026-01-23T13:56:54+01:00\",\n          \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n          \"priceIncludingTaxes\": 2.48,\n          \"priceExcludingTaxes\": 0,\n          \"taxesByRates\": [],\n          \"totalTaxes\": 0,\n          \"amountIncludingTaxes\": 2.48,\n          \"amountExcludingTaxes\": 0,\n          \"amountTaxesByRates\": [],\n          \"totalAmountTaxes\": 0,\n          \"childrenPurchases\": [\n            {\n              \"id\": 30,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"22/01\",\n              \"description\": \"\",\n              \"quantity\": 1,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1579,\n                \"lastName\": \"test\",\n                \"firstName\": \"\",\n                \"email\": \"\",\n                \"company\": \"\",\n                \"blackListed\": false,\n                \"name\": \"test\",\n                \"languageId\": 1,\n                \"companyId\": 0,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 1,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T13:45:51+01:00\",\n              \"updatedAt\": \"2026-01-23T13:56:54+01:00\",\n              \"consumedAt\": \"2026-01-22T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 2.48,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 2.48,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 29,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            }\n          ],\n          \"parentPurchaseId\": null,\n          \"groupId\": 27,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      }\n    ],\n    \"promo_code\": null,\n    \"ebooking\": null,\n    \"transfers\": [],\n    \"total_transfers_incl_taxes\": 0,\n    \"insurances\": [],\n    \"total_insurance_incl_taxes\": 0,\n    \"total_incl_taxes\": 69.8,\n    \"total_invoiced_incl_taxes\": 69.8,\n    \"total_uninvoiced_incl_taxes\": 0,\n    \"total_deposits\": 69.8,\n    \"total_invoiced_deposits\": 69.8,\n    \"total_uninvoiced_deposits\": 0,\n    \"is_transfer_blocked\": false\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            },
            {
              "name": "Reservations de la semaine suivante",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings?from=2026-03-27&to=2026-04-02",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "bookings"
                  ],
                  "query": [
                    {
                      "key": "start_at",
                      "value": "",
                      "description": "Dont le checkin est le",
                      "disabled": true
                    },
                    {
                      "key": "end_at",
                      "value": "",
                      "description": "Dont le checkout est le",
                      "disabled": true
                    },
                    {
                      "key": "group",
                      "value": "",
                      "description": "Appartenant au groupe de reservation",
                      "disabled": true
                    },
                    {
                      "key": "created_at",
                      "value": "",
                      "description": "Creees le",
                      "disabled": true
                    },
                    {
                      "key": "updated_since",
                      "value": "",
                      "description": "Modifiees depuis",
                      "disabled": true
                    },
                    {
                      "key": "from",
                      "value": "2026-03-27",
                      "description": "Date de debut de presence",
                      "disabled": false
                    },
                    {
                      "key": "to",
                      "value": "2026-04-02",
                      "description": "Date de fin de presence",
                      "disabled": false
                    },
                    {
                      "key": "present_at",
                      "value": "",
                      "description": "Presente a cette date",
                      "disabled": true
                    },
                    {
                      "key": "customer_id",
                      "value": "",
                      "description": "Identifiant du client",
                      "disabled": true
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 17,\n    \"reference\": \"CDH17\",\n    \"customer_id\": 1177,\n    \"start_at\": \"2026-03-10\",\n    \"end_at\": \"2026-04-15\",\n    \"created_at\": \"2026-01-23T16:29:57+01:00\",\n    \"updated_at\": \"2026-03-19T22:24:25+01:00\",\n    \"start_time\": \"15:00\",\n    \"end_time\": \"11:00\",\n    \"comment\": \"toto\\nClient fidele, chambre avec vue preferee\",\n    \"confirmed\": true,\n    \"in_statistics\": true,\n    \"deposit_amount\": 22,\n    \"is_in_ask_balance_mode\": true,\n    \"ask_balance_email_sended_at\": null,\n    \"has_cc_data\": false,\n    \"created_by_id\": 3,\n    \"canceled\": false,\n    \"canceled_at\": null,\n    \"has_pending_update\": false,\n    \"cancelable_by_customer\": false,\n    \"no_show\": false,\n    \"email_txt\": \"\",\n    \"source\": \"thais\",\n    \"booking_origin_id\": 2,\n    \"booking_reason_id\": 6,\n    \"tourist_tax_auto\": true,\n    \"booking_group_id\": \"69739241b598a\",\n    \"group_code\": null,\n    \"resort_order_id\": 20,\n    \"crs_id\": null,\n    \"promo_code_id\": null,\n    \"has_valid_payline_token\": null,\n    \"customer\": {\n      \"id\": 1177,\n      \"civility_id\": 2,\n      \"lastname\": \"test\",\n      \"firstname\": \"Aless\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"a.donghi@thais-soft.com\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"75000\",\n      \"city\": \"Paris\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"12 rue Leclerc\",\n      \"address2\": \"2bis\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": null,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-16T15:38:11+01:00\",\n      \"auto_email\": true,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"vat_number\": \"2356\",\n      \"vat_number_no_eu\": \"E456u\",\n      \"siren\": \"Fghhj\",\n      \"siret\": \"23578\",\n      \"civility\": {\n        \"id\": 2,\n        \"label\": \"M.\",\n        \"rank\": 1,\n        \"deleted\": false\n      },\n      \"country\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"customer_group\": {\n        \"id\": 1,\n        \"label\": \"Autres\",\n        \"color\": \"#144bb8\",\n        \"rank\": 9,\n        \"deleted\": false\n      },\n      \"customer_category\": {\n        \"id\": 11,\n        \"label\": \"Non renseignés\",\n        \"color\": \"#000000\",\n        \"rank\": 0,\n        \"deleted\": false\n      },\n      \"nationality\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"language\": {\n        \"id\": 1,\n        \"code\": \"fr\",\n        \"label\": \"Français\"\n      },\n      \"customer_origin\": {\n        \"id\": 5,\n        \"label\": \"Téléphone\",\n        \"color\": \"#3B5DC9\",\n        \"rank\": -1,\n        \"deleted\": false\n      },\n      \"customer_company\": null,\n      \"crm_completion\": 65,\n      \"invoice_balance\": 0,\n      \"hotel_booking_count\": 14\n    },\n    \"booking_origin\": {\n      \"id\": 2,\n      \"label\": \"A renseigner (par défaut)\",\n      \"color\": \"#1A1C2C\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"booking_reason\": {\n      \"id\": 6,\n      \"label\": \"Business\",\n      \"color\": \"#0cc40c\",\n      \"rank\": 3,\n      \"deleted\": false\n    },\n    \"created_by\": null,\n    \"booking_rooms\": [\n      {\n        \"id\": 18,\n        \"booking_id\": 17,\n        \"room_id\": 23,\n        \"rate_id\": 1,\n        \"rooming_customer_id\": 1836,\n        \"state\": \"pending\",\n        \"rooming\": null,\n        \"color\": \"#FF00FF\",\n        \"icons\": [\n          \"cloud\",\n          \"truck\"\n        ],\n        \"housekeeping\": true,\n        \"hk_comment\": null,\n        \"resto_lunch_time\": null,\n        \"resto_dinner_time\": null,\n        \"resto_comment\": null,\n        \"crs_id\": null,\n        \"room\": {\n          \"id\": 23,\n          \"label\": \"200\",\n          \"shortcode\": null,\n          \"description\": \"<p><strong>Chambre Single</strong></p>\\n<p>D&eacute;couvrez notre chambre single, parfaite pour les voyageurs en solo &agrave; la recherche de confort et de tranquillit&eacute;.</p>\\n<p><strong>Espace et D&eacute;cor :</strong><br />Cette chambre bien agenc&eacute;e offre une d&eacute;coration moderne et chaleureuse, avec des couleurs apaisantes et un mobilier fonctionnel. Le lit simple, dot&eacute; de draps de qualit&eacute;, assure une nuit de sommeil r&eacute;parateur.</p>\\n<p><strong>Commodit&eacute;s :</strong><br />La chambre est &eacute;quip&eacute;e d'un bureau de travail, id&eacute;al pour les professionnels en d&eacute;placement, ainsi qu'une chaise confortable. Vous y trouverez &eacute;galement une t&eacute;l&eacute;vision &agrave; &eacute;cran plat, un minibar et une bouilloire pour pr&eacute;parer des boissons chaudes.</p>\\n<p><strong>Salle de Bain :</strong><br />La salle de bain attenante est moderne et fonctionnelle, avec une douche &agrave; l'italienne, des articles de toilette de qualit&eacute; et des serviettes douces.</p>\\n<p><strong>Ambiance :</strong><br />La lumi&egrave;re naturelle entre par une grande fen&ecirc;tre, offrant une vue sur l'ext&eacute;rieur et cr&eacute;ant une atmosph&egrave;re agr&eacute;able. La connexion Wi-Fi est gratuite, vous permettant de rester connect&eacute; pendant votre s&eacute;jour.</p>\\n<p><strong>Services Inclus :</strong><br />Les clients de la chambre single b&eacute;n&eacute;ficient &eacute;galement d'un acc&egrave;s &agrave; des espaces communs, tels que le hall d'accueil et un salon de d&eacute;tente.</p>\\n<p>Venez vous reposer dans notre chambre single, un espace intime et accueillant qui r&eacute;pond &agrave; tous vos besoins.</p>\",\n          \"nb_persons_max\": 1,\n          \"room_type_id\": 5,\n          \"rank\": 8,\n          \"stage\": \"\",\n          \"visible\": true,\n          \"show_in_stats\": true,\n          \"real\": true,\n          \"picture_url\": \"\",\n          \"pictures\": [\n            \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n          ],\n          \"created_at\": \"2024-10-09\",\n          \"deleted\": false,\n          \"deleted_at\": null,\n          \"icons\": [\n            \"shower\"\n          ],\n          \"ex_door_id\": null,\n          \"state_id\": 1,\n          \"is_date\": false,\n          \"is_separator\": false,\n          \"room_type\": {\n            \"id\": 5,\n            \"label\": \"Chambre double\",\n            \"shortcode\": \"tsto\",\n            \"subject_to_pricing\": true,\n            \"nb_persons_min\": 1,\n            \"nb_persons_max\": 5,\n            \"public\": true,\n            \"color\": \"#29366F\",\n            \"description\": \"<p>test h&eacute;bergement</p>\\n<p>Animaux</p>\\n<p>&nbsp;</p>\",\n            \"rank\": 2,\n            \"deleted\": true,\n            \"cm_id\": \"3663\",\n            \"cm2_id\": null,\n            \"ical_url\": \"\"\n          },\n          \"state\": null,\n          \"linked_room_id\": 4\n        },\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": {\n            \"id\": 1,\n            \"vat_rate\": 0,\n            \"deleted\": false\n          },\n          \"derived_from\": null\n        },\n        \"booking\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"rooming_customer\": {\n          \"id\": 1836,\n          \"civility_id\": 1,\n          \"lastname\": \"PIERRE\",\n          \"firstname\": \"Jaques\",\n          \"company\": \"xxxx\",\n          \"comment\": \"\",\n          \"allergies\": \"\",\n          \"email\": \"azerty@thais-pms.com\",\n          \"phone\": \"+331234545\",\n          \"cellphone\": \"+336234545\",\n          \"postcode\": \"34000\",\n          \"city\": \"Montpellier\",\n          \"country_id\": 102,\n          \"country_iso2\": \"FR\",\n          \"address\": \"Rue st Jaques\",\n          \"address2\": \"8eme étages\",\n          \"warning\": false,\n          \"unwanted\": false,\n          \"birthdate\": \"2026-03-17\",\n          \"customer_group_id\": 1,\n          \"customer_category_id\": 11,\n          \"nationality_id\": 72,\n          \"language_id\": 1,\n          \"customer_origin_id\": 3,\n          \"customer_company_id\": 0,\n          \"satisfaction_rating\": 5,\n          \"contact_channel\": \"email\",\n          \"deleted\": false,\n          \"updated_at\": \"2026-03-10T10:36:37+01:00\",\n          \"auto_email\": true,\n          \"gdpr_accepted_at\": \"2026-03-17 15:00:00\",\n          \"rgpd_commercial_agreement\": false,\n          \"vat_number\": \"55555 555 55555\",\n          \"vat_number_no_eu\": null,\n          \"siren\": null,\n          \"siret\": null,\n          \"civility\": {\n            \"id\": 1,\n            \"label\": \"M. ou Mme\",\n            \"rank\": 2,\n            \"deleted\": false\n          },\n          \"country\": null,\n          \"customer_group\": {\n            \"id\": 1,\n            \"label\": \"Autres\",\n            \"color\": \"#144bb8\",\n            \"rank\": 9,\n            \"deleted\": false\n          },\n          \"customer_category\": {\n            \"id\": 11,\n            \"label\": \"Non renseignés\",\n            \"color\": \"#000000\",\n            \"rank\": 0,\n            \"deleted\": false\n          },\n          \"nationality\": null,\n          \"language\": null,\n          \"customer_origin\": null,\n          \"customer_company\": null,\n          \"crm_completion\": 40,\n          \"invoice_balance\": null,\n          \"hotel_booking_count\": null\n        },\n        \"accommodations\": [\n          {\n            \"id\": 96,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"10/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:29:57+01:00\",\n            \"updatedAt\": \"2026-01-23T16:30:01+01:00\",\n            \"consumedAt\": \"2026-03-10T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 99,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"11/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:01+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-11T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 100,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"12/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:01+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-12T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 101,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"13/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:01+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-13T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 102,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"14/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:01+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-14T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 103,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"15/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:01+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-15T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 104,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"16/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:01+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-16T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 105,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"17/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:01+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-17T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 106,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"18/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:01+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-18T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 107,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"19/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:01+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 108,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"20/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-20T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 109,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"21/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-21T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 110,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"22/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-22T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 111,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 112,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"24/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-24T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 113,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"25/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-25T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 114,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"26/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-26T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 115,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"27/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-27T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 116,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"28/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-28T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 117,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"29/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-29T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 118,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"30/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-30T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 119,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"31/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-31T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 120,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"01/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": \"2026-01-23T16:30:02+01:00\",\n            \"consumedAt\": \"2026-04-01T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 121,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"02/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": \"2026-01-23T16:30:02+01:00\",\n            \"consumedAt\": \"2026-04-02T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 122,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"03/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": \"2026-01-23T16:30:02+01:00\",\n            \"consumedAt\": \"2026-04-03T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 123,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"04/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": \"2026-01-23T16:30:02+01:00\",\n            \"consumedAt\": \"2026-04-04T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 124,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"05/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": \"2026-01-23T16:30:02+01:00\",\n            \"consumedAt\": \"2026-04-05T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 125,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"06/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": \"2026-01-23T16:30:02+01:00\",\n            \"consumedAt\": \"2026-04-06T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 126,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"07/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": \"2026-01-23T16:30:02+01:00\",\n            \"consumedAt\": \"2026-04-07T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 127,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"08/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": \"2026-01-23T16:30:02+01:00\",\n            \"consumedAt\": \"2026-04-08T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 128,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"09/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": \"2026-01-23T16:30:02+01:00\",\n            \"consumedAt\": \"2026-04-09T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 129,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"10/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": \"2026-01-23T16:30:02+01:00\",\n            \"consumedAt\": \"2026-04-10T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 130,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"11/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": \"2026-01-23T16:30:02+01:00\",\n            \"consumedAt\": \"2026-04-11T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 131,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"12/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": \"2026-01-23T16:30:02+01:00\",\n            \"consumedAt\": \"2026-04-12T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 132,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"13/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": \"2026-01-23T16:30:02+01:00\",\n            \"consumedAt\": \"2026-04-13T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 133,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"14/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 15,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n            \"updatedAt\": \"2026-01-23T16:30:02+01:00\",\n            \"consumedAt\": \"2026-04-14T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 95,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_accommodations\": 3000,\n        \"extras\": [\n          {\n            \"id\": 9295,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"EXTRA LIBRE API PARTNER\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 20,\n              \"label\": \"Catégorie modifiée par API\",\n              \"color\": \"#4068ad\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": 20,\n            \"originOrderId\": 20,\n            \"originOrderLabel\": \"CDH17: 10/03/2026 - 15/04/2026\",\n            \"invoiceId\": 438,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-03-10T10:36:45+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-10T10:36:45+01:00\",\n            \"priceIncludingTaxes\": 123.23,\n            \"priceExcludingTaxes\": 102.69,\n            \"taxesByRates\": {\n              \"20.00\": 20.54\n            },\n            \"totalTaxes\": 20.54,\n            \"amountIncludingTaxes\": 123.23,\n            \"amountExcludingTaxes\": 102.69,\n            \"amountTaxesByRates\": {\n              \"20.00\": 20.54\n            },\n            \"totalAmountTaxes\": 20.54,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 95,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 9296,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE\",\n            \"label\": \"Infusion\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 50,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 23,\n              \"label\": \"Boisson chaude\",\n              \"color\": \"#26B38D\"\n            },\n            \"article\": {\n              \"id\": 101,\n              \"label\": \"Article modifié\"\n            },\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": 20,\n            \"originOrderId\": 20,\n            \"originOrderLabel\": \"CDH17: 10/03/2026 - 15/04/2026\",\n            \"invoiceId\": 438,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-03-10T10:36:45+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-10T10:36:45+01:00\",\n            \"priceIncludingTaxes\": 9,\n            \"priceExcludingTaxes\": 8.18,\n            \"taxesByRates\": {\n              \"10.00\": 0.82\n            },\n            \"totalTaxes\": 0.82,\n            \"amountIncludingTaxes\": 4.5,\n            \"amountExcludingTaxes\": 4.09,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0.41\n            },\n            \"totalAmountTaxes\": 0.41,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 95,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 9312,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE_FREE\",\n            \"label\": \"Extra Guest App Test\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 2,\n              \"label\": \"1-BOISSON/RESTO\",\n              \"color\": \"#BAE022\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": 20,\n            \"originOrderId\": 20,\n            \"originOrderLabel\": \"CDH17: 10/03/2026 - 15/04/2026\",\n            \"invoiceId\": 438,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-03-10T10:38:41+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-10T10:38:41+01:00\",\n            \"priceIncludingTaxes\": 15,\n            \"priceExcludingTaxes\": 12.5,\n            \"taxesByRates\": {\n              \"20.00\": 2.5\n            },\n            \"totalTaxes\": 2.5,\n            \"amountIncludingTaxes\": 15,\n            \"amountExcludingTaxes\": 12.5,\n            \"amountTaxesByRates\": {\n              \"20.00\": 2.5\n            },\n            \"totalAmountTaxes\": 2.5,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 95,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 10663,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE\",\n            \"label\": \"Bon petit dej\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 114,\n              \"label\": \"Petit Déjeuner\",\n              \"color\": \"#00ff40\"\n            },\n            \"article\": {\n              \"id\": 1987,\n              \"label\": \"Bon petit dej\"\n            },\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": 20,\n            \"originOrderId\": 20,\n            \"originOrderLabel\": \"CDH17: 10/03/2026 - 15/04/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-17T16:17:22+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-17T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 10,\n            \"priceExcludingTaxes\": 9.48,\n            \"taxesByRates\": {\n              \"5.50\": 0.52\n            },\n            \"totalTaxes\": 0.52,\n            \"amountIncludingTaxes\": 10,\n            \"amountExcludingTaxes\": 9.48,\n            \"amountTaxesByRates\": {\n              \"5.50\": 0.52\n            },\n            \"totalAmountTaxes\": 0.52,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 95,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11022,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE\",\n            \"label\": \"PDJ\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 114,\n              \"label\": \"Petit Déjeuner\",\n              \"color\": \"#00ff40\"\n            },\n            \"article\": {\n              \"id\": 1982,\n              \"label\": \"PDJ\"\n            },\n            \"customer\": {\n              \"id\": 1177,\n              \"lastName\": \"test\",\n              \"firstName\": \"Aless\",\n              \"email\": \"a.donghi@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"test Aless\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": 20,\n            \"originOrderId\": 20,\n            \"originOrderLabel\": \"CDH17: 10/03/2026 - 15/04/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-19T12:26:51+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-19T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 12,\n            \"priceExcludingTaxes\": 10.91,\n            \"taxesByRates\": {\n              \"10.00\": 1.09\n            },\n            \"totalTaxes\": 1.09,\n            \"amountIncludingTaxes\": 12,\n            \"amountExcludingTaxes\": 10.91,\n            \"amountTaxesByRates\": {\n              \"10.00\": 1.09\n            },\n            \"totalAmountTaxes\": 1.09,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 95,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_extras\": 164.73000000000002,\n        \"tourist_tax\": {\n          \"id\": 97,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_TAXE\",\n          \"label\": \"Taxe de séjour\",\n          \"description\": \"\",\n          \"quantity\": 72,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": null,\n          \"article\": null,\n          \"customer\": {\n            \"id\": 1177,\n            \"lastName\": \"test\",\n            \"firstName\": \"Aless\",\n            \"email\": \"a.donghi@thais-soft.com\",\n            \"company\": null,\n            \"blackListed\": false,\n            \"name\": \"test Aless\",\n            \"languageId\": 1,\n            \"companyId\": null,\n            \"invoiceBalance\": 0\n          },\n          \"orderId\": 20,\n          \"originOrderId\": 20,\n          \"originOrderLabel\": \"CDH17: 10/03/2026 - 15/04/2026\",\n          \"invoiceId\": 15,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-01-23T16:29:57+01:00\",\n          \"updatedAt\": \"2026-01-23T16:30:02+01:00\",\n          \"consumedAt\": \"2026-04-15T00:00:00+02:00\",\n          \"priceIncludingTaxes\": 178.56,\n          \"priceExcludingTaxes\": 0,\n          \"taxesByRates\": [],\n          \"totalTaxes\": 0,\n          \"amountIncludingTaxes\": 178.56,\n          \"amountExcludingTaxes\": 0,\n          \"amountTaxesByRates\": [],\n          \"totalAmountTaxes\": 0,\n          \"childrenPurchases\": [\n            {\n              \"id\": 98,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"10/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:29:57+01:00\",\n              \"updatedAt\": \"2026-01-23T16:30:02+01:00\",\n              \"consumedAt\": \"2026-03-10T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 134,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"11/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-11T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 135,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"12/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-12T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 136,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"13/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-13T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 137,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"14/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-14T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 138,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"15/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-15T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 139,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"16/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-16T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 140,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"17/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-17T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 141,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"18/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-18T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 142,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"19/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-19T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 143,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"20/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-20T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 144,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"21/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-21T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 145,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"22/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-22T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 146,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"23/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-23T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 147,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"24/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-24T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 148,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"25/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-25T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 149,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"26/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-26T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 150,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"27/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-27T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 151,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"28/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-28T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 152,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"29/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-29T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 153,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"30/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-30T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 154,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"31/03\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-31T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 155,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"01/04\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-01T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 156,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"02/04\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-02T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 157,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"03/04\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-03T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 158,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"04/04\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-04T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 159,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"05/04\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-05T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 160,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"06/04\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-06T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 161,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"07/04\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-07T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 162,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"08/04\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-08T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 163,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"09/04\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-09T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 164,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"10/04\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-10T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 165,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"11/04\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-11T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 166,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"12/04\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-12T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 167,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"13/04\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-13T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 168,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"14/04\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1177,\n                \"lastName\": \"test\",\n                \"firstName\": \"Aless\",\n                \"email\": \"a.donghi@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"test Aless\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 15,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-01-23T16:30:02+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-14T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.96,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.96,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 97,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            }\n          ],\n          \"parentPurchaseId\": null,\n          \"groupId\": 95,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      }\n    ],\n    \"promo_code\": null,\n    \"ebooking\": null,\n    \"transfers\": [],\n    \"total_transfers_incl_taxes\": 0,\n    \"insurances\": [],\n    \"total_insurance_incl_taxes\": 0,\n    \"total_incl_taxes\": 3343.29,\n    \"total_invoiced_incl_taxes\": 3321.29,\n    \"total_uninvoiced_incl_taxes\": 22,\n    \"total_deposits\": 123.23,\n    \"total_invoiced_deposits\": 123.23,\n    \"total_uninvoiced_deposits\": 0,\n    \"is_transfer_blocked\": false\n  },\n  {\n    \"id\": 90,\n    \"reference\": \"CDH90\",\n    \"customer_id\": 1610,\n    \"start_at\": \"2026-04-01\",\n    \"end_at\": \"2026-04-03\",\n    \"created_at\": \"2026-01-29T12:00:55+01:00\",\n    \"updated_at\": \"2026-03-26T10:58:46+01:00\",\n    \"start_time\": \"\",\n    \"end_time\": \"\",\n    \"comment\": \"\",\n    \"confirmed\": true,\n    \"in_statistics\": true,\n    \"deposit_amount\": 800,\n    \"is_in_ask_balance_mode\": true,\n    \"ask_balance_email_sended_at\": null,\n    \"has_cc_data\": false,\n    \"created_by_id\": 3,\n    \"canceled\": false,\n    \"canceled_at\": null,\n    \"has_pending_update\": false,\n    \"cancelable_by_customer\": true,\n    \"no_show\": false,\n    \"email_txt\": \"\",\n    \"source\": \"Partner\",\n    \"booking_origin_id\": 0,\n    \"booking_reason_id\": 0,\n    \"tourist_tax_auto\": true,\n    \"booking_group_id\": \"2428569962\",\n    \"group_code\": \"2428569962\",\n    \"resort_order_id\": 151,\n    \"crs_id\": null,\n    \"promo_code_id\": null,\n    \"has_valid_payline_token\": null,\n    \"customer\": {\n      \"id\": 1610,\n      \"civility_id\": 2,\n      \"lastname\": \"Ratinaud\",\n      \"firstname\": \"Benoit\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"benoit.ratinaud@groupama.fle\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"---\",\n      \"city\": \"---\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"---\",\n      \"address2\": \"\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": 1609,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-07T19:11:49+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": \"\",\n      \"siren\": \"\",\n      \"siret\": \"\",\n      \"civility\": {\n        \"id\": 2,\n        \"label\": \"M.\",\n        \"rank\": 1,\n        \"deleted\": false\n      },\n      \"country\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"customer_group\": {\n        \"id\": 1,\n        \"label\": \"Autres\",\n        \"color\": \"#144bb8\",\n        \"rank\": 9,\n        \"deleted\": false\n      },\n      \"customer_category\": {\n        \"id\": 11,\n        \"label\": \"Non renseignés\",\n        \"color\": \"#000000\",\n        \"rank\": 0,\n        \"deleted\": false\n      },\n      \"nationality\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"language\": {\n        \"id\": 1,\n        \"code\": \"fr\",\n        \"label\": \"Français\"\n      },\n      \"customer_origin\": {\n        \"id\": 5,\n        \"label\": \"Téléphone\",\n        \"color\": \"#3B5DC9\",\n        \"rank\": -1,\n        \"deleted\": false\n      },\n      \"customer_company\": {\n        \"id\": 1609,\n        \"civility_id\": 2,\n        \"lastname\": \"Groupama Gironde\",\n        \"firstname\": \"\",\n        \"company\": \"Groupama Gironde\",\n        \"comment\": null,\n        \"allergies\": null,\n        \"email\": \"\",\n        \"phone\": \"\",\n        \"cellphone\": \"\",\n        \"postcode\": \"33000\",\n        \"city\": \"Bordeaux\",\n        \"country_id\": 79,\n        \"country_iso2\": \"FR\",\n        \"address\": \"10 Place de l'Eglise\",\n        \"address2\": null,\n        \"warning\": false,\n        \"unwanted\": false,\n        \"birthdate\": null,\n        \"customer_group_id\": 1,\n        \"customer_category_id\": 11,\n        \"nationality_id\": 79,\n        \"language_id\": 1,\n        \"customer_origin_id\": 5,\n        \"customer_company_id\": null,\n        \"satisfaction_rating\": null,\n        \"contact_channel\": null,\n        \"deleted\": false,\n        \"updated_at\": \"2026-01-28T10:59:26+01:00\",\n        \"auto_email\": false,\n        \"gdpr_accepted_at\": null,\n        \"rgpd_commercial_agreement\": false,\n        \"vat_number\": \"-\",\n        \"vat_number_no_eu\": null,\n        \"siren\": null,\n        \"siret\": null,\n        \"civility\": null,\n        \"country\": null,\n        \"customer_group\": null,\n        \"customer_category\": null,\n        \"nationality\": null,\n        \"language\": null,\n        \"customer_origin\": null,\n        \"customer_company\": null,\n        \"crm_completion\": 47,\n        \"invoice_balance\": null,\n        \"hotel_booking_count\": null\n      },\n      \"crm_completion\": 59,\n      \"invoice_balance\": 0,\n      \"hotel_booking_count\": 7\n    },\n    \"booking_origin\": null,\n    \"booking_reason\": null,\n    \"created_by\": null,\n    \"booking_rooms\": [\n      {\n        \"id\": 125,\n        \"booking_id\": 90,\n        \"room_id\": 13,\n        \"rate_id\": 2,\n        \"rooming_customer_id\": null,\n        \"state\": \"pending\",\n        \"rooming\": \"\",\n        \"color\": null,\n        \"icons\": [],\n        \"housekeeping\": true,\n        \"hk_comment\": null,\n        \"resto_lunch_time\": null,\n        \"resto_dinner_time\": null,\n        \"resto_comment\": null,\n        \"crs_id\": null,\n        \"room\": {\n          \"id\": 13,\n          \"label\": \"Duplex *\",\n          \"shortcode\": null,\n          \"description\": \"<p><strong>Chambre Quadruple</strong></p>\\n<p>Bienvenue dans notre spacieuse chambre quadruple, id&eacute;ale pour les familles ou les groupes d&rsquo;amis en qu&ecirc;te de confort et de convivialit&eacute;.</p>\\n<p><strong>Espace et D&eacute;cor :</strong><br />Cette chambre lumineuse et bien agenc&eacute;e peut accueillir jusqu'&agrave; quatre personnes. Elle est d&eacute;cor&eacute;e dans un style moderne et accueillant, avec des tons chaleureux et un mobilier fonctionnel.</p>\\n<p><strong>Literie :</strong><br />La chambre est &eacute;quip&eacute;e d'un lit double et de deux lits simples, selon la configuration choisie, avec des draps en coton de haute qualit&eacute; pour un sommeil agr&eacute;able.</p>\\n<p><strong>Commodit&eacute;s :</strong><br />Vous trouverez un espace de vie confortable avec un coin salon, parfait pour se d&eacute;tendre apr&egrave;s une journ&eacute;e bien remplie. La chambre comprend &eacute;galement une t&eacute;l&eacute;vision &agrave; &eacute;cran plat, un minibar, une bouilloire pour pr&eacute;parer des boissons chaudes, et un bureau pour ceux qui ont besoin de travailler.</p>\\n<p><strong>Salle de Bain :</strong><br />La salle de bain attenante est moderne, dot&eacute;e d'une baignoire, d'articles de toilette de qualit&eacute; et de serviettes douces.</p>\\n<p><strong>Ambiance :</strong><br />De grandes fen&ecirc;tres laissent entrer la lumi&egrave;re naturelle, cr&eacute;ant une atmosph&egrave;re accueillante et apaisante. La connexion Wi-Fi est gratuite et disponible dans toute la chambre.</p>\\n<p><strong>Services Inclus :</strong><br />Les clients de la chambre quadruple ont acc&egrave;s &agrave; des espaces communs, tels qu'un hall d'accueil convivial et un salon de d&eacute;tente. Un service de petit-d&eacute;jeuner peut &eacute;galement &ecirc;tre propos&eacute; pour bien commencer la journ&eacute;e.</p>\\n<p>Venez profiter de moments inoubliables dans notre chambre quadruple, un espace pens&eacute; pour le confort et le partage.</p>\",\n          \"nb_persons_max\": 4,\n          \"room_type_id\": 8,\n          \"rank\": 13,\n          \"stage\": \"3ème étage\",\n          \"visible\": true,\n          \"show_in_stats\": true,\n          \"real\": true,\n          \"picture_url\": \"\",\n          \"pictures\": [\n            \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n          ],\n          \"created_at\": \"2024-09-25\",\n          \"deleted\": false,\n          \"deleted_at\": null,\n          \"icons\": [],\n          \"ex_door_id\": \"\",\n          \"state_id\": 3,\n          \"is_date\": false,\n          \"is_separator\": false,\n          \"room_type\": {\n            \"id\": 8,\n            \"label\": \"Duplex *\",\n            \"shortcode\": null,\n            \"subject_to_pricing\": true,\n            \"nb_persons_min\": 1,\n            \"nb_persons_max\": 2,\n            \"public\": true,\n            \"color\": \"#566C86\",\n            \"description\": \"\",\n            \"rank\": 9,\n            \"deleted\": false,\n            \"cm_id\": null,\n            \"cm2_id\": null,\n            \"ical_url\": null\n          },\n          \"state\": null,\n          \"linked_room_id\": null\n        },\n        \"rate\": {\n          \"id\": 2,\n          \"derived_from_id\": 1,\n          \"vat_rate_id\": 1,\n          \"label\": \"Non annulable, non remboursable\",\n          \"shortcode\": null,\n          \"description\": \"\",\n          \"color\": \"#5219a8\",\n          \"rank\": 1,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 5,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 4,\n          \"formula\": \"round(p*0.90)\",\n          \"bo_visible\": true,\n          \"deleted\": true,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": null,\n          \"deposit_rate\": 100,\n          \"deposit_rate_computed\": 100,\n          \"packages\": null,\n          \"vat_rate\": {\n            \"id\": 1,\n            \"vat_rate\": 0,\n            \"deleted\": false\n          },\n          \"derived_from\": null\n        },\n        \"booking\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"rooming_customer\": null,\n        \"accommodations\": [\n          {\n            \"id\": 920,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"01/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1610,\n              \"lastName\": \"Ratinaud\",\n              \"firstName\": \"Benoit\",\n              \"email\": \"benoit.ratinaud@groupama.fle\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Ratinaud Benoit\",\n              \"languageId\": 1,\n              \"companyId\": 1609,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-01-29T12:00:55+01:00\",\n            \"updatedAt\": \"2026-02-03T20:55:35+01:00\",\n            \"consumedAt\": \"2026-04-01T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 100,\n            \"priceExcludingTaxes\": 90.91,\n            \"taxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalTaxes\": 9.09,\n            \"amountIncludingTaxes\": 100,\n            \"amountExcludingTaxes\": 90.91,\n            \"amountTaxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalAmountTaxes\": 9.09,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 919,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 921,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"02/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1610,\n              \"lastName\": \"Ratinaud\",\n              \"firstName\": \"Benoit\",\n              \"email\": \"benoit.ratinaud@groupama.fle\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Ratinaud Benoit\",\n              \"languageId\": 1,\n              \"companyId\": 1609,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-01-29T12:00:56+01:00\",\n            \"updatedAt\": \"2026-02-03T20:55:35+01:00\",\n            \"consumedAt\": \"2026-04-02T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 100,\n            \"priceExcludingTaxes\": 90.91,\n            \"taxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalTaxes\": 9.09,\n            \"amountIncludingTaxes\": 100,\n            \"amountExcludingTaxes\": 90.91,\n            \"amountTaxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalAmountTaxes\": 9.09,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 919,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_accommodations\": 200,\n        \"extras\": [],\n        \"total_incl_taxes_extras\": 0,\n        \"tourist_tax\": {\n          \"id\": 2098,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_TAXE\",\n          \"label\": \"Taxe de séjour\",\n          \"description\": \"\",\n          \"quantity\": 2,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": null,\n          \"article\": null,\n          \"customer\": {\n            \"id\": 1610,\n            \"lastName\": \"Ratinaud\",\n            \"firstName\": \"Benoit\",\n            \"email\": \"benoit.ratinaud@groupama.fle\",\n            \"company\": null,\n            \"blackListed\": false,\n            \"name\": \"Ratinaud Benoit\",\n            \"languageId\": 1,\n            \"companyId\": 1609,\n            \"invoiceBalance\": 0\n          },\n          \"orderId\": 151,\n          \"originOrderId\": 151,\n          \"originOrderLabel\": \"CDH90: 01/04/2026 - 03/04/2026\",\n          \"invoiceId\": 412,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-02-03T20:55:35+01:00\",\n          \"updatedAt\": null,\n          \"consumedAt\": \"2026-04-03T00:00:00+02:00\",\n          \"priceIncludingTaxes\": 9,\n          \"priceExcludingTaxes\": 0,\n          \"taxesByRates\": [],\n          \"totalTaxes\": 0,\n          \"amountIncludingTaxes\": 9,\n          \"amountExcludingTaxes\": 0,\n          \"amountTaxesByRates\": [],\n          \"totalAmountTaxes\": 0,\n          \"childrenPurchases\": [\n            {\n              \"id\": 2099,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"01/04\",\n              \"description\": \"\",\n              \"quantity\": 1,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1610,\n                \"lastName\": \"Ratinaud\",\n                \"firstName\": \"Benoit\",\n                \"email\": \"benoit.ratinaud@groupama.fle\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"Ratinaud Benoit\",\n                \"languageId\": 1,\n                \"companyId\": 1609,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 412,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-02-03T20:55:35+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-01T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.5,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.5,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 2098,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 2100,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"02/04\",\n              \"description\": \"\",\n              \"quantity\": 1,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1610,\n                \"lastName\": \"Ratinaud\",\n                \"firstName\": \"Benoit\",\n                \"email\": \"benoit.ratinaud@groupama.fle\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"Ratinaud Benoit\",\n                \"languageId\": 1,\n                \"companyId\": 1609,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 412,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-02-03T20:55:35+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-02T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.5,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.5,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 2098,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            }\n          ],\n          \"parentPurchaseId\": null,\n          \"groupId\": 919,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      },\n      {\n        \"id\": 126,\n        \"booking_id\": 90,\n        \"room_id\": 12,\n        \"rate_id\": 2,\n        \"rooming_customer_id\": null,\n        \"state\": \"pending\",\n        \"rooming\": \"\",\n        \"color\": null,\n        \"icons\": [],\n        \"housekeeping\": true,\n        \"hk_comment\": null,\n        \"resto_lunch_time\": null,\n        \"resto_dinner_time\": null,\n        \"resto_comment\": null,\n        \"crs_id\": null,\n        \"room\": {\n          \"id\": 12,\n          \"label\": \"301\",\n          \"shortcode\": null,\n          \"description\": \"<p>2021#</p>\",\n          \"nb_persons_max\": 4,\n          \"room_type_id\": 35,\n          \"rank\": 14,\n          \"stage\": \"3ème étage\",\n          \"visible\": true,\n          \"show_in_stats\": false,\n          \"real\": true,\n          \"picture_url\": \"\",\n          \"pictures\": [\n            \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n          ],\n          \"created_at\": \"2024-09-25\",\n          \"deleted\": false,\n          \"deleted_at\": null,\n          \"icons\": [\n            \"bath\"\n          ],\n          \"ex_door_id\": \"\",\n          \"state_id\": 1,\n          \"is_date\": false,\n          \"is_separator\": false,\n          \"room_type\": {\n            \"id\": 35,\n            \"label\": \"communicante.\",\n            \"shortcode\": \"SHORT\",\n            \"subject_to_pricing\": true,\n            \"nb_persons_min\": 1,\n            \"nb_persons_max\": 2,\n            \"public\": true,\n            \"color\": \"#960096\",\n            \"description\": \"<p>Chambre communicante</p>\",\n            \"rank\": 2,\n            \"deleted\": false,\n            \"cm_id\": null,\n            \"cm2_id\": null,\n            \"ical_url\": null\n          },\n          \"state\": null,\n          \"linked_room_id\": null\n        },\n        \"rate\": {\n          \"id\": 2,\n          \"derived_from_id\": 1,\n          \"vat_rate_id\": 1,\n          \"label\": \"Non annulable, non remboursable\",\n          \"shortcode\": null,\n          \"description\": \"\",\n          \"color\": \"#5219a8\",\n          \"rank\": 1,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 5,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 4,\n          \"formula\": \"round(p*0.90)\",\n          \"bo_visible\": true,\n          \"deleted\": true,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": null,\n          \"deposit_rate\": 100,\n          \"deposit_rate_computed\": 100,\n          \"packages\": null,\n          \"vat_rate\": {\n            \"id\": 1,\n            \"vat_rate\": 0,\n            \"deleted\": false\n          },\n          \"derived_from\": null\n        },\n        \"booking\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"rooming_customer\": null,\n        \"accommodations\": [\n          {\n            \"id\": 923,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"01/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1610,\n              \"lastName\": \"Ratinaud\",\n              \"firstName\": \"Benoit\",\n              \"email\": \"benoit.ratinaud@groupama.fle\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Ratinaud Benoit\",\n              \"languageId\": 1,\n              \"companyId\": 1609,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-01-29T12:00:56+01:00\",\n            \"updatedAt\": \"2026-02-03T20:55:35+01:00\",\n            \"consumedAt\": \"2026-04-01T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 100,\n            \"priceExcludingTaxes\": 90.91,\n            \"taxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalTaxes\": 9.09,\n            \"amountIncludingTaxes\": 100,\n            \"amountExcludingTaxes\": 90.91,\n            \"amountTaxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalAmountTaxes\": 9.09,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 922,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 924,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"02/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1610,\n              \"lastName\": \"Ratinaud\",\n              \"firstName\": \"Benoit\",\n              \"email\": \"benoit.ratinaud@groupama.fle\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Ratinaud Benoit\",\n              \"languageId\": 1,\n              \"companyId\": 1609,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-01-29T12:00:56+01:00\",\n            \"updatedAt\": \"2026-02-03T20:55:35+01:00\",\n            \"consumedAt\": \"2026-04-02T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 100,\n            \"priceExcludingTaxes\": 90.91,\n            \"taxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalTaxes\": 9.09,\n            \"amountIncludingTaxes\": 100,\n            \"amountExcludingTaxes\": 90.91,\n            \"amountTaxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalAmountTaxes\": 9.09,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 922,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_accommodations\": 200,\n        \"extras\": [],\n        \"total_incl_taxes_extras\": 0,\n        \"tourist_tax\": {\n          \"id\": 2101,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_TAXE\",\n          \"label\": \"Taxe de séjour\",\n          \"description\": \"\",\n          \"quantity\": 2,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": null,\n          \"article\": null,\n          \"customer\": {\n            \"id\": 1610,\n            \"lastName\": \"Ratinaud\",\n            \"firstName\": \"Benoit\",\n            \"email\": \"benoit.ratinaud@groupama.fle\",\n            \"company\": null,\n            \"blackListed\": false,\n            \"name\": \"Ratinaud Benoit\",\n            \"languageId\": 1,\n            \"companyId\": 1609,\n            \"invoiceBalance\": 0\n          },\n          \"orderId\": 151,\n          \"originOrderId\": 151,\n          \"originOrderLabel\": \"CDH90: 01/04/2026 - 03/04/2026\",\n          \"invoiceId\": 412,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-02-03T20:55:36+01:00\",\n          \"updatedAt\": null,\n          \"consumedAt\": \"2026-04-03T00:00:00+02:00\",\n          \"priceIncludingTaxes\": 9,\n          \"priceExcludingTaxes\": 0,\n          \"taxesByRates\": [],\n          \"totalTaxes\": 0,\n          \"amountIncludingTaxes\": 9,\n          \"amountExcludingTaxes\": 0,\n          \"amountTaxesByRates\": [],\n          \"totalAmountTaxes\": 0,\n          \"childrenPurchases\": [\n            {\n              \"id\": 2102,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"01/04\",\n              \"description\": \"\",\n              \"quantity\": 1,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1610,\n                \"lastName\": \"Ratinaud\",\n                \"firstName\": \"Benoit\",\n                \"email\": \"benoit.ratinaud@groupama.fle\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"Ratinaud Benoit\",\n                \"languageId\": 1,\n                \"companyId\": 1609,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 412,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-02-03T20:55:36+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-01T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.5,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.5,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 2101,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 2103,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"02/04\",\n              \"description\": \"\",\n              \"quantity\": 1,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1610,\n                \"lastName\": \"Ratinaud\",\n                \"firstName\": \"Benoit\",\n                \"email\": \"benoit.ratinaud@groupama.fle\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"Ratinaud Benoit\",\n                \"languageId\": 1,\n                \"companyId\": 1609,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 412,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-02-03T20:55:36+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-02T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.5,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.5,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 2101,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            }\n          ],\n          \"parentPurchaseId\": null,\n          \"groupId\": 922,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      },\n      {\n        \"id\": 127,\n        \"booking_id\": 90,\n        \"room_id\": 10,\n        \"rate_id\": 2,\n        \"rooming_customer_id\": null,\n        \"state\": \"pending\",\n        \"rooming\": \"\",\n        \"color\": null,\n        \"icons\": [],\n        \"housekeeping\": true,\n        \"hk_comment\": null,\n        \"resto_lunch_time\": null,\n        \"resto_dinner_time\": null,\n        \"resto_comment\": null,\n        \"crs_id\": null,\n        \"room\": {\n          \"id\": 10,\n          \"label\": \"302\",\n          \"shortcode\": null,\n          \"description\": \"<p><strong>Chambre Twin</strong></p>\\n<p>Bienvenue dans notre charmante chambre twin, id&eacute;ale pour les amis, les coll&egrave;gues ou les membres de la famille qui souhaitent partager un espace tout en conservant leur intimit&eacute;.</p>\\n<p><strong>Espace et D&eacute;cor :</strong><br />Cette chambre spacieuse est d&eacute;cor&eacute;e dans un style moderne et accueillant, avec des couleurs apaisantes et un mobilier fonctionnel.</p>\\n<p><strong>Literie :</strong><br />Elle est &eacute;quip&eacute;e de deux lits simples confortables, orn&eacute;s de draps de haute qualit&eacute; pour garantir des nuits reposantes. Chaque lit dispose de sa propre lampe de lecture pour un confort suppl&eacute;mentaire.</p>\\n<p><strong>Commodit&eacute;s :</strong><br />La chambre comprend un bureau de travail, parfait pour les voyageurs d&rsquo;affaires, ainsi qu&rsquo;un coin salon pour se d&eacute;tendre. Vous trouverez &eacute;galement une t&eacute;l&eacute;vision &agrave; &eacute;cran plat, un minibar et une bouilloire pour pr&eacute;parer vos boissons chaudes pr&eacute;f&eacute;r&eacute;es.</p>\\n<p><strong>Salle de Bain :</strong><br />La salle de bain attenante est moderne, &eacute;quip&eacute;e d'une baignoire, d'articles de toilette de qualit&eacute; et de serviettes douces.</p>\\n<p><strong>Ambiance :</strong><br />De grandes fen&ecirc;tres laissent entrer la lumi&egrave;re naturelle, cr&eacute;ant une atmosph&egrave;re agr&eacute;able et chaleureuse. La connexion Wi-Fi est gratuite et disponible dans toute la chambre.</p>\\n<p><strong>Services Inclus :</strong><br />Les clients de la chambre twin ont acc&egrave;s aux espaces communs de l&rsquo;&eacute;tablissement, tels qu&rsquo;un hall d&rsquo;accueil accueillant et une salle de d&eacute;tente. Un service de petit-d&eacute;jeuner peut &eacute;galement &ecirc;tre propos&eacute; pour bien commencer la journ&eacute;e.</p>\\n<p>Venez profiter de notre chambre twin, un espace parfait pour partager des moments m&eacute;morables tout en offrant le confort dont vous avez besoin.</p>\",\n          \"nb_persons_max\": 2,\n          \"room_type_id\": 3,\n          \"rank\": 15,\n          \"stage\": \"3ème étage\",\n          \"visible\": true,\n          \"show_in_stats\": true,\n          \"real\": true,\n          \"picture_url\": \"\",\n          \"pictures\": [\n            \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n          ],\n          \"created_at\": \"2024-09-25\",\n          \"deleted\": false,\n          \"deleted_at\": null,\n          \"icons\": [\n            \"bath\"\n          ],\n          \"ex_door_id\": \"\",\n          \"state_id\": 2,\n          \"is_date\": false,\n          \"is_separator\": false,\n          \"room_type\": {\n            \"id\": 3,\n            \"label\": \"Chambre supérieure\",\n            \"shortcode\": null,\n            \"subject_to_pricing\": true,\n            \"nb_persons_min\": 1,\n            \"nb_persons_max\": 4,\n            \"public\": true,\n            \"color\": \"#38B764\",\n            \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n            \"rank\": 0,\n            \"deleted\": false,\n            \"cm_id\": null,\n            \"cm2_id\": null,\n            \"ical_url\": null\n          },\n          \"state\": null,\n          \"linked_room_id\": null\n        },\n        \"rate\": {\n          \"id\": 2,\n          \"derived_from_id\": 1,\n          \"vat_rate_id\": 1,\n          \"label\": \"Non annulable, non remboursable\",\n          \"shortcode\": null,\n          \"description\": \"\",\n          \"color\": \"#5219a8\",\n          \"rank\": 1,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 5,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 4,\n          \"formula\": \"round(p*0.90)\",\n          \"bo_visible\": true,\n          \"deleted\": true,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": null,\n          \"deposit_rate\": 100,\n          \"deposit_rate_computed\": 100,\n          \"packages\": null,\n          \"vat_rate\": {\n            \"id\": 1,\n            \"vat_rate\": 0,\n            \"deleted\": false\n          },\n          \"derived_from\": null\n        },\n        \"booking\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"rooming_customer\": null,\n        \"accommodations\": [\n          {\n            \"id\": 926,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"01/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1610,\n              \"lastName\": \"Ratinaud\",\n              \"firstName\": \"Benoit\",\n              \"email\": \"benoit.ratinaud@groupama.fle\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Ratinaud Benoit\",\n              \"languageId\": 1,\n              \"companyId\": 1609,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-01-29T12:00:56+01:00\",\n            \"updatedAt\": \"2026-02-03T20:55:36+01:00\",\n            \"consumedAt\": \"2026-04-01T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 100,\n            \"priceExcludingTaxes\": 90.91,\n            \"taxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalTaxes\": 9.09,\n            \"amountIncludingTaxes\": 100,\n            \"amountExcludingTaxes\": 90.91,\n            \"amountTaxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalAmountTaxes\": 9.09,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 925,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 927,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"02/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1610,\n              \"lastName\": \"Ratinaud\",\n              \"firstName\": \"Benoit\",\n              \"email\": \"benoit.ratinaud@groupama.fle\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Ratinaud Benoit\",\n              \"languageId\": 1,\n              \"companyId\": 1609,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-01-29T12:00:56+01:00\",\n            \"updatedAt\": \"2026-02-03T20:55:36+01:00\",\n            \"consumedAt\": \"2026-04-02T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 100,\n            \"priceExcludingTaxes\": 90.91,\n            \"taxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalTaxes\": 9.09,\n            \"amountIncludingTaxes\": 100,\n            \"amountExcludingTaxes\": 90.91,\n            \"amountTaxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalAmountTaxes\": 9.09,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 925,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_accommodations\": 200,\n        \"extras\": [],\n        \"total_incl_taxes_extras\": 0,\n        \"tourist_tax\": {\n          \"id\": 2104,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_TAXE\",\n          \"label\": \"Taxe de séjour\",\n          \"description\": \"\",\n          \"quantity\": 2,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": null,\n          \"article\": null,\n          \"customer\": {\n            \"id\": 1610,\n            \"lastName\": \"Ratinaud\",\n            \"firstName\": \"Benoit\",\n            \"email\": \"benoit.ratinaud@groupama.fle\",\n            \"company\": null,\n            \"blackListed\": false,\n            \"name\": \"Ratinaud Benoit\",\n            \"languageId\": 1,\n            \"companyId\": 1609,\n            \"invoiceBalance\": 0\n          },\n          \"orderId\": 151,\n          \"originOrderId\": 151,\n          \"originOrderLabel\": \"CDH90: 01/04/2026 - 03/04/2026\",\n          \"invoiceId\": 412,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-02-03T20:55:36+01:00\",\n          \"updatedAt\": null,\n          \"consumedAt\": \"2026-04-03T00:00:00+02:00\",\n          \"priceIncludingTaxes\": 9,\n          \"priceExcludingTaxes\": 0,\n          \"taxesByRates\": [],\n          \"totalTaxes\": 0,\n          \"amountIncludingTaxes\": 9,\n          \"amountExcludingTaxes\": 0,\n          \"amountTaxesByRates\": [],\n          \"totalAmountTaxes\": 0,\n          \"childrenPurchases\": [\n            {\n              \"id\": 2105,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"01/04\",\n              \"description\": \"\",\n              \"quantity\": 1,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1610,\n                \"lastName\": \"Ratinaud\",\n                \"firstName\": \"Benoit\",\n                \"email\": \"benoit.ratinaud@groupama.fle\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"Ratinaud Benoit\",\n                \"languageId\": 1,\n                \"companyId\": 1609,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 412,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-02-03T20:55:36+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-01T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.5,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.5,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 2104,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 2106,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"02/04\",\n              \"description\": \"\",\n              \"quantity\": 1,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1610,\n                \"lastName\": \"Ratinaud\",\n                \"firstName\": \"Benoit\",\n                \"email\": \"benoit.ratinaud@groupama.fle\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"Ratinaud Benoit\",\n                \"languageId\": 1,\n                \"companyId\": 1609,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 412,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-02-03T20:55:36+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-02T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.5,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.5,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 2104,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            }\n          ],\n          \"parentPurchaseId\": null,\n          \"groupId\": 925,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      },\n      {\n        \"id\": 128,\n        \"booking_id\": 90,\n        \"room_id\": 37,\n        \"rate_id\": 2,\n        \"rooming_customer_id\": null,\n        \"state\": \"pending\",\n        \"rooming\": \"\",\n        \"color\": null,\n        \"icons\": [],\n        \"housekeeping\": true,\n        \"hk_comment\": null,\n        \"resto_lunch_time\": null,\n        \"resto_dinner_time\": null,\n        \"resto_comment\": null,\n        \"crs_id\": null,\n        \"room\": {\n          \"id\": 37,\n          \"label\": \"3022\",\n          \"shortcode\": null,\n          \"description\": \"<p><strong>Espace et Confort :</strong><br />Cette suite spacieuse offre un design &eacute;l&eacute;gant et contemporain, avec un espace de vie s&eacute;par&eacute; comprenant un salon confortable, id&eacute;al pour se d&eacute;tendre ou recevoir des invit&eacute;s. La chambre principale dispose d'un lit king-size avec des draps en coton &eacute;gyptien, garantissant un sommeil r&eacute;parateur.</p>\\n<p><strong>Salle de Bain :</strong><br />La salle de bain attenante est un v&eacute;ritable sanctuaire, &eacute;quip&eacute;e d'une baignoire &agrave; remous et d'une douche &agrave; l'italienne. Vous y trouverez des produits de bain haut de gamme et des peignoirs moelleux pour une exp&eacute;rience de spa &agrave; domicile.</p>\\n<p><strong>&Eacute;quipements :</strong><br />La suite est dot&eacute;e de toutes les commodit&eacute;s modernes, y compris une t&eacute;l&eacute;vision &agrave; &eacute;cran plat, un minibar bien approvisionn&eacute; et une machine &agrave; caf&eacute;. La connexion Wi-Fi est gratuite et disponible dans tout l'espace.</p>\\n<p><strong>Balcon Priv&eacute; :</strong><br />Profitez d'un balcon priv&eacute; offrant une vue imprenable sur la ville ou la nature environnante, parfait pour savourer un caf&eacute; le matin ou un verre de vin le soir.</p>\\n<p><strong>Services Inclus :</strong><br />Les clients de la suite deluxe b&eacute;n&eacute;ficient &eacute;galement d&rsquo;un service de conciergerie 24h/24, de l'acc&egrave;s &agrave; un salon exclusif et d'un petit-d&eacute;jeuner gourmet inclus.</p>\\n<p>Offrez-vous une escapade inoubliable dans notre suite deluxe, o&ugrave; luxe et confort se rencontrent pour cr&eacute;er une exp&eacute;rience exceptionnelle.</p>\",\n          \"nb_persons_max\": 1,\n          \"room_type_id\": 3,\n          \"rank\": 17,\n          \"stage\": \"3ème étage\",\n          \"visible\": true,\n          \"show_in_stats\": true,\n          \"real\": true,\n          \"picture_url\": \"\",\n          \"pictures\": [\n            \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n          ],\n          \"created_at\": \"2024-10-09\",\n          \"deleted\": false,\n          \"deleted_at\": null,\n          \"icons\": [\n            \"shower\"\n          ],\n          \"ex_door_id\": null,\n          \"state_id\": 3,\n          \"is_date\": false,\n          \"is_separator\": false,\n          \"room_type\": {\n            \"id\": 3,\n            \"label\": \"Chambre supérieure\",\n            \"shortcode\": null,\n            \"subject_to_pricing\": true,\n            \"nb_persons_min\": 1,\n            \"nb_persons_max\": 4,\n            \"public\": true,\n            \"color\": \"#38B764\",\n            \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n            \"rank\": 0,\n            \"deleted\": false,\n            \"cm_id\": null,\n            \"cm2_id\": null,\n            \"ical_url\": null\n          },\n          \"state\": null,\n          \"linked_room_id\": null\n        },\n        \"rate\": {\n          \"id\": 2,\n          \"derived_from_id\": 1,\n          \"vat_rate_id\": 1,\n          \"label\": \"Non annulable, non remboursable\",\n          \"shortcode\": null,\n          \"description\": \"\",\n          \"color\": \"#5219a8\",\n          \"rank\": 1,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 5,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 4,\n          \"formula\": \"round(p*0.90)\",\n          \"bo_visible\": true,\n          \"deleted\": true,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": null,\n          \"deposit_rate\": 100,\n          \"deposit_rate_computed\": 100,\n          \"packages\": null,\n          \"vat_rate\": {\n            \"id\": 1,\n            \"vat_rate\": 0,\n            \"deleted\": false\n          },\n          \"derived_from\": null\n        },\n        \"booking\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"rooming_customer\": null,\n        \"accommodations\": [\n          {\n            \"id\": 929,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"01/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1610,\n              \"lastName\": \"Ratinaud\",\n              \"firstName\": \"Benoit\",\n              \"email\": \"benoit.ratinaud@groupama.fle\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Ratinaud Benoit\",\n              \"languageId\": 1,\n              \"companyId\": 1609,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-01-29T12:00:56+01:00\",\n            \"updatedAt\": \"2026-02-03T20:55:36+01:00\",\n            \"consumedAt\": \"2026-04-01T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 100,\n            \"priceExcludingTaxes\": 90.91,\n            \"taxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalTaxes\": 9.09,\n            \"amountIncludingTaxes\": 100,\n            \"amountExcludingTaxes\": 90.91,\n            \"amountTaxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalAmountTaxes\": 9.09,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 928,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 930,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"02/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1610,\n              \"lastName\": \"Ratinaud\",\n              \"firstName\": \"Benoit\",\n              \"email\": \"benoit.ratinaud@groupama.fle\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Ratinaud Benoit\",\n              \"languageId\": 1,\n              \"companyId\": 1609,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-01-29T12:00:56+01:00\",\n            \"updatedAt\": \"2026-02-03T20:55:36+01:00\",\n            \"consumedAt\": \"2026-04-02T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 100,\n            \"priceExcludingTaxes\": 90.91,\n            \"taxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalTaxes\": 9.09,\n            \"amountIncludingTaxes\": 100,\n            \"amountExcludingTaxes\": 90.91,\n            \"amountTaxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalAmountTaxes\": 9.09,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 928,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_accommodations\": 200,\n        \"extras\": [],\n        \"total_incl_taxes_extras\": 0,\n        \"tourist_tax\": {\n          \"id\": 2107,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_TAXE\",\n          \"label\": \"Taxe de séjour\",\n          \"description\": \"\",\n          \"quantity\": 2,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": null,\n          \"article\": null,\n          \"customer\": {\n            \"id\": 1610,\n            \"lastName\": \"Ratinaud\",\n            \"firstName\": \"Benoit\",\n            \"email\": \"benoit.ratinaud@groupama.fle\",\n            \"company\": null,\n            \"blackListed\": false,\n            \"name\": \"Ratinaud Benoit\",\n            \"languageId\": 1,\n            \"companyId\": 1609,\n            \"invoiceBalance\": 0\n          },\n          \"orderId\": 151,\n          \"originOrderId\": 151,\n          \"originOrderLabel\": \"CDH90: 01/04/2026 - 03/04/2026\",\n          \"invoiceId\": 412,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-02-03T20:55:36+01:00\",\n          \"updatedAt\": null,\n          \"consumedAt\": \"2026-04-03T00:00:00+02:00\",\n          \"priceIncludingTaxes\": 9,\n          \"priceExcludingTaxes\": 0,\n          \"taxesByRates\": [],\n          \"totalTaxes\": 0,\n          \"amountIncludingTaxes\": 9,\n          \"amountExcludingTaxes\": 0,\n          \"amountTaxesByRates\": [],\n          \"totalAmountTaxes\": 0,\n          \"childrenPurchases\": [\n            {\n              \"id\": 2108,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"01/04\",\n              \"description\": \"\",\n              \"quantity\": 1,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1610,\n                \"lastName\": \"Ratinaud\",\n                \"firstName\": \"Benoit\",\n                \"email\": \"benoit.ratinaud@groupama.fle\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"Ratinaud Benoit\",\n                \"languageId\": 1,\n                \"companyId\": 1609,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 412,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-02-03T20:55:36+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-01T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.5,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.5,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 2107,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 2109,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"02/04\",\n              \"description\": \"\",\n              \"quantity\": 1,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1610,\n                \"lastName\": \"Ratinaud\",\n                \"firstName\": \"Benoit\",\n                \"email\": \"benoit.ratinaud@groupama.fle\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"Ratinaud Benoit\",\n                \"languageId\": 1,\n                \"companyId\": 1609,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 412,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-02-03T20:55:36+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-02T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 4.5,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.5,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 2107,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            }\n          ],\n          \"parentPurchaseId\": null,\n          \"groupId\": 928,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      }\n    ],\n    \"promo_code\": null,\n    \"ebooking\": null,\n    \"transfers\": [],\n    \"total_transfers_incl_taxes\": 0,\n    \"insurances\": [],\n    \"total_insurance_incl_taxes\": 0,\n    \"total_incl_taxes\": 836,\n    \"total_invoiced_incl_taxes\": 36,\n    \"total_uninvoiced_incl_taxes\": 800,\n    \"total_deposits\": 0,\n    \"total_invoiced_deposits\": 0,\n    \"total_uninvoiced_deposits\": 0,\n    \"is_transfer_blocked\": false\n  },\n  {\n    \"id\": 101,\n    \"reference\": \"CDH101\",\n    \"customer_id\": 1621,\n    \"start_at\": \"2026-04-01\",\n    \"end_at\": \"2026-04-04\",\n    \"created_at\": \"2026-01-30T13:29:37+01:00\",\n    \"updated_at\": \"2026-01-30T13:30:46+01:00\",\n    \"start_time\": \"\",\n    \"end_time\": \"\",\n    \"comment\": \"\",\n    \"confirmed\": false,\n    \"in_statistics\": false,\n    \"deposit_amount\": 350,\n    \"is_in_ask_balance_mode\": true,\n    \"ask_balance_email_sended_at\": null,\n    \"has_cc_data\": false,\n    \"created_by_id\": 3,\n    \"canceled\": false,\n    \"canceled_at\": null,\n    \"has_pending_update\": false,\n    \"cancelable_by_customer\": true,\n    \"no_show\": false,\n    \"email_txt\": \"\",\n    \"source\": \"thais\",\n    \"booking_origin_id\": 2,\n    \"booking_reason_id\": 2,\n    \"tourist_tax_auto\": true,\n    \"booking_group_id\": \"697ca431175a9\",\n    \"group_code\": null,\n    \"resort_order_id\": 175,\n    \"crs_id\": null,\n    \"promo_code_id\": null,\n    \"has_valid_payline_token\": null,\n    \"customer\": {\n      \"id\": 1621,\n      \"civility_id\": 1,\n      \"lastname\": \"Unpardejajce\",\n      \"firstname\": \"\",\n      \"company\": \"\",\n      \"comment\": \"\",\n      \"allergies\": \"\",\n      \"email\": \"unpardejajce@gmail.com\",\n      \"phone\": \"\",\n      \"cellphone\": \"0336578234\",\n      \"postcode\": \"p\",\n      \"city\": \"\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"e\",\n      \"address2\": \"y\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 2,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 3,\n      \"customer_company_id\": 0,\n      \"satisfaction_rating\": 2,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-01-30T13:29:37+01:00\",\n      \"auto_email\": true,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": null,\n      \"siren\": null,\n      \"siret\": null,\n      \"civility\": {\n        \"id\": 1,\n        \"label\": \"M. ou Mme\",\n        \"rank\": 2,\n        \"deleted\": false\n      },\n      \"country\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"customer_group\": {\n        \"id\": 1,\n        \"label\": \"Autres\",\n        \"color\": \"#144bb8\",\n        \"rank\": 9,\n        \"deleted\": false\n      },\n      \"customer_category\": {\n        \"id\": 2,\n        \"label\": \"Loisirs\",\n        \"color\": \"#8c1e8c\",\n        \"rank\": 1,\n        \"deleted\": false\n      },\n      \"nationality\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"language\": {\n        \"id\": 1,\n        \"code\": \"fr\",\n        \"label\": \"Français\"\n      },\n      \"customer_origin\": {\n        \"id\": 3,\n        \"label\": \"Direct\",\n        \"color\": \"#38B764\",\n        \"rank\": 1,\n        \"deleted\": false\n      },\n      \"customer_company\": null,\n      \"crm_completion\": 38,\n      \"invoice_balance\": null,\n      \"hotel_booking_count\": 1\n    },\n    \"booking_origin\": {\n      \"id\": 2,\n      \"label\": \"A renseigner (par défaut)\",\n      \"color\": \"#1A1C2C\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"booking_reason\": {\n      \"id\": 2,\n      \"label\": \"Client loisirs\",\n      \"color\": \"#f0c905\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"created_by\": null,\n    \"booking_rooms\": [\n      {\n        \"id\": 148,\n        \"booking_id\": 101,\n        \"room_id\": 33,\n        \"rate_id\": 2,\n        \"rooming_customer_id\": null,\n        \"state\": \"pending\",\n        \"rooming\": null,\n        \"color\": null,\n        \"icons\": [],\n        \"housekeeping\": true,\n        \"hk_comment\": null,\n        \"resto_lunch_time\": null,\n        \"resto_dinner_time\": null,\n        \"resto_comment\": null,\n        \"crs_id\": null,\n        \"room\": {\n          \"id\": 33,\n          \"label\": \"207\",\n          \"shortcode\": null,\n          \"description\": \"<p>douche</p>\",\n          \"nb_persons_max\": 2,\n          \"room_type_id\": 5,\n          \"rank\": 16,\n          \"stage\": \"2ème étage\",\n          \"visible\": true,\n          \"show_in_stats\": true,\n          \"real\": true,\n          \"picture_url\": \"\",\n          \"pictures\": [\n            \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n          ],\n          \"created_at\": \"2024-10-09\",\n          \"deleted\": false,\n          \"deleted_at\": null,\n          \"icons\": [\n            \"shower\"\n          ],\n          \"ex_door_id\": null,\n          \"state_id\": 1,\n          \"is_date\": false,\n          \"is_separator\": false,\n          \"room_type\": {\n            \"id\": 5,\n            \"label\": \"Chambre double\",\n            \"shortcode\": \"tsto\",\n            \"subject_to_pricing\": true,\n            \"nb_persons_min\": 1,\n            \"nb_persons_max\": 5,\n            \"public\": true,\n            \"color\": \"#29366F\",\n            \"description\": \"<p>test h&eacute;bergement</p>\\n<p>Animaux</p>\\n<p>&nbsp;</p>\",\n            \"rank\": 2,\n            \"deleted\": true,\n            \"cm_id\": \"3663\",\n            \"cm2_id\": null,\n            \"ical_url\": \"\"\n          },\n          \"state\": null,\n          \"linked_room_id\": null\n        },\n        \"rate\": {\n          \"id\": 2,\n          \"derived_from_id\": 1,\n          \"vat_rate_id\": 1,\n          \"label\": \"Non annulable, non remboursable\",\n          \"shortcode\": null,\n          \"description\": \"\",\n          \"color\": \"#5219a8\",\n          \"rank\": 1,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 5,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 4,\n          \"formula\": \"round(p*0.90)\",\n          \"bo_visible\": true,\n          \"deleted\": true,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": null,\n          \"deposit_rate\": 100,\n          \"deposit_rate_computed\": 100,\n          \"packages\": null,\n          \"vat_rate\": {\n            \"id\": 1,\n            \"vat_rate\": 0,\n            \"deleted\": false\n          },\n          \"derived_from\": null\n        },\n        \"booking\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"rooming_customer\": null,\n        \"accommodations\": [\n          {\n            \"id\": 1035,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"01/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1621,\n              \"lastName\": \"Unpardejajce\",\n              \"firstName\": \"\",\n              \"email\": \"unpardejajce@gmail.com\",\n              \"company\": \"\",\n              \"blackListed\": false,\n              \"name\": \"Unpardejajce\",\n              \"languageId\": 1,\n              \"companyId\": 0,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-01-30T13:29:37+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-04-01T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 90,\n            \"priceExcludingTaxes\": 81.82,\n            \"taxesByRates\": {\n              \"10.00\": 8.18\n            },\n            \"totalTaxes\": 8.18,\n            \"amountIncludingTaxes\": 90,\n            \"amountExcludingTaxes\": 81.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 8.18\n            },\n            \"totalAmountTaxes\": 8.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 1034,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 1036,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"02/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1621,\n              \"lastName\": \"Unpardejajce\",\n              \"firstName\": \"\",\n              \"email\": \"unpardejajce@gmail.com\",\n              \"company\": \"\",\n              \"blackListed\": false,\n              \"name\": \"Unpardejajce\",\n              \"languageId\": 1,\n              \"companyId\": 0,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-01-30T13:29:37+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-04-02T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 90,\n            \"priceExcludingTaxes\": 81.82,\n            \"taxesByRates\": {\n              \"10.00\": 8.18\n            },\n            \"totalTaxes\": 8.18,\n            \"amountIncludingTaxes\": 90,\n            \"amountExcludingTaxes\": 81.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 8.18\n            },\n            \"totalAmountTaxes\": 8.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 1034,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 1037,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"03/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1621,\n              \"lastName\": \"Unpardejajce\",\n              \"firstName\": \"\",\n              \"email\": \"unpardejajce@gmail.com\",\n              \"company\": \"\",\n              \"blackListed\": false,\n              \"name\": \"Unpardejajce\",\n              \"languageId\": 1,\n              \"companyId\": 0,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-01-30T13:29:37+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-04-03T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 90,\n            \"priceExcludingTaxes\": 81.82,\n            \"taxesByRates\": {\n              \"10.00\": 8.18\n            },\n            \"totalTaxes\": 8.18,\n            \"amountIncludingTaxes\": 90,\n            \"amountExcludingTaxes\": 81.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 8.18\n            },\n            \"totalAmountTaxes\": 8.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 1034,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_accommodations\": 270,\n        \"extras\": [\n          {\n            \"id\": 1038,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE\",\n            \"label\": \"Bon petit dej\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 114,\n              \"label\": \"Petit Déjeuner\",\n              \"color\": \"#00ff40\"\n            },\n            \"article\": {\n              \"id\": 1987,\n              \"label\": \"Bon petit dej\"\n            },\n            \"customer\": {\n              \"id\": 1621,\n              \"lastName\": \"Unpardejajce\",\n              \"firstName\": \"\",\n              \"email\": \"unpardejajce@gmail.com\",\n              \"company\": \"\",\n              \"blackListed\": false,\n              \"name\": \"Unpardejajce\",\n              \"languageId\": 1,\n              \"companyId\": 0,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": 175,\n            \"originOrderId\": 175,\n            \"originOrderLabel\": \"CDH101: 01/04/2026 - 04/04/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-01-30T13:30:46+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-04-01T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 20,\n            \"priceExcludingTaxes\": 18.96,\n            \"taxesByRates\": {\n              \"5.50\": 1.04\n            },\n            \"totalTaxes\": 1.04,\n            \"amountIncludingTaxes\": 20,\n            \"amountExcludingTaxes\": 18.96,\n            \"amountTaxesByRates\": {\n              \"5.50\": 1.04\n            },\n            \"totalAmountTaxes\": 1.04,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 1034,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 1039,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE\",\n            \"label\": \"Bon petit dej\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 114,\n              \"label\": \"Petit Déjeuner\",\n              \"color\": \"#00ff40\"\n            },\n            \"article\": {\n              \"id\": 1987,\n              \"label\": \"Bon petit dej\"\n            },\n            \"customer\": {\n              \"id\": 1621,\n              \"lastName\": \"Unpardejajce\",\n              \"firstName\": \"\",\n              \"email\": \"unpardejajce@gmail.com\",\n              \"company\": \"\",\n              \"blackListed\": false,\n              \"name\": \"Unpardejajce\",\n              \"languageId\": 1,\n              \"companyId\": 0,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": 175,\n            \"originOrderId\": 175,\n            \"originOrderLabel\": \"CDH101: 01/04/2026 - 04/04/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-01-30T13:30:46+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-04-02T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 20,\n            \"priceExcludingTaxes\": 18.96,\n            \"taxesByRates\": {\n              \"5.50\": 1.04\n            },\n            \"totalTaxes\": 1.04,\n            \"amountIncludingTaxes\": 20,\n            \"amountExcludingTaxes\": 18.96,\n            \"amountTaxesByRates\": {\n              \"5.50\": 1.04\n            },\n            \"totalAmountTaxes\": 1.04,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 1034,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 1040,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE\",\n            \"label\": \"Bon petit dej\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 114,\n              \"label\": \"Petit Déjeuner\",\n              \"color\": \"#00ff40\"\n            },\n            \"article\": {\n              \"id\": 1987,\n              \"label\": \"Bon petit dej\"\n            },\n            \"customer\": {\n              \"id\": 1621,\n              \"lastName\": \"Unpardejajce\",\n              \"firstName\": \"\",\n              \"email\": \"unpardejajce@gmail.com\",\n              \"company\": \"\",\n              \"blackListed\": false,\n              \"name\": \"Unpardejajce\",\n              \"languageId\": 1,\n              \"companyId\": 0,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": 175,\n            \"originOrderId\": 175,\n            \"originOrderLabel\": \"CDH101: 01/04/2026 - 04/04/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-01-30T13:30:46+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-04-03T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 20,\n            \"priceExcludingTaxes\": 18.96,\n            \"taxesByRates\": {\n              \"5.50\": 1.04\n            },\n            \"totalTaxes\": 1.04,\n            \"amountIncludingTaxes\": 20,\n            \"amountExcludingTaxes\": 18.96,\n            \"amountTaxesByRates\": {\n              \"5.50\": 1.04\n            },\n            \"totalAmountTaxes\": 1.04,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 1034,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 1041,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE\",\n            \"label\": \"Bon petit dej\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 114,\n              \"label\": \"Petit Déjeuner\",\n              \"color\": \"#00ff40\"\n            },\n            \"article\": {\n              \"id\": 1987,\n              \"label\": \"Bon petit dej\"\n            },\n            \"customer\": {\n              \"id\": 1621,\n              \"lastName\": \"Unpardejajce\",\n              \"firstName\": \"\",\n              \"email\": \"unpardejajce@gmail.com\",\n              \"company\": \"\",\n              \"blackListed\": false,\n              \"name\": \"Unpardejajce\",\n              \"languageId\": 1,\n              \"companyId\": 0,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": 175,\n            \"originOrderId\": 175,\n            \"originOrderLabel\": \"CDH101: 01/04/2026 - 04/04/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-01-30T13:30:46+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-04-04T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 20,\n            \"priceExcludingTaxes\": 18.96,\n            \"taxesByRates\": {\n              \"5.50\": 1.04\n            },\n            \"totalTaxes\": 1.04,\n            \"amountIncludingTaxes\": 20,\n            \"amountExcludingTaxes\": 18.96,\n            \"amountTaxesByRates\": {\n              \"5.50\": 1.04\n            },\n            \"totalAmountTaxes\": 1.04,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 1034,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_extras\": 80,\n        \"tourist_tax\": null\n      }\n    ],\n    \"promo_code\": null,\n    \"ebooking\": null,\n    \"transfers\": [],\n    \"total_transfers_incl_taxes\": 0,\n    \"insurances\": [],\n    \"total_insurance_incl_taxes\": 0,\n    \"total_incl_taxes\": 350,\n    \"total_invoiced_incl_taxes\": 0,\n    \"total_uninvoiced_incl_taxes\": 350,\n    \"total_deposits\": 0,\n    \"total_invoiced_deposits\": 0,\n    \"total_uninvoiced_deposits\": 0,\n    \"is_transfer_blocked\": false\n  },\n  {\n    \"id\": 283,\n    \"reference\": \"CDH283\",\n    \"customer_id\": 1690,\n    \"start_at\": \"2026-03-22\",\n    \"end_at\": \"2026-03-28\",\n    \"created_at\": \"2026-02-13T09:50:37+01:00\",\n    \"updated_at\": \"2026-03-24T16:41:22+01:00\",\n    \"start_time\": \"\",\n    \"end_time\": \"\",\n    \"comment\": \"Hello back world\",\n    \"confirmed\": true,\n    \"in_statistics\": true,\n    \"deposit_amount\": 0,\n    \"is_in_ask_balance_mode\": true,\n    \"ask_balance_email_sended_at\": null,\n    \"has_cc_data\": false,\n    \"created_by_id\": 3,\n    \"canceled\": false,\n    \"canceled_at\": null,\n    \"has_pending_update\": false,\n    \"cancelable_by_customer\": false,\n    \"no_show\": false,\n    \"email_txt\": \"\",\n    \"source\": \"Partner\",\n    \"booking_origin_id\": 0,\n    \"booking_reason_id\": 0,\n    \"tourist_tax_auto\": true,\n    \"booking_group_id\": \"4223441327\",\n    \"group_code\": \"4223441327\",\n    \"resort_order_id\": 477,\n    \"crs_id\": null,\n    \"promo_code_id\": null,\n    \"has_valid_payline_token\": null,\n    \"customer\": {\n      \"id\": 1690,\n      \"civility_id\": 1,\n      \"lastname\": \"David\",\n      \"firstname\": \"Ren\",\n      \"company\": null,\n      \"comment\": \"i\",\n      \"allergies\": null,\n      \"email\": \"test@test.com\",\n      \"phone\": \"+33000000000\",\n      \"cellphone\": \"+33000000000\",\n      \"postcode\": \"14000\",\n      \"city\": \"Caen\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"18 rue Jean JO\",\n      \"address2\": \"\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": null,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-24T10:37:13+01:00\",\n      \"auto_email\": true,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": \"\",\n      \"siren\": \"\",\n      \"siret\": \"\",\n      \"civility\": {\n        \"id\": 1,\n        \"label\": \"M. ou Mme\",\n        \"rank\": 2,\n        \"deleted\": false\n      },\n      \"country\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"customer_group\": {\n        \"id\": 1,\n        \"label\": \"Autres\",\n        \"color\": \"#144bb8\",\n        \"rank\": 9,\n        \"deleted\": false\n      },\n      \"customer_category\": {\n        \"id\": 11,\n        \"label\": \"Non renseignés\",\n        \"color\": \"#000000\",\n        \"rank\": 0,\n        \"deleted\": false\n      },\n      \"nationality\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"language\": {\n        \"id\": 1,\n        \"code\": \"fr\",\n        \"label\": \"Français\"\n      },\n      \"customer_origin\": {\n        \"id\": 5,\n        \"label\": \"Téléphone\",\n        \"color\": \"#3B5DC9\",\n        \"rank\": -1,\n        \"deleted\": false\n      },\n      \"customer_company\": null,\n      \"crm_completion\": 64,\n      \"invoice_balance\": 64,\n      \"hotel_booking_count\": 5\n    },\n    \"booking_origin\": null,\n    \"booking_reason\": null,\n    \"created_by\": null,\n    \"booking_rooms\": [\n      {\n        \"id\": 448,\n        \"booking_id\": 283,\n        \"room_id\": 59,\n        \"rate_id\": 33,\n        \"rooming_customer_id\": null,\n        \"state\": \"pending\",\n        \"rooming\": \"\",\n        \"color\": null,\n        \"icons\": [],\n        \"housekeeping\": true,\n        \"hk_comment\": null,\n        \"resto_lunch_time\": null,\n        \"resto_dinner_time\": null,\n        \"resto_comment\": null,\n        \"crs_id\": null,\n        \"room\": {\n          \"id\": 59,\n          \"label\": \"203\",\n          \"shortcode\": null,\n          \"description\": \"<p>test</p>\",\n          \"nb_persons_max\": 2,\n          \"room_type_id\": 9,\n          \"rank\": 11,\n          \"stage\": \"2ème étage\",\n          \"visible\": true,\n          \"show_in_stats\": true,\n          \"real\": true,\n          \"picture_url\": \"\",\n          \"pictures\": [\n            \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n          ],\n          \"created_at\": \"2025-07-10\",\n          \"deleted\": false,\n          \"deleted_at\": null,\n          \"icons\": [],\n          \"ex_door_id\": null,\n          \"state_id\": 2,\n          \"is_date\": false,\n          \"is_separator\": false,\n          \"room_type\": {\n            \"id\": 9,\n            \"label\": \"Suite\",\n            \"shortcode\": null,\n            \"subject_to_pricing\": true,\n            \"nb_persons_min\": 1,\n            \"nb_persons_max\": 4,\n            \"public\": true,\n            \"color\": \"#5D275D\",\n            \"description\": \"<p>Suite deluxe</p>\\n<p>32 m2&nbsp;</p>\",\n            \"rank\": 4,\n            \"deleted\": false,\n            \"cm_id\": \"92801\",\n            \"cm2_id\": null,\n            \"ical_url\": null\n          },\n          \"state\": null,\n          \"linked_room_id\": null\n        },\n        \"rate\": {\n          \"id\": 33,\n          \"derived_from_id\": 1,\n          \"vat_rate_id\": 3,\n          \"label\": \"SMARTBOX\",\n          \"shortcode\": null,\n          \"description\": \"<p>a</p>\",\n          \"color\": \"#FEEFFE\",\n          \"rank\": 4,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 4,\n          \"formula\": \"round((p+38)*0.9)\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"1672\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": false,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": 0,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": {\n            \"id\": 3,\n            \"vat_rate\": 10,\n            \"deleted\": false\n          },\n          \"derived_from\": null\n        },\n        \"booking\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"rooming_customer\": null,\n        \"accommodations\": [\n          {\n            \"id\": 3909,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"22/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1690,\n              \"lastName\": \"David\",\n              \"firstName\": \"Ren\",\n              \"email\": \"test@test.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"David Ren\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 64\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 530,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-22T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 60.98,\n            \"priceExcludingTaxes\": 55.44,\n            \"taxesByRates\": {\n              \"10.00\": 5.54\n            },\n            \"totalTaxes\": 5.54,\n            \"amountIncludingTaxes\": 60.98,\n            \"amountExcludingTaxes\": 55.44,\n            \"amountTaxesByRates\": {\n              \"10.00\": 5.54\n            },\n            \"totalAmountTaxes\": 5.54,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 3908,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 3910,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1690,\n              \"lastName\": \"David\",\n              \"firstName\": \"Ren\",\n              \"email\": \"test@test.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"David Ren\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 64\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 530,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 60.98,\n            \"priceExcludingTaxes\": 55.44,\n            \"taxesByRates\": {\n              \"10.00\": 5.54\n            },\n            \"totalTaxes\": 5.54,\n            \"amountIncludingTaxes\": 60.98,\n            \"amountExcludingTaxes\": 55.44,\n            \"amountTaxesByRates\": {\n              \"10.00\": 5.54\n            },\n            \"totalAmountTaxes\": 5.54,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 3908,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 3911,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"24/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1690,\n              \"lastName\": \"David\",\n              \"firstName\": \"Ren\",\n              \"email\": \"test@test.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"David Ren\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 64\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 530,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-24T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 60.98,\n            \"priceExcludingTaxes\": 55.44,\n            \"taxesByRates\": {\n              \"10.00\": 5.54\n            },\n            \"totalTaxes\": 5.54,\n            \"amountIncludingTaxes\": 60.98,\n            \"amountExcludingTaxes\": 55.44,\n            \"amountTaxesByRates\": {\n              \"10.00\": 5.54\n            },\n            \"totalAmountTaxes\": 5.54,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 3908,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 3912,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"25/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1690,\n              \"lastName\": \"David\",\n              \"firstName\": \"Ren\",\n              \"email\": \"test@test.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"David Ren\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 64\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 530,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-25T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 60.98,\n            \"priceExcludingTaxes\": 55.44,\n            \"taxesByRates\": {\n              \"10.00\": 5.54\n            },\n            \"totalTaxes\": 5.54,\n            \"amountIncludingTaxes\": 60.98,\n            \"amountExcludingTaxes\": 55.44,\n            \"amountTaxesByRates\": {\n              \"10.00\": 5.54\n            },\n            \"totalAmountTaxes\": 5.54,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 3908,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 3913,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"26/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1690,\n              \"lastName\": \"David\",\n              \"firstName\": \"Ren\",\n              \"email\": \"test@test.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"David Ren\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 64\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 530,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-26T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 60.98,\n            \"priceExcludingTaxes\": 55.44,\n            \"taxesByRates\": {\n              \"10.00\": 5.54\n            },\n            \"totalTaxes\": 5.54,\n            \"amountIncludingTaxes\": 60.98,\n            \"amountExcludingTaxes\": 55.44,\n            \"amountTaxesByRates\": {\n              \"10.00\": 5.54\n            },\n            \"totalAmountTaxes\": 5.54,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 3908,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 3914,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"27/03\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1690,\n              \"lastName\": \"David\",\n              \"firstName\": \"Ren\",\n              \"email\": \"test@test.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"David Ren\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 64\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 530,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-27T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 60.99,\n            \"priceExcludingTaxes\": 55.45,\n            \"taxesByRates\": {\n              \"10.00\": 5.54\n            },\n            \"totalTaxes\": 5.54,\n            \"amountIncludingTaxes\": 60.99,\n            \"amountExcludingTaxes\": 55.45,\n            \"amountTaxesByRates\": {\n              \"10.00\": 5.54\n            },\n            \"totalAmountTaxes\": 5.54,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 3908,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_accommodations\": 365.89,\n        \"extras\": [\n          {\n            \"id\": 3915,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE\",\n            \"label\": \"Petit déjeuner adultes\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 2,\n              \"label\": \"1-BOISSON/RESTO\",\n              \"color\": \"#BAE022\"\n            },\n            \"article\": {\n              \"id\": 8,\n              \"label\": \"Petit déjeuner adultes\"\n            },\n            \"customer\": {\n              \"id\": 1690,\n              \"lastName\": \"David\",\n              \"firstName\": \"Ren\",\n              \"email\": \"test@test.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"David Ren\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 64\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 530,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-22T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 3908,\n            \"groupId\": 3908,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 3916,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE\",\n            \"label\": \"Petit déjeuner adultes\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 2,\n              \"label\": \"1-BOISSON/RESTO\",\n              \"color\": \"#BAE022\"\n            },\n            \"article\": {\n              \"id\": 8,\n              \"label\": \"Petit déjeuner adultes\"\n            },\n            \"customer\": {\n              \"id\": 1690,\n              \"lastName\": \"David\",\n              \"firstName\": \"Ren\",\n              \"email\": \"test@test.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"David Ren\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 64\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 530,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 3908,\n            \"groupId\": 3908,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 3917,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE\",\n            \"label\": \"Petit déjeuner adultes\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 2,\n              \"label\": \"1-BOISSON/RESTO\",\n              \"color\": \"#BAE022\"\n            },\n            \"article\": {\n              \"id\": 8,\n              \"label\": \"Petit déjeuner adultes\"\n            },\n            \"customer\": {\n              \"id\": 1690,\n              \"lastName\": \"David\",\n              \"firstName\": \"Ren\",\n              \"email\": \"test@test.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"David Ren\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 64\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 530,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-24T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 3908,\n            \"groupId\": 3908,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 3918,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE\",\n            \"label\": \"Petit déjeuner adultes\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 2,\n              \"label\": \"1-BOISSON/RESTO\",\n              \"color\": \"#BAE022\"\n            },\n            \"article\": {\n              \"id\": 8,\n              \"label\": \"Petit déjeuner adultes\"\n            },\n            \"customer\": {\n              \"id\": 1690,\n              \"lastName\": \"David\",\n              \"firstName\": \"Ren\",\n              \"email\": \"test@test.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"David Ren\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 64\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 530,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-25T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 3908,\n            \"groupId\": 3908,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 3919,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE\",\n            \"label\": \"Petit déjeuner adultes\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 2,\n              \"label\": \"1-BOISSON/RESTO\",\n              \"color\": \"#BAE022\"\n            },\n            \"article\": {\n              \"id\": 8,\n              \"label\": \"Petit déjeuner adultes\"\n            },\n            \"customer\": {\n              \"id\": 1690,\n              \"lastName\": \"David\",\n              \"firstName\": \"Ren\",\n              \"email\": \"test@test.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"David Ren\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 64\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 530,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-26T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 3908,\n            \"groupId\": 3908,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 3920,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE\",\n            \"label\": \"Petit déjeuner adultes\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 2,\n              \"label\": \"1-BOISSON/RESTO\",\n              \"color\": \"#BAE022\"\n            },\n            \"article\": {\n              \"id\": 8,\n              \"label\": \"Petit déjeuner adultes\"\n            },\n            \"customer\": {\n              \"id\": 1690,\n              \"lastName\": \"David\",\n              \"firstName\": \"Ren\",\n              \"email\": \"test@test.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"David Ren\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 64\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 530,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-27T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 3908,\n            \"groupId\": 3908,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 3921,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE\",\n            \"label\": \"Petit déjeuner adultes\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 2,\n              \"label\": \"1-BOISSON/RESTO\",\n              \"color\": \"#BAE022\"\n            },\n            \"article\": {\n              \"id\": 8,\n              \"label\": \"Petit déjeuner adultes\"\n            },\n            \"customer\": {\n              \"id\": 1690,\n              \"lastName\": \"David\",\n              \"firstName\": \"Ren\",\n              \"email\": \"test@test.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"David Ren\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 64\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 530,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-03-28T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 0,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 0,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": {\n              \"10.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 3908,\n            \"groupId\": 3908,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 3922,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE\",\n            \"label\": \"PDJ\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 114,\n              \"label\": \"Petit Déjeuner\",\n              \"color\": \"#00ff40\"\n            },\n            \"article\": {\n              \"id\": 1982,\n              \"label\": \"PDJ\"\n            },\n            \"customer\": {\n              \"id\": 1690,\n              \"lastName\": \"David\",\n              \"firstName\": \"Ren\",\n              \"email\": \"test@test.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"David Ren\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 64\n            },\n            \"orderId\": 477,\n            \"originOrderId\": 477,\n            \"originOrderLabel\": \"CDH283: 22/03/2026 - 28/03/2026\",\n            \"invoiceId\": 530,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2021-10-20T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 18,\n            \"priceExcludingTaxes\": 16.36,\n            \"taxesByRates\": {\n              \"10.00\": 1.64\n            },\n            \"totalTaxes\": 1.64,\n            \"amountIncludingTaxes\": 18,\n            \"amountExcludingTaxes\": 16.36,\n            \"amountTaxesByRates\": {\n              \"10.00\": 1.64\n            },\n            \"totalAmountTaxes\": 1.64,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 3908,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11572,\n            \"application\": \"SERVICE\",\n            \"type\": \"SERVICE_PURCHASE\",\n            \"label\": \"Massage californien 20 min\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 133,\n              \"label\": \"Massage\",\n              \"color\": \"#00f2ff\"\n            },\n            \"article\": {\n              \"id\": 2028,\n              \"label\": \"Massage californien 20 min\"\n            },\n            \"customer\": {\n              \"id\": 2428,\n              \"lastName\": \"SMITH\",\n              \"firstName\": \"Fafa\",\n              \"email\": \"reception@lesaintremy.fr\",\n              \"company\": \"\",\n              \"blackListed\": false,\n              \"name\": \"SMITH Fafa\",\n              \"languageId\": 1,\n              \"companyId\": 0,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": 477,\n            \"originOrderId\": 1300,\n            \"originOrderLabel\": \"SRV1300: 23/03/2026 14:45\",\n            \"invoiceId\": 546,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": true,\n            \"locked\": true,\n            \"createdAt\": \"2026-03-23T14:45:47+01:00\",\n            \"updatedAt\": \"2026-03-23T14:45:51+01:00\",\n            \"consumedAt\": \"2026-03-23T15:30:00+01:00\",\n            \"priceIncludingTaxes\": 64,\n            \"priceExcludingTaxes\": 53.33,\n            \"taxesByRates\": {\n              \"20.00\": 10.67\n            },\n            \"totalTaxes\": 10.67,\n            \"amountIncludingTaxes\": 64,\n            \"amountExcludingTaxes\": 53.33,\n            \"amountTaxesByRates\": {\n              \"20.00\": 10.67\n            },\n            \"totalAmountTaxes\": 10.67,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 3908,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_extras\": 82,\n        \"tourist_tax\": {\n          \"id\": 3923,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_TAXE\",\n          \"label\": \"Taxe de séjour\",\n          \"description\": \"\",\n          \"quantity\": 6,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": null,\n          \"article\": null,\n          \"customer\": {\n            \"id\": 1690,\n            \"lastName\": \"David\",\n            \"firstName\": \"Ren\",\n            \"email\": \"test@test.com\",\n            \"company\": null,\n            \"blackListed\": false,\n            \"name\": \"David Ren\",\n            \"languageId\": 1,\n            \"companyId\": null,\n            \"invoiceBalance\": 64\n          },\n          \"orderId\": 477,\n          \"originOrderId\": 477,\n          \"originOrderLabel\": \"CDH283: 22/03/2026 - 28/03/2026\",\n          \"invoiceId\": 530,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n          \"updatedAt\": null,\n          \"consumedAt\": \"2026-03-28T00:00:00+01:00\",\n          \"priceIncludingTaxes\": 27,\n          \"priceExcludingTaxes\": 0,\n          \"taxesByRates\": [],\n          \"totalTaxes\": 0,\n          \"amountIncludingTaxes\": 27,\n          \"amountExcludingTaxes\": 0,\n          \"amountTaxesByRates\": [],\n          \"totalAmountTaxes\": 0,\n          \"childrenPurchases\": [\n            {\n              \"id\": 3924,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"22/03\",\n              \"description\": \"\",\n              \"quantity\": 1,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1690,\n                \"lastName\": \"David\",\n                \"firstName\": \"Ren\",\n                \"email\": \"test@test.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"David Ren\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 64\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 530,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-22T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.5,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.5,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 3923,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 3925,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"23/03\",\n              \"description\": \"\",\n              \"quantity\": 1,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1690,\n                \"lastName\": \"David\",\n                \"firstName\": \"Ren\",\n                \"email\": \"test@test.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"David Ren\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 64\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 530,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-23T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.5,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.5,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 3923,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 3926,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"24/03\",\n              \"description\": \"\",\n              \"quantity\": 1,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1690,\n                \"lastName\": \"David\",\n                \"firstName\": \"Ren\",\n                \"email\": \"test@test.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"David Ren\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 64\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 530,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-24T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.5,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.5,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 3923,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 3927,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"25/03\",\n              \"description\": \"\",\n              \"quantity\": 1,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1690,\n                \"lastName\": \"David\",\n                \"firstName\": \"Ren\",\n                \"email\": \"test@test.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"David Ren\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 64\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 530,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-25T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.5,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.5,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 3923,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 3928,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"26/03\",\n              \"description\": \"\",\n              \"quantity\": 1,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1690,\n                \"lastName\": \"David\",\n                \"firstName\": \"Ren\",\n                \"email\": \"test@test.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"David Ren\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 64\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 530,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-26T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.5,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.5,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 3923,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 3929,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"27/03\",\n              \"description\": \"\",\n              \"quantity\": 1,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1690,\n                \"lastName\": \"David\",\n                \"firstName\": \"Ren\",\n                \"email\": \"test@test.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"David Ren\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 64\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 530,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-02-13T09:50:37+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-03-27T00:00:00+01:00\",\n              \"priceIncludingTaxes\": 4.5,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 4.5,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 3923,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            }\n          ],\n          \"parentPurchaseId\": null,\n          \"groupId\": 3908,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      }\n    ],\n    \"promo_code\": null,\n    \"ebooking\": null,\n    \"transfers\": [\n      {\n        \"id\": 11572,\n        \"type\": \"SERVICE_PURCHASE\",\n        \"label\": \"Massage californien 20 min\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"canceledAt\": null,\n        \"category\": {\n          \"id\": 133,\n          \"label\": \"Massage\",\n          \"color\": \"#00f2ff\"\n        },\n        \"article\": {\n          \"id\": 2028,\n          \"label\": \"Massage californien 20 min\"\n        },\n        \"createdAt\": \"2026-03-23T14:45:47+01:00\",\n        \"consumedAt\": \"2026-03-23T15:30:00+01:00\",\n        \"amountIncludingTaxes\": 64,\n        \"amountExcludingTaxes\": 53.33,\n        \"childrenPurchases\": [],\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    ],\n    \"total_transfers_incl_taxes\": 64,\n    \"insurances\": [],\n    \"total_insurance_incl_taxes\": 0,\n    \"total_incl_taxes\": 474.89,\n    \"total_invoiced_incl_taxes\": 474.89,\n    \"total_uninvoiced_incl_taxes\": 0,\n    \"total_deposits\": 410.89,\n    \"total_invoiced_deposits\": 410.89,\n    \"total_uninvoiced_deposits\": 0,\n    \"is_transfer_blocked\": false\n  },\n  {\n    \"id\": 294,\n    \"reference\": \"CDH294\",\n    \"customer_id\": 1181,\n    \"start_at\": \"2026-04-01\",\n    \"end_at\": \"2026-04-03\",\n    \"created_at\": \"2026-02-14T18:56:38+01:00\",\n    \"updated_at\": \"2026-03-25T11:15:43+01:00\",\n    \"start_time\": \"\",\n    \"end_time\": \"\",\n    \"comment\": \"\",\n    \"confirmed\": false,\n    \"in_statistics\": false,\n    \"deposit_amount\": 224,\n    \"is_in_ask_balance_mode\": true,\n    \"ask_balance_email_sended_at\": null,\n    \"has_cc_data\": false,\n    \"created_by_id\": 6,\n    \"canceled\": false,\n    \"canceled_at\": null,\n    \"has_pending_update\": false,\n    \"cancelable_by_customer\": true,\n    \"no_show\": false,\n    \"email_txt\": \"\",\n    \"source\": \"thaisAPI\",\n    \"booking_origin_id\": 2,\n    \"booking_reason_id\": 2,\n    \"tourist_tax_auto\": true,\n    \"booking_group_id\": \"6990b756a536c\",\n    \"group_code\": null,\n    \"resort_order_id\": 492,\n    \"crs_id\": null,\n    \"promo_code_id\": null,\n    \"has_valid_payline_token\": null,\n    \"customer\": {\n      \"id\": 1181,\n      \"civility_id\": 1,\n      \"lastname\": \"Aurélien\",\n      \"firstname\": \"Vionnet\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"a.vionnet@thais-soft.com\",\n      \"phone\": \"+33909090909\",\n      \"cellphone\": \"0000000000\",\n      \"postcode\": \"34170\",\n      \"city\": \"Montpellier\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"18 rue Jean JO\",\n      \"address2\": \"\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": null,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-23T11:10:57+01:00\",\n      \"auto_email\": true,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": \"\",\n      \"siren\": \"\",\n      \"siret\": \"\",\n      \"civility\": {\n        \"id\": 1,\n        \"label\": \"M. ou Mme\",\n        \"rank\": 2,\n        \"deleted\": false\n      },\n      \"country\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"customer_group\": {\n        \"id\": 1,\n        \"label\": \"Autres\",\n        \"color\": \"#144bb8\",\n        \"rank\": 9,\n        \"deleted\": false\n      },\n      \"customer_category\": {\n        \"id\": 11,\n        \"label\": \"Non renseignés\",\n        \"color\": \"#000000\",\n        \"rank\": 0,\n        \"deleted\": false\n      },\n      \"nationality\": {\n        \"id\": 79,\n        \"label\": \"FRANCE\",\n        \"iso2\": \"FR\",\n        \"iso3\": \"FRA\",\n        \"num_insee\": \"40\",\n        \"default_language_id\": 1,\n        \"default_language\": null\n      },\n      \"language\": {\n        \"id\": 1,\n        \"code\": \"fr\",\n        \"label\": \"Français\"\n      },\n      \"customer_origin\": {\n        \"id\": 5,\n        \"label\": \"Téléphone\",\n        \"color\": \"#3B5DC9\",\n        \"rank\": -1,\n        \"deleted\": false\n      },\n      \"customer_company\": null,\n      \"crm_completion\": 64,\n      \"invoice_balance\": 0,\n      \"hotel_booking_count\": 3\n    },\n    \"booking_origin\": {\n      \"id\": 2,\n      \"label\": \"A renseigner (par défaut)\",\n      \"color\": \"#1A1C2C\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"booking_reason\": {\n      \"id\": 2,\n      \"label\": \"Client loisirs\",\n      \"color\": \"#f0c905\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"created_by\": null,\n    \"booking_rooms\": [\n      {\n        \"id\": 463,\n        \"booking_id\": 294,\n        \"room_id\": 87,\n        \"rate_id\": 1,\n        \"rooming_customer_id\": null,\n        \"state\": \"pending\",\n        \"rooming\": null,\n        \"color\": null,\n        \"icons\": [],\n        \"housekeeping\": true,\n        \"hk_comment\": null,\n        \"resto_lunch_time\": null,\n        \"resto_dinner_time\": null,\n        \"resto_comment\": null,\n        \"crs_id\": null,\n        \"room\": {\n          \"id\": 87,\n          \"label\": \"401\",\n          \"shortcode\": \"\",\n          \"description\": \"\",\n          \"nb_persons_max\": 1,\n          \"room_type_id\": 3,\n          \"rank\": 30,\n          \"stage\": \"\",\n          \"visible\": true,\n          \"show_in_stats\": true,\n          \"real\": true,\n          \"picture_url\": \"\",\n          \"pictures\": [\n            \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n          ],\n          \"created_at\": \"2025-10-02\",\n          \"deleted\": false,\n          \"deleted_at\": null,\n          \"icons\": [],\n          \"ex_door_id\": \"\",\n          \"state_id\": 2,\n          \"is_date\": false,\n          \"is_separator\": false,\n          \"room_type\": {\n            \"id\": 3,\n            \"label\": \"Chambre supérieure\",\n            \"shortcode\": null,\n            \"subject_to_pricing\": true,\n            \"nb_persons_min\": 1,\n            \"nb_persons_max\": 4,\n            \"public\": true,\n            \"color\": \"#38B764\",\n            \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n            \"rank\": 0,\n            \"deleted\": false,\n            \"cm_id\": null,\n            \"cm2_id\": null,\n            \"ical_url\": null\n          },\n          \"state\": null,\n          \"linked_room_id\": 85\n        },\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": {\n            \"id\": 1,\n            \"vat_rate\": 0,\n            \"deleted\": false\n          },\n          \"derived_from\": null\n        },\n        \"booking\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"rooming_customer\": null,\n        \"accommodations\": [\n          {\n            \"id\": 4018,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"01/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1181,\n              \"lastName\": \"Aurélien\",\n              \"firstName\": \"Vionnet\",\n              \"email\": \"a.vionnet@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Aurélien Vionnet\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-02-14T18:56:38+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-04-01T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 100,\n            \"priceExcludingTaxes\": 90.91,\n            \"taxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalTaxes\": 9.09,\n            \"amountIncludingTaxes\": 100,\n            \"amountExcludingTaxes\": 90.91,\n            \"amountTaxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalAmountTaxes\": 9.09,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 4017,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 4019,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"02/04\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 1181,\n              \"lastName\": \"Aurélien\",\n              \"firstName\": \"Vionnet\",\n              \"email\": \"a.vionnet@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Aurélien Vionnet\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-02-14T18:56:38+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-04-02T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 100,\n            \"priceExcludingTaxes\": 90.91,\n            \"taxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalTaxes\": 9.09,\n            \"amountIncludingTaxes\": 100,\n            \"amountExcludingTaxes\": 90.91,\n            \"amountTaxesByRates\": {\n              \"10.00\": 9.09\n            },\n            \"totalAmountTaxes\": 9.09,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 4017,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_accommodations\": 200,\n        \"extras\": [\n          {\n            \"id\": 11785,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_PURCHASE\",\n            \"label\": \"Parking\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 1,\n              \"label\": \"Catégorie modifiée par API\",\n              \"color\": \"#4068ad\"\n            },\n            \"article\": {\n              \"id\": 164,\n              \"label\": \"Parking\"\n            },\n            \"customer\": {\n              \"id\": 1181,\n              \"lastName\": \"Aurélien\",\n              \"firstName\": \"Vionnet\",\n              \"email\": \"a.vionnet@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Aurélien Vionnet\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": 0\n            },\n            \"orderId\": 492,\n            \"originOrderId\": 492,\n            \"originOrderLabel\": \"CDH294: 01/04/2026 - 03/04/2026\",\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-25T11:15:43+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-04-01T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 24,\n            \"priceExcludingTaxes\": 21.82,\n            \"taxesByRates\": {\n              \"10.00\": 2.18\n            },\n            \"totalTaxes\": 2.18,\n            \"amountIncludingTaxes\": 24,\n            \"amountExcludingTaxes\": 21.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 2.18\n            },\n            \"totalAmountTaxes\": 2.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": null,\n            \"groupId\": 4017,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"total_incl_taxes_extras\": 24,\n        \"tourist_tax\": {\n          \"id\": 4020,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_TAXE\",\n          \"label\": \"Taxe de séjour\",\n          \"description\": \"\",\n          \"quantity\": 4,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": null,\n          \"article\": null,\n          \"customer\": {\n            \"id\": 1181,\n            \"lastName\": \"Aurélien\",\n            \"firstName\": \"Vionnet\",\n            \"email\": \"a.vionnet@thais-soft.com\",\n            \"company\": null,\n            \"blackListed\": false,\n            \"name\": \"Aurélien Vionnet\",\n            \"languageId\": 1,\n            \"companyId\": null,\n            \"invoiceBalance\": 0\n          },\n          \"orderId\": 492,\n          \"originOrderId\": 492,\n          \"originOrderLabel\": \"CDH294: 01/04/2026 - 03/04/2026\",\n          \"invoiceId\": 413,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-02-14T18:56:38+01:00\",\n          \"updatedAt\": null,\n          \"consumedAt\": \"2026-04-03T00:00:00+02:00\",\n          \"priceIncludingTaxes\": 18,\n          \"priceExcludingTaxes\": 0,\n          \"taxesByRates\": [],\n          \"totalTaxes\": 0,\n          \"amountIncludingTaxes\": 18,\n          \"amountExcludingTaxes\": 0,\n          \"amountTaxesByRates\": [],\n          \"totalAmountTaxes\": 0,\n          \"childrenPurchases\": [\n            {\n              \"id\": 4021,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"01/04\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1181,\n                \"lastName\": \"Aurélien\",\n                \"firstName\": \"Vionnet\",\n                \"email\": \"a.vionnet@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"Aurélien Vionnet\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 413,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-02-14T18:56:38+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-01T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 9,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 9,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 4020,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            },\n            {\n              \"id\": 4022,\n              \"application\": \"HOTEL\",\n              \"type\": \"HOTEL_TAXE\",\n              \"label\": \"02/04\",\n              \"description\": \"\",\n              \"quantity\": 2,\n              \"discountRate\": 0,\n              \"offered\": false,\n              \"canceledAt\": null,\n              \"canceled\": false,\n              \"category\": null,\n              \"article\": null,\n              \"customer\": {\n                \"id\": 1181,\n                \"lastName\": \"Aurélien\",\n                \"firstName\": \"Vionnet\",\n                \"email\": \"a.vionnet@thais-soft.com\",\n                \"company\": null,\n                \"blackListed\": false,\n                \"name\": \"Aurélien Vionnet\",\n                \"languageId\": 1,\n                \"companyId\": null,\n                \"invoiceBalance\": 0\n              },\n              \"orderId\": null,\n              \"originOrderId\": null,\n              \"originOrderLabel\": null,\n              \"invoiceId\": 413,\n              \"invoiced\": true,\n              \"receiptId\": null,\n              \"onReceipt\": false,\n              \"transfered\": false,\n              \"locked\": true,\n              \"createdAt\": \"2026-02-14T18:56:38+01:00\",\n              \"updatedAt\": null,\n              \"consumedAt\": \"2026-04-02T00:00:00+02:00\",\n              \"priceIncludingTaxes\": 9,\n              \"priceExcludingTaxes\": 0,\n              \"taxesByRates\": [],\n              \"totalTaxes\": 0,\n              \"amountIncludingTaxes\": 9,\n              \"amountExcludingTaxes\": 0,\n              \"amountTaxesByRates\": [],\n              \"totalAmountTaxes\": 0,\n              \"childrenPurchases\": [],\n              \"parentPurchaseId\": 4020,\n              \"groupId\": null,\n              \"onCreditNote\": false,\n              \"onCanceledDocument\": false\n            }\n          ],\n          \"parentPurchaseId\": null,\n          \"groupId\": 4017,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      }\n    ],\n    \"promo_code\": null,\n    \"ebooking\": null,\n    \"transfers\": [],\n    \"total_transfers_incl_taxes\": 0,\n    \"insurances\": [],\n    \"total_insurance_incl_taxes\": 0,\n    \"total_incl_taxes\": 242,\n    \"total_invoiced_incl_taxes\": 18,\n    \"total_uninvoiced_incl_taxes\": 224,\n    \"total_deposits\": 0,\n    \"total_invoiced_deposits\": 0,\n    \"total_uninvoiced_deposits\": 0,\n    \"is_transfer_blocked\": false\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Recuperation d'une reservation",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/{{id}}",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "bookings",
                "{{id}}"
              ]
            },
            "description": "Lecture de l'ensemble des donnees d'une reservation en particulier."
          },
          "response": [
            {
              "name": "Detail d'une reservation",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/1",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "bookings",
                    "1"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 1,\n  \"reference\": \"CDH1\",\n  \"customer_id\": 746,\n  \"start_at\": \"2026-01-23\",\n  \"end_at\": \"2026-01-24\",\n  \"created_at\": \"2026-01-23T12:04:56+01:00\",\n  \"updated_at\": \"2026-03-20T12:02:03+01:00\",\n  \"start_time\": \"17:00\",\n  \"end_time\": \"12:00\",\n  \"comment\": \"toto\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\",\n  \"confirmed\": true,\n  \"in_statistics\": false,\n  \"deposit_amount\": 0,\n  \"is_in_ask_balance_mode\": true,\n  \"ask_balance_email_sended_at\": null,\n  \"has_cc_data\": false,\n  \"created_by_id\": 1,\n  \"canceled\": true,\n  \"canceled_at\": \"2026-02-20T10:34:49+01:00\",\n  \"has_pending_update\": false,\n  \"cancelable_by_customer\": false,\n  \"no_show\": true,\n  \"email_txt\": \"dfcxvcxcvcxvxcvxccxvxcv\\nxcvxcvxcv\",\n  \"source\": \"support\",\n  \"booking_origin_id\": 2,\n  \"booking_reason_id\": 6,\n  \"tourist_tax_auto\": true,\n  \"booking_group_id\": \"69739241b598a\",\n  \"group_code\": null,\n  \"resort_order_id\": 4,\n  \"crs_id\": null,\n  \"promo_code_id\": null,\n  \"has_valid_payline_token\": null,\n  \"customer\": {\n    \"id\": 746,\n    \"civility_id\": 1,\n    \"lastname\": \"Gorchon\",\n    \"firstname\": \"Jeanne\",\n    \"company\": \"Thais PMS\",\n    \"comment\": \"TEST SUPPORT\\n-----------------\\ntest\",\n    \"allergies\": \"Intolérance gluten\\n-----------------\\ntest\",\n    \"email\": \"support@thais-soft.com\",\n    \"phone\": \"+33750661935\",\n    \"cellphone\": \"+33750661935\",\n    \"postcode\": \"34000\",\n    \"city\": \"Castelneau\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"Maison\",\n    \"address2\": \"test\",\n    \"warning\": false,\n    \"unwanted\": false,\n    \"birthdate\": \"1899-11-30\",\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 11,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 4,\n    \"customer_company_id\": 1564,\n    \"satisfaction_rating\": 5,\n    \"contact_channel\": \"Email\",\n    \"deleted\": false,\n    \"updated_at\": \"2026-03-23T07:43:23+01:00\",\n    \"auto_email\": true,\n    \"gdpr_accepted_at\": \"2025-03-12 14:47:18\",\n    \"rgpd_commercial_agreement\": false,\n    \"vat_number\": \"xxx\",\n    \"vat_number_no_eu\": \"\",\n    \"siren\": \"\",\n    \"siret\": \"\",\n    \"civility\": {\n      \"id\": 1,\n      \"label\": \"M. ou Mme\",\n      \"deleted\": false\n    },\n    \"country\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\"\n    },\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 11,\n      \"label\": \"Non renseignés\",\n      \"deleted\": false\n    },\n    \"nationality\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\"\n    },\n    \"language\": {\n      \"id\": 1,\n      \"code\": \"fr\",\n      \"label\": \"Français\"\n    },\n    \"customer_origin\": {\n      \"id\": 4,\n      \"label\": \"TEST\",\n      \"deleted\": true\n    },\n    \"customer_company\": {\n      \"id\": 1564,\n      \"civility_id\": 2,\n      \"lastname\": \"Bonnet Entreprise\",\n      \"firstname\": \"\",\n      \"company\": \"Bonnet Entreprise\",\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"\",\n      \"city\": \"\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"\",\n      \"address2\": null,\n      \"warning\": false,\n      \"unwanted\": false,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": null,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-01-20T10:06:34+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"vat_number\": \"-\",\n      \"vat_number_no_eu\": null,\n      \"siren\": null,\n      \"siret\": null,\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 31,\n      \"invoice_balance\": null,\n      \"hotel_booking_count\": null\n    },\n    \"crm_completion\": 71,\n    \"invoice_balance\": 1292.92,\n    \"hotel_booking_count\": 2\n  },\n  \"booking_origin\": {\n    \"id\": 2,\n    \"label\": \"A renseigner (par défaut)\"\n  },\n  \"booking_reason\": {\n    \"id\": 6,\n    \"label\": \"Business\"\n  },\n  \"created_by\": null,\n  \"booking_rooms\": [\n    {\n      \"id\": 1,\n      \"booking_id\": 1,\n      \"room_id\": 4,\n      \"rate_id\": 1,\n      \"rooming_customer_id\": null,\n      \"state\": \"pending\",\n      \"rooming\": \"Jean Dupont\",\n      \"color\": \"#FF00FF\",\n      \"icons\": [\n        \"cloud\",\n        \"truck\"\n      ],\n      \"housekeeping\": true,\n      \"hk_comment\": null,\n      \"resto_lunch_time\": null,\n      \"resto_dinner_time\": null,\n      \"resto_comment\": null,\n      \"crs_id\": null,\n      \"room\": {\n        \"id\": 4,\n        \"label\": \"SUITE COMMUNICANTE\",\n        \"room_type_id\": 35,\n        \"room_type\": {\n          \"id\": 35,\n          \"label\": \"communicante.\"\n        }\n      },\n      \"rate\": {\n        \"id\": 1,\n        \"label\": \"Standard.\"\n      },\n      \"booking\": null,\n      \"nb_persons\": {\n        \"adults\": 2,\n        \"children\": 0,\n        \"infants\": 0\n      },\n      \"rooming_customer\": null,\n      \"accommodations\": [\n        {\n          \"id\": 12,\n          \"type\": \"HOTEL_RESERVATION\",\n          \"label\": \"23/01\",\n          \"description\": \"\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 0,\n            \"label\": \"Hébergement\",\n            \"color\": \"\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n          \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n          \"amountIncludingTaxes\": 200,\n          \"amountExcludingTaxes\": 181.82,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      ],\n      \"total_incl_taxes_accommodations\": 200,\n      \"extras\": [\n        {\n          \"id\": 11006,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T10:33:08+01:00\",\n          \"consumedAt\": \"2026-03-19T10:33:08+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11007,\n          \"type\": \"RESTAURANT_PURCHASE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T10:33:55+01:00\",\n          \"consumedAt\": \"2026-03-19T10:33:55+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 8.79,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11008,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T10:48:54+01:00\",\n          \"consumedAt\": \"2026-03-19T10:48:54+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11009,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T10:54:31+01:00\",\n          \"consumedAt\": \"2026-03-19T10:54:31+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11036,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T16:23:23+01:00\",\n          \"consumedAt\": \"2026-03-19T16:23:23+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11047,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T16:57:40+01:00\",\n          \"consumedAt\": \"2026-03-19T16:57:40+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11072,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T17:01:51+01:00\",\n          \"consumedAt\": \"2026-03-19T17:01:51+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11085,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T17:07:03+01:00\",\n          \"consumedAt\": \"2026-03-19T17:07:03+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11102,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T17:14:07+01:00\",\n          \"consumedAt\": \"2026-03-19T17:14:07+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11109,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T17:16:27+01:00\",\n          \"consumedAt\": \"2026-03-19T17:16:27+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11122,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T17:18:57+01:00\",\n          \"consumedAt\": \"2026-03-19T17:18:57+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11143,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T18:14:45+01:00\",\n          \"consumedAt\": \"2026-03-19T18:14:45+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11144,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T18:18:25+01:00\",\n          \"consumedAt\": \"2026-03-19T18:18:25+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11145,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T18:24:47+01:00\",\n          \"consumedAt\": \"2026-03-19T18:24:47+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11146,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T18:27:51+01:00\",\n          \"consumedAt\": \"2026-03-19T18:27:51+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11153,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T18:31:59+01:00\",\n          \"consumedAt\": \"2026-03-19T18:31:59+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11169,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T18:46:40+01:00\",\n          \"consumedAt\": \"2026-03-19T18:46:40+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11185,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T20:04:46+01:00\",\n          \"consumedAt\": \"2026-03-19T20:04:46+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11192,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T20:17:16+01:00\",\n          \"consumedAt\": \"2026-03-19T20:17:16+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11199,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T20:24:49+01:00\",\n          \"consumedAt\": \"2026-03-19T20:24:49+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11206,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T20:30:13+01:00\",\n          \"consumedAt\": \"2026-03-19T20:30:13+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11220,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T20:34:36+01:00\",\n          \"consumedAt\": \"2026-03-19T20:34:36+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11245,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T22:53:31+01:00\",\n          \"consumedAt\": \"2026-03-19T22:53:31+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11342,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-20T10:53:41+01:00\",\n          \"consumedAt\": \"2026-03-20T10:53:41+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11364,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-20T12:02:03+01:00\",\n          \"consumedAt\": \"2026-03-20T12:02:03+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      ],\n      \"total_incl_taxes_extras\": 263.7500000000001,\n      \"tourist_tax\": {\n        \"id\": 13,\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"canceledAt\": null,\n        \"category\": null,\n        \"article\": null,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"amountIncludingTaxes\": 4.96,\n        \"amountExcludingTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 14,\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"canceledAt\": null,\n            \"category\": null,\n            \"article\": null,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"amountIncludingTaxes\": 4.96,\n            \"amountExcludingTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    }\n  ],\n  \"promo_code\": null,\n  \"ebooking\": null,\n  \"transfers\": [\n    {\n      \"id\": 11007,\n      \"type\": \"RESTAURANT_PURCHASE\",\n      \"label\": \"EXTRA LIBRE API PARTNER\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"canceledAt\": null,\n      \"category\": {\n        \"id\": 23,\n        \"label\": \"Boisson chaude\",\n        \"color\": \"#26B38D\"\n      },\n      \"article\": null,\n      \"createdAt\": \"2026-03-19T10:33:55+01:00\",\n      \"consumedAt\": \"2026-03-19T10:33:55+01:00\",\n      \"amountIncludingTaxes\": 10.55,\n      \"amountExcludingTaxes\": 8.79,\n      \"childrenPurchases\": [],\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  ],\n  \"total_transfers_incl_taxes\": 10.55,\n  \"insurances\": [],\n  \"total_insurance_incl_taxes\": 0,\n  \"total_incl_taxes\": 468.71,\n  \"total_invoiced_incl_taxes\": 204.96,\n  \"total_uninvoiced_incl_taxes\": 263.75,\n  \"total_deposits\": 1446.46,\n  \"total_invoiced_deposits\": 246.46,\n  \"total_uninvoiced_deposits\": 1200,\n  \"is_transfer_blocked\": false\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Modifier le commentaire d'une reservation",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/{{booking_id}}/comment",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "bookings",
                "{{booking_id}}",
                "comment"
              ]
            },
            "description": "Modification du commentaire d'une reservation. S'il y a deja un commentaire, le commentaire est ajoute (append). Si vous renvoyez le commentaire initial en debut de commentaire, celui-ci sera ecrase.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"comment\": \"Commentaire ajoute via API\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Modifier le commentaire d'une reservation",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/1/comment",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "bookings",
                    "1",
                    "comment"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"comment\": \"Commentaire ajoute via API\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 1,\n  \"reference\": \"CDH1\",\n  \"customer_id\": 746,\n  \"start_at\": \"2026-01-23\",\n  \"end_at\": \"2026-01-24\",\n  \"created_at\": \"2026-01-23T12:04:56+01:00\",\n  \"updated_at\": \"2026-03-26T11:08:17+01:00\",\n  \"start_time\": \"17:00\",\n  \"end_time\": \"12:00\",\n  \"comment\": \"toto\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\",\n  \"confirmed\": true,\n  \"in_statistics\": false,\n  \"deposit_amount\": 0,\n  \"is_in_ask_balance_mode\": true,\n  \"ask_balance_email_sended_at\": null,\n  \"has_cc_data\": false,\n  \"created_by_id\": 1,\n  \"canceled\": true,\n  \"canceled_at\": \"2026-02-20T10:34:49+01:00\",\n  \"has_pending_update\": false,\n  \"cancelable_by_customer\": false,\n  \"no_show\": true,\n  \"email_txt\": \"dfcxvcxcvcxvxcvxccxvxcv\\nxcvxcvxcv\",\n  \"source\": \"support\",\n  \"booking_origin_id\": 2,\n  \"booking_reason_id\": 6,\n  \"tourist_tax_auto\": true,\n  \"booking_group_id\": \"69739241b598a\",\n  \"group_code\": null,\n  \"resort_order_id\": 4,\n  \"crs_id\": null,\n  \"promo_code_id\": null,\n  \"has_valid_payline_token\": null,\n  \"customer\": {\n    \"id\": 746,\n    \"civility_id\": 1,\n    \"lastname\": \"Gorchon\",\n    \"firstname\": \"Jeanne\",\n    \"company\": \"Thais PMS\",\n    \"comment\": \"TEST SUPPORT\\n-----------------\\ntest\",\n    \"allergies\": \"Intolérance gluten\\n-----------------\\ntest\",\n    \"email\": \"support@thais-soft.com\",\n    \"phone\": \"+33750661935\",\n    \"cellphone\": \"+33750661935\",\n    \"postcode\": \"34000\",\n    \"city\": \"Castelneau\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"Maison\",\n    \"address2\": \"test\",\n    \"warning\": false,\n    \"unwanted\": false,\n    \"birthdate\": \"1899-11-30\",\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 11,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 4,\n    \"customer_company_id\": 1564,\n    \"satisfaction_rating\": 5,\n    \"contact_channel\": \"Email\",\n    \"deleted\": false,\n    \"updated_at\": \"2026-03-23T07:43:23+01:00\",\n    \"auto_email\": true,\n    \"gdpr_accepted_at\": \"2025-03-12 14:47:18\",\n    \"rgpd_commercial_agreement\": false,\n    \"vat_number\": \"xxx\",\n    \"vat_number_no_eu\": \"\",\n    \"siren\": \"\",\n    \"siret\": \"\",\n    \"civility\": {\n      \"id\": 1,\n      \"label\": \"M. ou Mme\",\n      \"deleted\": false\n    },\n    \"country\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\"\n    },\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 11,\n      \"label\": \"Non renseignés\",\n      \"deleted\": false\n    },\n    \"nationality\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\"\n    },\n    \"language\": {\n      \"id\": 1,\n      \"code\": \"fr\",\n      \"label\": \"Français\"\n    },\n    \"customer_origin\": {\n      \"id\": 4,\n      \"label\": \"TEST\",\n      \"deleted\": true\n    },\n    \"customer_company\": {\n      \"id\": 1564,\n      \"civility_id\": 2,\n      \"lastname\": \"Bonnet Entreprise\",\n      \"firstname\": \"\",\n      \"company\": \"Bonnet Entreprise\",\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"\",\n      \"city\": \"\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"\",\n      \"address2\": null,\n      \"warning\": false,\n      \"unwanted\": false,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": null,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-01-20T10:06:34+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"vat_number\": \"-\",\n      \"vat_number_no_eu\": null,\n      \"siren\": null,\n      \"siret\": null,\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 31,\n      \"invoice_balance\": null,\n      \"hotel_booking_count\": null\n    },\n    \"crm_completion\": 71,\n    \"invoice_balance\": 1292.92,\n    \"hotel_booking_count\": 2\n  },\n  \"booking_origin\": {\n    \"id\": 2,\n    \"label\": \"A renseigner (par défaut)\"\n  },\n  \"booking_reason\": {\n    \"id\": 6,\n    \"label\": \"Business\"\n  },\n  \"created_by\": null,\n  \"booking_rooms\": [\n    {\n      \"id\": 1,\n      \"booking_id\": 1,\n      \"room_id\": 4,\n      \"rate_id\": 1,\n      \"rooming_customer_id\": null,\n      \"state\": \"pending\",\n      \"rooming\": \"Jean Dupont\",\n      \"color\": \"#FF00FF\",\n      \"icons\": [\n        \"cloud\",\n        \"truck\"\n      ],\n      \"housekeeping\": true,\n      \"hk_comment\": null,\n      \"resto_lunch_time\": null,\n      \"resto_dinner_time\": null,\n      \"resto_comment\": null,\n      \"crs_id\": null,\n      \"room\": {\n        \"id\": 4,\n        \"label\": \"SUITE COMMUNICANTE\",\n        \"room_type_id\": 35,\n        \"room_type\": {\n          \"id\": 35,\n          \"label\": \"communicante.\"\n        }\n      },\n      \"rate\": {\n        \"id\": 1,\n        \"label\": \"Standard.\"\n      },\n      \"booking\": null,\n      \"nb_persons\": {\n        \"adults\": 2,\n        \"children\": 0,\n        \"infants\": 0\n      },\n      \"rooming_customer\": null,\n      \"accommodations\": [\n        {\n          \"id\": 12,\n          \"type\": \"HOTEL_RESERVATION\",\n          \"label\": \"23/01\",\n          \"description\": \"\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 0,\n            \"label\": \"Hébergement\",\n            \"color\": \"\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n          \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n          \"amountIncludingTaxes\": 200,\n          \"amountExcludingTaxes\": 181.82,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      ],\n      \"total_incl_taxes_accommodations\": 200,\n      \"extras\": [\n        {\n          \"id\": 11006,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T10:33:08+01:00\",\n          \"consumedAt\": \"2026-03-19T10:33:08+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11007,\n          \"type\": \"RESTAURANT_PURCHASE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T10:33:55+01:00\",\n          \"consumedAt\": \"2026-03-19T10:33:55+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 8.79,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11008,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T10:48:54+01:00\",\n          \"consumedAt\": \"2026-03-19T10:48:54+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11009,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T10:54:31+01:00\",\n          \"consumedAt\": \"2026-03-19T10:54:31+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11036,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T16:23:23+01:00\",\n          \"consumedAt\": \"2026-03-19T16:23:23+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11047,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T16:57:40+01:00\",\n          \"consumedAt\": \"2026-03-19T16:57:40+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11072,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T17:01:51+01:00\",\n          \"consumedAt\": \"2026-03-19T17:01:51+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11085,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T17:07:03+01:00\",\n          \"consumedAt\": \"2026-03-19T17:07:03+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11102,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T17:14:07+01:00\",\n          \"consumedAt\": \"2026-03-19T17:14:07+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11109,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T17:16:27+01:00\",\n          \"consumedAt\": \"2026-03-19T17:16:27+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11122,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T17:18:57+01:00\",\n          \"consumedAt\": \"2026-03-19T17:18:57+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11143,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T18:14:45+01:00\",\n          \"consumedAt\": \"2026-03-19T18:14:45+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11144,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T18:18:25+01:00\",\n          \"consumedAt\": \"2026-03-19T18:18:25+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11145,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T18:24:47+01:00\",\n          \"consumedAt\": \"2026-03-19T18:24:47+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11146,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T18:27:51+01:00\",\n          \"consumedAt\": \"2026-03-19T18:27:51+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11153,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T18:31:59+01:00\",\n          \"consumedAt\": \"2026-03-19T18:31:59+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11169,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T18:46:40+01:00\",\n          \"consumedAt\": \"2026-03-19T18:46:40+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11185,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T20:04:46+01:00\",\n          \"consumedAt\": \"2026-03-19T20:04:46+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11192,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T20:17:16+01:00\",\n          \"consumedAt\": \"2026-03-19T20:17:16+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11199,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T20:24:49+01:00\",\n          \"consumedAt\": \"2026-03-19T20:24:49+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11206,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T20:30:13+01:00\",\n          \"consumedAt\": \"2026-03-19T20:30:13+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11220,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T20:34:36+01:00\",\n          \"consumedAt\": \"2026-03-19T20:34:36+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11245,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T22:53:31+01:00\",\n          \"consumedAt\": \"2026-03-19T22:53:31+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11342,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-20T10:53:41+01:00\",\n          \"consumedAt\": \"2026-03-20T10:53:41+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11364,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-20T12:02:03+01:00\",\n          \"consumedAt\": \"2026-03-20T12:02:03+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      ],\n      \"total_incl_taxes_extras\": 263.7500000000001,\n      \"tourist_tax\": {\n        \"id\": 13,\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"canceledAt\": null,\n        \"category\": null,\n        \"article\": null,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"amountIncludingTaxes\": 4.96,\n        \"amountExcludingTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 14,\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"canceledAt\": null,\n            \"category\": null,\n            \"article\": null,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"amountIncludingTaxes\": 4.96,\n            \"amountExcludingTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    }\n  ],\n  \"promo_code\": null,\n  \"ebooking\": null,\n  \"transfers\": [\n    {\n      \"id\": 11007,\n      \"type\": \"RESTAURANT_PURCHASE\",\n      \"label\": \"EXTRA LIBRE API PARTNER\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"canceledAt\": null,\n      \"category\": {\n        \"id\": 23,\n        \"label\": \"Boisson chaude\",\n        \"color\": \"#26B38D\"\n      },\n      \"article\": null,\n      \"createdAt\": \"2026-03-19T10:33:55+01:00\",\n      \"consumedAt\": \"2026-03-19T10:33:55+01:00\",\n      \"amountIncludingTaxes\": 10.55,\n      \"amountExcludingTaxes\": 8.79,\n      \"childrenPurchases\": [],\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  ],\n  \"total_transfers_incl_taxes\": 10.55,\n  \"insurances\": [],\n  \"total_insurance_incl_taxes\": 0,\n  \"total_incl_taxes\": 468.71,\n  \"total_invoiced_incl_taxes\": 204.96,\n  \"total_uninvoiced_incl_taxes\": 263.75,\n  \"total_deposits\": 1446.46,\n  \"total_invoiced_deposits\": 246.46,\n  \"total_uninvoiced_deposits\": 1200,\n  \"is_transfer_blocked\": false\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Modifier les heures d'arrivee et de depart d'une reservation",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/{{booking_id}}/times",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "bookings",
                "{{booking_id}}",
                "times"
              ]
            },
            "description": "Modification des heures d'arrivee et de depart de la reservation. Le format accepte est H:i (exemple: 17:45).",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"arrival_time\": \"17:00\",\n  \"departure_time\": \"12:00\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Modifier les heures d'une reservation",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/1/times",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "bookings",
                    "1",
                    "times"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"arrival_time\": \"17:00\",\n  \"departure_time\": \"12:00\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 1,\n  \"reference\": \"CDH1\",\n  \"customer_id\": 746,\n  \"start_at\": \"2026-01-23\",\n  \"end_at\": \"2026-01-24\",\n  \"created_at\": \"2026-01-23T12:04:56+01:00\",\n  \"updated_at\": \"2026-03-26T11:08:22+01:00\",\n  \"start_time\": \"17:00\",\n  \"end_time\": \"12:00\",\n  \"comment\": \"toto\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\",\n  \"confirmed\": true,\n  \"in_statistics\": false,\n  \"deposit_amount\": 0,\n  \"is_in_ask_balance_mode\": true,\n  \"ask_balance_email_sended_at\": null,\n  \"has_cc_data\": false,\n  \"created_by_id\": 1,\n  \"canceled\": true,\n  \"canceled_at\": \"2026-02-20T10:34:49+01:00\",\n  \"has_pending_update\": false,\n  \"cancelable_by_customer\": false,\n  \"no_show\": true,\n  \"email_txt\": \"dfcxvcxcvcxvxcvxccxvxcv\\nxcvxcvxcv\",\n  \"source\": \"support\",\n  \"booking_origin_id\": 2,\n  \"booking_reason_id\": 6,\n  \"tourist_tax_auto\": true,\n  \"booking_group_id\": \"69739241b598a\",\n  \"group_code\": null,\n  \"resort_order_id\": 4,\n  \"crs_id\": null,\n  \"promo_code_id\": null,\n  \"has_valid_payline_token\": null,\n  \"customer\": {\n    \"id\": 746,\n    \"civility_id\": 1,\n    \"lastname\": \"Gorchon\",\n    \"firstname\": \"Jeanne\",\n    \"company\": \"Thais PMS\",\n    \"comment\": \"TEST SUPPORT\\n-----------------\\ntest\",\n    \"allergies\": \"Intolérance gluten\\n-----------------\\ntest\",\n    \"email\": \"support@thais-soft.com\",\n    \"phone\": \"+33750661935\",\n    \"cellphone\": \"+33750661935\",\n    \"postcode\": \"34000\",\n    \"city\": \"Castelneau\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"Maison\",\n    \"address2\": \"test\",\n    \"warning\": false,\n    \"unwanted\": false,\n    \"birthdate\": \"1899-11-30\",\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 11,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 4,\n    \"customer_company_id\": 1564,\n    \"satisfaction_rating\": 5,\n    \"contact_channel\": \"Email\",\n    \"deleted\": false,\n    \"updated_at\": \"2026-03-23T07:43:23+01:00\",\n    \"auto_email\": true,\n    \"gdpr_accepted_at\": \"2025-03-12 14:47:18\",\n    \"rgpd_commercial_agreement\": false,\n    \"vat_number\": \"xxx\",\n    \"vat_number_no_eu\": \"\",\n    \"siren\": \"\",\n    \"siret\": \"\",\n    \"civility\": {\n      \"id\": 1,\n      \"label\": \"M. ou Mme\",\n      \"deleted\": false\n    },\n    \"country\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\"\n    },\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 11,\n      \"label\": \"Non renseignés\",\n      \"deleted\": false\n    },\n    \"nationality\": {\n      \"id\": 79,\n      \"label\": \"FRANCE\",\n      \"iso2\": \"FR\",\n      \"iso3\": \"FRA\"\n    },\n    \"language\": {\n      \"id\": 1,\n      \"code\": \"fr\",\n      \"label\": \"Français\"\n    },\n    \"customer_origin\": {\n      \"id\": 4,\n      \"label\": \"TEST\",\n      \"deleted\": true\n    },\n    \"customer_company\": {\n      \"id\": 1564,\n      \"civility_id\": 2,\n      \"lastname\": \"Bonnet Entreprise\",\n      \"firstname\": \"\",\n      \"company\": \"Bonnet Entreprise\",\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"\",\n      \"city\": \"\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"\",\n      \"address2\": null,\n      \"warning\": false,\n      \"unwanted\": false,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": null,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-01-20T10:06:34+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"vat_number\": \"-\",\n      \"vat_number_no_eu\": null,\n      \"siren\": null,\n      \"siret\": null,\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 31,\n      \"invoice_balance\": null,\n      \"hotel_booking_count\": null\n    },\n    \"crm_completion\": 71,\n    \"invoice_balance\": 1292.92,\n    \"hotel_booking_count\": 2\n  },\n  \"booking_origin\": {\n    \"id\": 2,\n    \"label\": \"A renseigner (par défaut)\"\n  },\n  \"booking_reason\": {\n    \"id\": 6,\n    \"label\": \"Business\"\n  },\n  \"created_by\": null,\n  \"booking_rooms\": [\n    {\n      \"id\": 1,\n      \"booking_id\": 1,\n      \"room_id\": 4,\n      \"rate_id\": 1,\n      \"rooming_customer_id\": null,\n      \"state\": \"pending\",\n      \"rooming\": \"Jean Dupont\",\n      \"color\": \"#FF00FF\",\n      \"icons\": [\n        \"cloud\",\n        \"truck\"\n      ],\n      \"housekeeping\": true,\n      \"hk_comment\": null,\n      \"resto_lunch_time\": null,\n      \"resto_dinner_time\": null,\n      \"resto_comment\": null,\n      \"crs_id\": null,\n      \"room\": {\n        \"id\": 4,\n        \"label\": \"SUITE COMMUNICANTE\",\n        \"room_type_id\": 35,\n        \"room_type\": {\n          \"id\": 35,\n          \"label\": \"communicante.\"\n        }\n      },\n      \"rate\": {\n        \"id\": 1,\n        \"label\": \"Standard.\"\n      },\n      \"booking\": null,\n      \"nb_persons\": {\n        \"adults\": 2,\n        \"children\": 0,\n        \"infants\": 0\n      },\n      \"rooming_customer\": null,\n      \"accommodations\": [\n        {\n          \"id\": 12,\n          \"type\": \"HOTEL_RESERVATION\",\n          \"label\": \"23/01\",\n          \"description\": \"\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 0,\n            \"label\": \"Hébergement\",\n            \"color\": \"\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n          \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n          \"amountIncludingTaxes\": 200,\n          \"amountExcludingTaxes\": 181.82,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      ],\n      \"total_incl_taxes_accommodations\": 200,\n      \"extras\": [\n        {\n          \"id\": 11006,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T10:33:08+01:00\",\n          \"consumedAt\": \"2026-03-19T10:33:08+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11007,\n          \"type\": \"RESTAURANT_PURCHASE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T10:33:55+01:00\",\n          \"consumedAt\": \"2026-03-19T10:33:55+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 8.79,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11008,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T10:48:54+01:00\",\n          \"consumedAt\": \"2026-03-19T10:48:54+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11009,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T10:54:31+01:00\",\n          \"consumedAt\": \"2026-03-19T10:54:31+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11036,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T16:23:23+01:00\",\n          \"consumedAt\": \"2026-03-19T16:23:23+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11047,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T16:57:40+01:00\",\n          \"consumedAt\": \"2026-03-19T16:57:40+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11072,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T17:01:51+01:00\",\n          \"consumedAt\": \"2026-03-19T17:01:51+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11085,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T17:07:03+01:00\",\n          \"consumedAt\": \"2026-03-19T17:07:03+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11102,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T17:14:07+01:00\",\n          \"consumedAt\": \"2026-03-19T17:14:07+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11109,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T17:16:27+01:00\",\n          \"consumedAt\": \"2026-03-19T17:16:27+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11122,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T17:18:57+01:00\",\n          \"consumedAt\": \"2026-03-19T17:18:57+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11143,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T18:14:45+01:00\",\n          \"consumedAt\": \"2026-03-19T18:14:45+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11144,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T18:18:25+01:00\",\n          \"consumedAt\": \"2026-03-19T18:18:25+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11145,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T18:24:47+01:00\",\n          \"consumedAt\": \"2026-03-19T18:24:47+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11146,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T18:27:51+01:00\",\n          \"consumedAt\": \"2026-03-19T18:27:51+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11153,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T18:31:59+01:00\",\n          \"consumedAt\": \"2026-03-19T18:31:59+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11169,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T18:46:40+01:00\",\n          \"consumedAt\": \"2026-03-19T18:46:40+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11185,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T20:04:46+01:00\",\n          \"consumedAt\": \"2026-03-19T20:04:46+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11192,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T20:17:16+01:00\",\n          \"consumedAt\": \"2026-03-19T20:17:16+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11199,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T20:24:49+01:00\",\n          \"consumedAt\": \"2026-03-19T20:24:49+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11206,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T20:30:13+01:00\",\n          \"consumedAt\": \"2026-03-19T20:30:13+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11220,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T20:34:36+01:00\",\n          \"consumedAt\": \"2026-03-19T20:34:36+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11245,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-19T22:53:31+01:00\",\n          \"consumedAt\": \"2026-03-19T22:53:31+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11342,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-20T10:53:41+01:00\",\n          \"consumedAt\": \"2026-03-20T10:53:41+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        },\n        {\n          \"id\": 11364,\n          \"type\": \"HOTEL_PURCHASE_FREE\",\n          \"label\": \"EXTRA LIBRE API PARTNER\",\n          \"description\": \"test\",\n          \"quantity\": 1,\n          \"canceledAt\": null,\n          \"category\": {\n            \"id\": 23,\n            \"label\": \"Boisson chaude\",\n            \"color\": \"#26B38D\"\n          },\n          \"article\": null,\n          \"createdAt\": \"2026-03-20T12:02:03+01:00\",\n          \"consumedAt\": \"2026-03-20T12:02:03+01:00\",\n          \"amountIncludingTaxes\": 10.55,\n          \"amountExcludingTaxes\": 10,\n          \"childrenPurchases\": [],\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      ],\n      \"total_incl_taxes_extras\": 263.7500000000001,\n      \"tourist_tax\": {\n        \"id\": 13,\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"canceledAt\": null,\n        \"category\": null,\n        \"article\": null,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"amountIncludingTaxes\": 4.96,\n        \"amountExcludingTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 14,\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"canceledAt\": null,\n            \"category\": null,\n            \"article\": null,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"amountIncludingTaxes\": 4.96,\n            \"amountExcludingTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    }\n  ],\n  \"promo_code\": null,\n  \"ebooking\": null,\n  \"transfers\": [\n    {\n      \"id\": 11007,\n      \"type\": \"RESTAURANT_PURCHASE\",\n      \"label\": \"EXTRA LIBRE API PARTNER\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"canceledAt\": null,\n      \"category\": {\n        \"id\": 23,\n        \"label\": \"Boisson chaude\",\n        \"color\": \"#26B38D\"\n      },\n      \"article\": null,\n      \"createdAt\": \"2026-03-19T10:33:55+01:00\",\n      \"consumedAt\": \"2026-03-19T10:33:55+01:00\",\n      \"amountIncludingTaxes\": 10.55,\n      \"amountExcludingTaxes\": 8.79,\n      \"childrenPurchases\": [],\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  ],\n  \"total_transfers_incl_taxes\": 10.55,\n  \"insurances\": [],\n  \"total_insurance_incl_taxes\": 0,\n  \"total_incl_taxes\": 468.71,\n  \"total_invoiced_incl_taxes\": 204.96,\n  \"total_uninvoiced_incl_taxes\": 263.75,\n  \"total_deposits\": 1446.46,\n  \"total_invoiced_deposits\": 246.46,\n  \"total_uninvoiced_deposits\": 1200,\n  \"is_transfer_blocked\": false\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Confirmer la reservation",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/{{booking_id}}/confirmation",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "bookings",
                "{{booking_id}}",
                "confirmation"
              ]
            },
            "description": "Confirmation ou infirmation d'une reservation.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"confirmed\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Confirmer une reservation",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/1/confirmation",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "bookings",
                    "1",
                    "confirmation"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"confirmed\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 1,\n  \"reference\": \"CDH1\",\n  \"customer_id\": 746,\n  \"start_at\": \"2026-01-23\",\n  \"end_at\": \"2026-01-24\",\n  \"created_at\": \"2026-01-23T12:04:56+01:00\",\n  \"updated_at\": \"2026-03-26T11:08:27+01:00\",\n  \"start_time\": \"17:00\",\n  \"end_time\": \"12:00\",\n  \"comment\": \"toto\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\",\n  \"confirmed\": true,\n  \"in_statistics\": false,\n  \"deposit_amount\": 0,\n  \"is_in_ask_balance_mode\": true,\n  \"ask_balance_email_sended_at\": null,\n  \"has_cc_data\": false,\n  \"dispatch\": 0,\n  \"created_by_id\": 1,\n  \"canceled\": true,\n  \"canceled_at\": \"2026-02-20T10:34:49+01:00\",\n  \"has_pending_update\": false,\n  \"cancelable_by_customer\": false,\n  \"no_show\": true,\n  \"email_txt\": \"dfcxvcxcvcxvxcvxccxvxcv\\nxcvxcvxcv\",\n  \"source\": \"support\",\n  \"booking_origin_id\": 2,\n  \"booking_reason_id\": 6,\n  \"tourist_tax_auto\": true,\n  \"booking_group_id\": \"69739241b598a\",\n  \"group_code\": null,\n  \"resort_order_id\": 4,\n  \"crs_id\": null,\n  \"promo_code_id\": null,\n  \"has_valid_payline_token\": false,\n  \"resort_order\": {\n    \"id\": 4,\n    \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n    \"label\": \"CDH1: 23/01/2026 - 24/01/2026\",\n    \"externalReference\": null,\n    \"isTransferBlocked\": false,\n    \"isPaid\": false,\n    \"totalExcludingTaxes\": 430.61,\n    \"totalIncludingTaxes\": 468.71,\n    \"totalOutstandingDeposits\": 1200,\n    \"totalOutstandingIncludingTaxes\": 263.75,\n    \"deposits\": [\n      {\n        \"id\": 591,\n        \"createdAt\": \"2026-02-20T00:27:06+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 592,\n        \"createdAt\": \"2026-02-20T00:29:18+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1213,\n        \"createdAt\": \"2026-03-19T10:32:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1214,\n        \"createdAt\": \"2026-03-19T10:48:47+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1215,\n        \"createdAt\": \"2026-03-19T10:54:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1221,\n        \"createdAt\": \"2026-03-19T16:23:17+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1224,\n        \"createdAt\": \"2026-03-19T16:57:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1225,\n        \"createdAt\": \"2026-03-19T17:01:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1226,\n        \"createdAt\": \"2026-03-19T17:06:57+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1227,\n        \"createdAt\": \"2026-03-19T17:14:01+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1228,\n        \"createdAt\": \"2026-03-19T17:16:21+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1229,\n        \"createdAt\": \"2026-03-19T17:18:50+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1230,\n        \"createdAt\": \"2026-03-19T18:14:39+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1231,\n        \"createdAt\": \"2026-03-19T18:18:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1232,\n        \"createdAt\": \"2026-03-19T18:24:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1233,\n        \"createdAt\": \"2026-03-19T18:27:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1234,\n        \"createdAt\": \"2026-03-19T18:31:52+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1235,\n        \"createdAt\": \"2026-03-19T18:46:33+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1236,\n        \"createdAt\": \"2026-03-19T20:04:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1237,\n        \"createdAt\": \"2026-03-19T20:17:09+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1238,\n        \"createdAt\": \"2026-03-19T20:24:42+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1239,\n        \"createdAt\": \"2026-03-19T20:30:07+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1240,\n        \"createdAt\": \"2026-03-19T20:34:29+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1241,\n        \"createdAt\": \"2026-03-19T22:53:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1249,\n        \"createdAt\": \"2026-03-20T10:53:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1253,\n        \"createdAt\": \"2026-03-20T12:01:56+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      }\n    ],\n    \"originDeposits\": [\n      {\n        \"id\": 591,\n        \"createdAt\": \"2026-02-20T00:27:06+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 592,\n        \"createdAt\": \"2026-02-20T00:29:18+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1213,\n        \"createdAt\": \"2026-03-19T10:32:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1214,\n        \"createdAt\": \"2026-03-19T10:48:47+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1215,\n        \"createdAt\": \"2026-03-19T10:54:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1221,\n        \"createdAt\": \"2026-03-19T16:23:17+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1224,\n        \"createdAt\": \"2026-03-19T16:57:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1225,\n        \"createdAt\": \"2026-03-19T17:01:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1226,\n        \"createdAt\": \"2026-03-19T17:06:57+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1227,\n        \"createdAt\": \"2026-03-19T17:14:01+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1228,\n        \"createdAt\": \"2026-03-19T17:16:21+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1229,\n        \"createdAt\": \"2026-03-19T17:18:50+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1230,\n        \"createdAt\": \"2026-03-19T18:14:39+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1231,\n        \"createdAt\": \"2026-03-19T18:18:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1232,\n        \"createdAt\": \"2026-03-19T18:24:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1233,\n        \"createdAt\": \"2026-03-19T18:27:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1234,\n        \"createdAt\": \"2026-03-19T18:31:52+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1235,\n        \"createdAt\": \"2026-03-19T18:46:33+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1236,\n        \"createdAt\": \"2026-03-19T20:04:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1237,\n        \"createdAt\": \"2026-03-19T20:17:09+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1238,\n        \"createdAt\": \"2026-03-19T20:24:42+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1239,\n        \"createdAt\": \"2026-03-19T20:30:07+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1240,\n        \"createdAt\": \"2026-03-19T20:34:29+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1241,\n        \"createdAt\": \"2026-03-19T22:53:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1249,\n        \"createdAt\": \"2026-03-20T10:53:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1253,\n        \"createdAt\": \"2026-03-20T12:01:56+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      }\n    ],\n    \"invoices\": [\n      {\n        \"id\": 3,\n        \"reference\": \"F0000000003\",\n        \"externalReference\": null,\n        \"createdAt\": \"2026-01-23T14:14:39+01:00\",\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"totalIncludingTaxes\": 204.96,\n        \"totalExcludingTaxes\": 181.82,\n        \"balance\": 0,\n        \"paid\": true,\n        \"creditNote\": false,\n        \"canceled\": false,\n        \"isCancelable\": true,\n        \"payments\": [\n          {\n            \"id\": 697,\n            \"createdAt\": \"2026-02-26T14:47:40+01:00\",\n            \"accountedAt\": null,\n            \"canceled\": false,\n            \"canceledPaymentId\": null,\n            \"cancelable\": true,\n            \"amount\": 204.96,\n            \"comment\": null,\n            \"paylineTransactionId\": null,\n            \"reference\": null,\n            \"lettering\": false,\n            \"treated\": false,\n            \"hasReminder\": false,\n            \"typeId\": 2,\n            \"typeLabel\": \"CB\",\n            \"invoiced\": true,\n            \"onReceipt\": false,\n            \"createdById\": 1,\n            \"deskId\": 1,\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"giftCardId\": null,\n            \"giftCard\": null,\n            \"isForGiftCardPayment\": false,\n            \"isByGiftCardPayment\": false,\n            \"updatable\": false\n          }\n        ]\n      }\n    ],\n    \"receipts\": [],\n    \"purchases\": [\n      {\n        \"id\": 11,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_RESERVATION\",\n        \"label\": \"Suite (201)\",\n        \"description\": \"Standard.\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 0,\n          \"label\": \"Hébergement\",\n          \"color\": \"\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 200,\n        \"priceExcludingTaxes\": 181.82,\n        \"taxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalTaxes\": 18.18,\n        \"amountIncludingTaxes\": 200,\n        \"amountExcludingTaxes\": 181.82,\n        \"amountTaxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalAmountTaxes\": 18.18,\n        \"childrenPurchases\": [\n          {\n            \"id\": 12,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": null,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 13,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": null,\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 4.96,\n        \"priceExcludingTaxes\": 0,\n        \"taxesByRates\": [],\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 4.96,\n        \"amountExcludingTaxes\": 0,\n        \"amountTaxesByRates\": [],\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 14,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 4.96,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 4.96,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 13,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11006,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:33:08+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:33:08+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11007,\n        \"application\": \"RESTAURANT\",\n        \"type\": \"RESTAURANT_PURCHASE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 1208,\n        \"originOrderLabel\": \"Transfert API test\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": true,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:33:55+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:33:55+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 8.79,\n        \"taxesByRates\": {\n          \"20.00\": 1.76\n        },\n        \"totalTaxes\": 1.76,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 8.79,\n        \"amountTaxesByRates\": {\n          \"20.00\": 1.76\n        },\n        \"totalAmountTaxes\": 1.76,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11008,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:48:54+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:48:54+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11009,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:54:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:54:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11036,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:23:23+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:23:23+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11047,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:57:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:57:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11072,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:01:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:01:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11085,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:07:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:07:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11102,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:14:07+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:14:07+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11109,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:16:27+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:16:27+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11122,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:18:57+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:18:57+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11143,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:14:45+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:14:45+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11144,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:18:25+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:18:25+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11145,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:24:47+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:24:47+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11146,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:27:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:27:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11153,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:31:59+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:31:59+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11169,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:46:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:46:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11185,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:04:46+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:04:46+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11192,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:17:16+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:17:16+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11199,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:24:49+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:24:49+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11206,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:30:13+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:30:13+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11220,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:34:36+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:34:36+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11245,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T22:53:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T22:53:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11342,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T10:53:41+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T10:53:41+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11364,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T12:02:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T12:02:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    ],\n    \"originPurchases\": [\n      {\n        \"id\": 11,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_RESERVATION\",\n        \"label\": \"Suite (201)\",\n        \"description\": \"Standard.\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 0,\n          \"label\": \"Hébergement\",\n          \"color\": \"\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 200,\n        \"priceExcludingTaxes\": 181.82,\n        \"taxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalTaxes\": 18.18,\n        \"amountIncludingTaxes\": 200,\n        \"amountExcludingTaxes\": 181.82,\n        \"amountTaxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalAmountTaxes\": 18.18,\n        \"childrenPurchases\": [\n          {\n            \"id\": 12,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": null,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 13,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": null,\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 4.96,\n        \"priceExcludingTaxes\": 0,\n        \"taxesByRates\": [],\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 4.96,\n        \"amountExcludingTaxes\": 0,\n        \"amountTaxesByRates\": [],\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 14,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 4.96,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 4.96,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 13,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11006,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:33:08+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:33:08+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11008,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:48:54+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:48:54+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11009,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:54:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:54:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11036,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:23:23+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:23:23+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11047,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:57:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:57:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11072,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:01:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:01:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11085,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:07:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:07:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11102,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:14:07+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:14:07+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11109,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:16:27+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:16:27+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11122,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:18:57+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:18:57+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11143,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:14:45+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:14:45+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11144,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:18:25+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:18:25+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11145,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:24:47+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:24:47+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11146,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:27:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:27:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11153,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:31:59+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:31:59+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11169,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:46:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:46:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11185,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:04:46+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:04:46+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11192,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:17:16+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:17:16+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11199,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:24:49+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:24:49+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11206,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:30:13+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:30:13+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11220,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:34:36+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:34:36+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11245,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T22:53:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T22:53:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11342,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T10:53:41+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T10:53:41+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11364,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T12:02:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T12:02:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    ]\n  },\n  \"customer\": {\n    \"id\": 746,\n    \"civility_id\": 1,\n    \"lastname\": \"Gorchon\",\n    \"firstname\": \"Jeanne\",\n    \"company\": \"Thais PMS\",\n    \"comment\": \"TEST SUPPORT\\n-----------------\\ntest\",\n    \"allergies\": \"Intolérance gluten\\n-----------------\\ntest\",\n    \"email\": \"support@thais-soft.com\",\n    \"phone\": \"+33750661935\",\n    \"cellphone\": \"+33750661935\",\n    \"postcode\": \"34000\",\n    \"city\": \"Castelneau\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"Maison\",\n    \"address2\": \"test\",\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": null,\n    \"birthdate\": \"1899-11-30\",\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 11,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 4,\n    \"customer_company_id\": 1564,\n    \"satisfaction_rating\": 5,\n    \"contact_channel\": \"Email\",\n    \"deleted\": false,\n    \"updated_at\": \"2026-03-23T07:43:23+01:00\",\n    \"auto_email\": true,\n    \"gdpr_accepted_at\": \"2025-03-12 14:47:18\",\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgQAAACKCAYAAADVJ1IXAAAAAXNSR0IArs4c6QAAFtxJREFUeF7tnU/IfkUVx49g4SJQwaCFUFGR0CIXLX4Lo4SgoqAWumphgqta5ELJoLB2hUK6bCElbQqEcFVBYJJRQX9cZLgQTHThwoWQkIvAnq/eY8fp/pn7PPfPzNzPhZ/v6/vcO/fMZ+a5850zZ869yjggAAEIQAACEDg8gasOTwAAEIAABCAAAQgYgoBOAAEIQAACEIAAgoA+AAEIQAACEICAIQjoBBCAAAQgAAEIIAjoAxCAAAQgAAEIGIKATgABCEAAAhCAAIKAPgABCEAAAhCAgAiwy4B+AAEIQAACEIAAgoA+AAEIQAACEIAAHgL6AAQgAAEIQAACLBnQByAAAQhAAAIQIIaAPgABCEAAAhCAwJsECCqkI0AAAhCAAAQggCCgD6xG4ANmdpuZ3WBmv+ruor/pX3q8ZmY3mdldq1lDwRCAAAQgMEoADwEdZGkCXzWzT5mZfs49njSzT8+9iPMhAAEIQOByAgiCyxlSwluD+B3dYN7nAchlhCDIJcV5EIAABBYmgCBYGOjBitPg/+OZs/p/mtmjHSf9rn+fMLMvziznYKipLgQgAIF1CSAI1uXbculaEpAYyDleNrMfnU78bs7JnAMBCEAAAtsTQBBsz7zWO8oboKUB/dTyQM7SwJ2n835Sa4Wxe5CAt336UxfI4+M//XdQQgACFRBAEFTQSDubqIe+vAH3Z9ihwV9xAL8NA0PGZZyyI4F054f+XwO5ft7c2XVt9/9Du0TGzPdlIf1U34hiAcGwY8NzawikBBAE9Ik+AreY2T1mpoFgKupfIuB7CIBiO5LP4n3Xh3aAnDOwr1XBV83s6URIIhTWok25EBghgCCge0QCWuOfWg7Q7F8zPfccQLAsAnFpR4P/lKBz61NXv8p5xcze1Q3Y8byhATsuIbw/LCvl2uD38D4msYk4KKt/YU3DBBAEDTfujKpN7RbwnQEEBc6AutGp8uZ85hTgqQF4KPeDu+3dZe9LOlsNtlEo6HcJFR0SCtd1/4ZwyVbFomxl60bNxm0gUB4BBEF5bbKHRU/0zCTlyn38ZIxEAA/jPVpl+J7uBVBcRxrcGQd/Dab6V/ohYaB/Y8sZBKiW3orYVz0BBEH1TXhxBX5nZppl+sGM7GKkqxTgg2bfko6Em9bhcwWAxxCUKhY80VXq8aBvrtK1KBQCbxFAEBy7J2hgeD5BQJ8op0+ofeQF8O2e0bKhYE6P7fDZtq6JA797F/R3BYOWvAykeivXRfSCyAMib0GpYqac3oMlEJhJgIf/TGCNna7BIG4nvNfMHmysjrVWJ20b1WNsR8ec7aHO5CUz+04FuSIkClJvwSdPsRNP1dq42A2BEgkgCEpsle1seiPcShHl793u1txphECM6dBMWDP5sRlxn3gYA6z4EAXz6aglYFR1/Hr39ky3+1biW/geQWA5AgiC5VjWVlK6XKDZp1yxHPsRkIv8F2GwftbMPt+Z4+v++ulb+vT7jWZ2dWJyfF+EPtL5L3Tn+A6D+A6KWkRByoc+u19f5c4NEkAQNNiomVVKZ5WlrydnVqvq0+bO9NPKzhnY+7aa1hDJL7vlQfG4gg/iJai6z2N8QQQQBAU1xsampC8nIoJ74wbouZ0HEd5kZldmmnPObNnv5+vzEhQaYEs/5CmQKNBRg4gpnSf2QeBNAgiCY3cE7TCIEdw/MLP7jo2kqNr7jgDtGHCXvwzUwO0xBZfmiEiXjrQuX3oEf7QZQVBUl8WYmgkgCGpuvctt73NRz3E7X24BJZRAIA1ilCgo+YiCoAYBUzJLbIPA2wQQBHSGf5vZNT0YXBiQT779PhKFYQ3LBnefXrz1w65ZEATt909quBEBBMFGoAu+zffN7JsT9nk6XD9NW9Ze7v7JlR3d1vHcS93ZBWNryrS4Jq+KlT7Iel4CbZ+8vqmWoDIQ2JEAgmBH+AXdOma3m/tmuqlquEBwcRAFRPrZVFl8vg6BNI7gYTPTLLzUw/NnlC5cSuWHXRDoJYAgoGOkBNLI8y0J9XkaFPXu6ZUlJrSnXkcMsnMbU49EfKXv0Dlb1q/Ue6WC4DEzu71QY313TA1LG4UixCwI9BNAENAzhgjECHffiaCHsAbi18xMmQ11+Kts9XtMnlML2T7R4Lbr+xHf9aD6zV0GcY9I6d6QF7skR6q7dhmUGFhIMGEt3yrsrJIAgqDKZqvCaBcRLhLcaP97zJ4Xf4+VU6zC62amjH1xe6R7CfpAxPOiDZdA02Aey720LBcHqVhQuXMFxyW2xGvT9wWUlvCH3ANLtTTlQGCAAIKArnFUAukAPzbojw3SqQCJ5cTP/O2DUzEae2WMTBNVlbS/P+6CIG7gqN9Y6r06AQTB6oi5AQT+j8AtZnabmX0lvKxHJ2kZRmv3eyQGSncanJP5cOmmlqD6qZmJF689Xpou5UEgIYAgoEtAYHkCcanCPQIea5F6COQR0GCnAXjvI2au3DtoL76z4BEzu2tvONwfAq0TQBC03sLUbw0CPuD7OwAU63DtaWavwT4n1qDUpE9p5sq94gjcDrwCa/ReyoTAAAEEAV0DAsMEfKeFfvorh6diAGJpHnugJQAFEOrnHssBuW2cLhvsEc/gwY17eyhymXEeBJohgCBopimpyJkEfEbvs3u59ucM+rrtc2Z2def6f7L7qQGt5MF/CFdcNthy+6HaQWJA7PcQImd2Hy6DQDsEEATttCU1mSbgWyA16GjGn+vi95JjLgGf8adpnaetKPuMPZYNYrIh7W6oUUiV3apYB4EMAgiCDEicUiWBOPjPnfX7IK/Zvo7SXf1LN1D0Eqy9/dAFyJbeiKV5UR4EmiCAIGiiGQ9diTTAb87gHwd+/53ZqVl8HfJa2w/jLgKWCA79FabypRBAEJTSEtiRQyB1+XvQ39i1MTVx7ev7OYyWOCcmKVp65q42U/n3F5wieQmGlAGB6gggCKprskMYHGf9+v2jZnZlpObpoH9EN/+SHSO+M0DlLvWcUMyGAgd1PHr6j5YLOCAAgUIILPVFL6Q6mFEhgZxZvzL46YVKGvh9XR8X/7qNHeMILs1HwA6CdduK0iGwCAEEwSIYKSSTQNzXP7TW79v1ati3n1ntKk/7m5nd3Fl+riBIlwcUoLjXy5uqbASMhsCWBBAEW9I+zr3irF+1Hhv85TrWcbRI/tJ7wz1m9kBn5NydBlEIkG2w9JbGPgh0BBAEdIVLCeTO+t3d71H8RPNfSn7d62McwZzAwph2mDiBdduI0iGwKAEEwaI4my4sZ9ZfW6rephtsgcrNiSMgYHAB4BQBgT0JIAj2pF/uvXOS+qRr/a1l7Cu3dbazLGYtHFo2IGBwu/bgThBYlQCCYFW8VRQ+NfgfPWtfFY24kpFjywZpwKCSC7EMtFJDUCwEtiCAINiCcjn3yBn8a3kzXzlU27akb9kgxglICCibIQcEIFA5AQRB5Q04YH76Bj9/fa+/xS9N2csDvc1+sEStYtZCBQlqx4gOAgaXoEsZECiIAIKgoMY4w5SpQD8P8vuzmT3D1r4zCHOJCLxoZjd2KB42s7vBAgEItEcAQVBHm+YM/DGLH3v662jX0q2McQJuKy8iKr3VsA8CZxJAEJwJbsXL5NZ3136a0Ie3860InqLfJtCXWEjvINDf1QdvJeMgvQUC7RFAEOzXpums/47ugesWaZbvefuZ8e/XTke781BiobgF8V4ze/BoYKgvBFongCDYpoVjNr/3d69/9Tuns34N/uR736ZduMv/CORkGPzXSQi85xRD8KqZXQ88CECgLQIIgmXbM762VyWPufyZ9S/LntLOI5AjBLxk7UaRJ0uHlg3IO3Aec66CQJEEEATnNUsc+K8zs4+HdX+VSDKf87hy1TYE0hiB3C2Eim15ojOR4MJt2oq7QGAzAgiCadRxrT91979kZq+Y2eNdMcz6p3lyxn4EzhUC0WIJAgkDiV69FpkDAhBohACC4J0NOZbJL83dj7u0kS/BAaqxhBBwTDFREV6CA3QeqngcAkcXBP6gVIvHKH8G/+N8B1quqfr3/V0Qq/r0EmmG4/sNxA5R0HIPom6HInBEQeD7/FMBoHVUPTRJ43uor0CTlfVXEWvwVn/WoL3kzpXoJVC5uTEITcKmUhBohcARBIF7AWLEvz/E1I6KsuaAQAsE1Jdd6Lo3YEkhEBnFvARLeR9aaAPqAIFqCbQoCOKe/z4vgGZMaz0kq+0IGF4VgTSplTwCEryvm9nLIzXxTIPKJXC1mT3dnRu/Dy8kf/Pls75ioyj4j5l9hO9WVf0IYyHwDgKtCAI96L5tZh8K2/9iHABeADp+rQSiwE3zWmxZJ/8+KXumJ8+SbQ+Y2W2dIdp18whety2bhXtBYDkCtQqCuAzgsyWfHWk9k+1/y/URStqOQMxvoS2umvn737azIu9OLhD+amZfM7ObwmVrxC3kWcVZEIDA2QRqEgR9b17zWAB/OLEUcHZX4MKdCPTFuEyZIvf8H83sOTNzF7+u8YRYfdfrM18y8M9TsRE/j5/JM+Geir6yZcuvux0N/rnudyfZDKeaks8hUA6BGgSBHkR605q/AdBFALEA5fQjLMkjED0AY+5/H9j1/fyYmd3QFb92oOBULdwb9+UueFFZOnU8Zma3n36JMQVeFt6CKap8DoFCCJQuCPQAUmY03z6lGQcHBGoikOMB8Ddb+tq8tvUpf4COvbf1jcUwyDOgmIL7QoOkAt4/inUkqVdNPRhbD0OgZEHwkJl9o2sJPUD0MhUOCNRAwEVA+kprH+A1yHtwng+OcctgKUIgChPZqXp5vo6xt3KO1d/rpuuf6bwLLPXV0KuxsXkCpQqCX57WSD+HGKiy/7lbfCgYLj78WxsIbulErEfdewMOLXONxcXstTMmtUlegIdPQYM/O6M3undBwsiX/IaKITvoGYC5BAJLEihVELxoZjd2FSU16pItPl2WD+TxAa41bO1d16Hodz98TfmSSHgNBNeY2asDe+jTQDgXETGY7rXuJVNbZ5kcWw4Yc/Vr5q0YAv2MomGJ1MLTLdx/RioElo5XcHEwFaAYrfNYCveojOVEOLfeXAcBCHQEShUEMk+BhP7ARBQs32Vz1raXv+u6JWpZac31aWemWvgaf1ojJQb6Vk8K7D5vgK6VvYqN2cNbkrr2t4xXiMJzrkhwblp2QSSs+52i9AMRKFkQpKLA1yw1M4zrl3s8SGvtIlNru3G2Grkqmlxb3DzaPa1/OouP5URvgv8uj8AVM1MiG/cE6TO9Slpb6t5tZv/ovBI6V1n19E9H6o1w74AGhzjjXqqNpoSTD6JDuS90vb9gKNq09Aw8p74xQNDjG6bszyl3yXPOEQreVz1wEZGwZItQ1mEIlC4I1BDPTyRnefaUKe3vZqaBYWhgkojwh0Z0Q85t6HR9/Fwx4nvCdf/4e2pPWn6s31BdfdCM5SqLo7avaRCOh9aH/9Ttadff07S36eDbtzSQLiHE8n1JIZez11fLBxIgCjpT+d5+sQ2dXW7ZuefFQbPPCxDXuofW+YeE15YzcO8HEkli6GLJGdaUwOsckeD9w7/vsQ+t6UXK7WecB4HiCNQgCARN69l6OM8dYHKAp0FufYPeJWvkOTZceo4GUM3ix8TFpfcYuz5l2LfOHwfwLQb2OfW91Avg9xpaFthKCPQtafi9ZWNrGTxdvKlu7vGY811NJwe+BBHFxJx+xLkQqJpALYIgQvZ0rp7YZc4D4NLGkotbrmulSY6DgA9w59jig3iftyH9W7xP/Ezt+EZnkGZCPqvWn242sy91nymbnLwC6dF3nz4PRDqQX8pzz+t98Iyz52iPu5+nov3HlmHEa+1AwVTMuABobfDP7SvRm6Br9P9q4+jdy/2epl5FleeiwcVErl2cB4HiCdQoCFKo0Wsw5OJ2t3b8PD4g4qAcHwIeyV7zw1X19EyP0d1dc50u+WJJULrHKZbjA6l+5uxWENe+2ACVuWR8gPfv2M/TLIcuXsjemd8z0meBPwP0d8XKKJ4liomhbZNDosEticKhT/TnW8yZEFiZQAuCYGVETRSv9WOJgvSQp0Meg9TF3/cQq/lhNuXKzxVHQ+WI6yXLAj7Y+6DjM9qYrtvvoRmqDl8HZz18u69o6n2QMHMvRBRsYxZt4TXajgh3aooAgqCp5hysjK+15iSImSIyNOPxgaqU+IAhV/45LnUtGwy9e2DqAZ+6quOsMw4ikVtkOZYRcKqt+HxbAtHrED0K6bKFPEgIuW3bhrtlEEAQZEBq7JSxWe6aVR2Kh4h/j8mG3JYcz4Sf874uw+VnzUy/+6HdEz/vvCHyiPiD293Eab31ubwnypYpEZUecif/vvMKKKCzL1mTzxzjtW6nBoMY9c569Jo9j7IhAIEsAgiCLExNnuReA1Uuuj59IMsNvGoSzkCllCNB21t9R0cULemyiz7zgZ7Z4JF6CXWFQKUEEASVNtxGZg8FYfrf02DN3HXUJczXLF1JizylssrUYP0XM3u6S4UcB2W/pw/OstU9BHLvfuGUzyJ9B4Ffrz37BOwt0WqUAQEIFEsAQVBs0zRh2NiuDvdE+KDrA3RfxX327V6NmDDo3GC+qaWTqdiAJhqISkAAAhBwAggC+kLpBNLgwHOCAr2OQ4GG0fUvb8BU7oHSmWEfBCAAgdkEEASzkXHBBgSGRMBvzOypmff3ssZ2CbAkMBMqp0MAAu0RQBC016Y11yh145+7HODLEcq/MPRWwkvKrpkxtkMAAhDoJYAgoGOUQkBiQC+y0nFupj+V8VBI1ZzWDRFQSmtjBwQgUBwBBEFxTXJIgxTl/0QQA3PX8HW98gX0vf7YRQC7BA7Ztag0BCCQSwBBkEuK89YiENMqa0vgrSM38m2N/nMoLkBFqCyPDVjLdsqFAAQg0AwBBEEzTVltRf5gZlc66302r//1HAd6W6OyBvo5YxVlSaDaboDhEIDA3gQQBHu3APefygeQQwghkEOJcyAAAQiMEEAQ0D1KISBh4K9pnvIC6HOJAL0EiNiAUloQOyAAgaoJIAiqbr4mjY9vB1QF9f6AD4f3AuS87KhJMFQKAhCAwJoEEARr0qVsCEAAAhCAQCUEEASVNBRmQgACEIAABNYkgCBYky5lQwACEIAABCohgCCopKEwEwIQgAAEILAmAQTBmnQpGwIQgAAEIFAJAQRBJQ2FmRCAAAQgAIE1CSAI1qRL2RCAAAQgAIFKCCAIKmkozIQABCAAAQisSQBBsCZdyoYABCDQBgF/A+ncN5G2UfuD1AJBcJCGppoQgAAEziQQ30h6Z5cu/MyiuKxkAgiCklsH2yAAAQjsT0DpxJ/vzNDryfVqcY4GCSAIGmxUqgQBCEBgYQISBbxHZGGopRWHICitRbAHAhCAAAQgsAMBBMEO0LklBCAAAQhAoDQCCILSWgR7IAABCEAAAjsQQBDsAJ1bQgACEIAABEojgCAorUWwBwIQgAAEILADAQTBDtC5JQQgAAEIQKA0AgiC0loEeyAAAQhAAAI7EEAQ7ACdW0IAAhCAAARKI4AgKK1FsAcCEIAABCCwAwEEwQ7QuSUEIAABCECgNAIIgtJaBHsgAAEIQAACOxBAEOwAnVtCAAIQgAAESiOAICitRbAHAhCAAAQgsAMBBMEO0LklBCAAAQhAoDQCCILSWgR7IAABCEAAAjsQQBDsAJ1bQgACEIAABEojgCAorUWwBwIQgAAEILADAQTBDtC5JQQgAAEIQKA0AgiC0loEeyAAAQhAAAI7EEAQ7ACdW0IAAhCAAARKI4AgKK1FsAcCEIAABCCwAwEEwQ7QuSUEIAABCECgNAIIgtJaBHsgAAEIQAACOxD4LyX/Kcdv3mTjAAAAAElFTkSuQmCC\",\n    \"vat_number\": \"xxx\",\n    \"vat_number_no_eu\": \"\",\n    \"siren\": \"\",\n    \"siret\": \"\",\n    \"civility\": {\n      \"id\": 1,\n      \"label\": \"M. ou Mme\",\n      \"rank\": 2,\n      \"deleted\": false\n    },\n    \"country\": null,\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"color\": \"#144bb8\",\n      \"rank\": 9,\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 11,\n      \"label\": \"Non renseignés\",\n      \"color\": \"#000000\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"nationality\": null,\n    \"language\": null,\n    \"customer_origin\": null,\n    \"customer_company\": null,\n    \"crm_completion\": 71,\n    \"invoice_balance\": 1292.92,\n    \"hotel_booking_count\": 2\n  },\n  \"booking_origin\": {\n    \"id\": 2,\n    \"label\": \"A renseigner (par défaut)\",\n    \"color\": \"#1A1C2C\",\n    \"rank\": 0,\n    \"deleted\": false\n  },\n  \"booking_reason\": {\n    \"id\": 6,\n    \"label\": \"Business\",\n    \"color\": \"#0cc40c\",\n    \"rank\": 3,\n    \"deleted\": false\n  },\n  \"created_by\": null,\n  \"booking_rooms\": [\n    {\n      \"id\": 1,\n      \"booking_id\": 1,\n      \"room_id\": 4,\n      \"rate_id\": 1,\n      \"rooming_customer_id\": null,\n      \"state\": \"pending\",\n      \"rooming\": \"Jean Dupont\",\n      \"color\": \"#FF00FF\",\n      \"locked\": false,\n      \"resort_purchase_id\": 11,\n      \"taxes_resort_purchase_id\": 13,\n      \"icons\": [\n        \"cloud\",\n        \"truck\"\n      ],\n      \"housekeeping\": true,\n      \"hk_comment\": null,\n      \"resto_lunch_time\": null,\n      \"resto_dinner_time\": null,\n      \"resto_comment\": null,\n      \"crs_id\": null,\n      \"room\": {\n        \"id\": 4,\n        \"label\": \"SUITE COMMUNICANTE\",\n        \"shortcode\": null,\n        \"description\": \"<p>douche</p>\",\n        \"nb_persons_max\": 2,\n        \"room_type_id\": 35,\n        \"rank\": 2,\n        \"stage\": \"\",\n        \"visible\": true,\n        \"show_in_stats\": false,\n        \"real\": true,\n        \"picture_url\": \"\",\n        \"pictures\": [\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n        ],\n        \"created_at\": \"2024-09-25\",\n        \"deleted\": false,\n        \"deleted_at\": null,\n        \"icons\": [\n          \"shower\"\n        ],\n        \"ex_door_id\": \"\",\n        \"state_id\": 1,\n        \"is_date\": false,\n        \"is_separator\": false,\n        \"room_type\": {\n          \"id\": 35,\n          \"label\": \"communicante.\",\n          \"shortcode\": \"SHORT\",\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"public\": true,\n          \"color\": \"#960096\",\n          \"description\": \"<p>Chambre communicante</p>\",\n          \"rank\": 2,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"state\": null,\n        \"linked_room_id\": null\n      },\n      \"rate\": {\n        \"id\": 1,\n        \"derived_from_id\": null,\n        \"vat_rate_id\": 1,\n        \"label\": \"Standard.\",\n        \"shortcode\": \"std\",\n        \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n        \"color\": \"#b300ff\",\n        \"rank\": 0,\n        \"subject_to_pricing\": true,\n        \"is_promo\": false,\n        \"rate_per_person\": false,\n        \"public\": true,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"formula\": \"p*1\",\n        \"bo_visible\": true,\n        \"deleted\": false,\n        \"cm_id\": \"115237\",\n        \"cm2_id\": null,\n        \"cm_send_rate\": true,\n        \"send_ask_balance_email\": true,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": 0,\n        \"deposit_rate\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null,\n        \"vat_rate\": {\n          \"id\": 1,\n          \"vat_rate\": 0,\n          \"deleted\": false\n        },\n        \"derived_from\": null\n      },\n      \"booking\": null,\n      \"booking_nb_persons\": [\n        {\n          \"id\": 1,\n          \"booking_room_id\": 1,\n          \"age_range_id\": 3,\n          \"nb_persons\": 2,\n          \"age_range\": {\n            \"id\": 3,\n            \"age\": 18,\n            \"deleted\": false,\n            \"is_infants\": false,\n            \"is_children\": false,\n            \"is_adults\": true,\n            \"mapping_key\": \"adults\"\n          }\n        }\n      ],\n      \"nb_persons\": {\n        \"adults\": 2,\n        \"children\": 0,\n        \"infants\": 0\n      },\n      \"rooming_customer\": null,\n      \"resort_purchase\": {\n        \"id\": 11,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_RESERVATION\",\n        \"label\": \"Suite (201)\",\n        \"description\": \"Standard.\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 0,\n          \"label\": \"Hébergement\",\n          \"color\": \"\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 200,\n        \"priceExcludingTaxes\": 181.82,\n        \"taxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalTaxes\": 18.18,\n        \"amountIncludingTaxes\": 200,\n        \"amountExcludingTaxes\": 181.82,\n        \"amountTaxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalAmountTaxes\": 18.18,\n        \"childrenPurchases\": [\n          {\n            \"id\": 12,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": null,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      \"taxes_resort_purchase\": {\n        \"id\": 13,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": null,\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 4.96,\n        \"priceExcludingTaxes\": 0,\n        \"taxesByRates\": [],\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 4.96,\n        \"amountExcludingTaxes\": 0,\n        \"amountTaxesByRates\": [],\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 14,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 4.96,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 4.96,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 13,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      \"price_per_nights\": [\n        {\n          \"id\": 12,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_RESERVATION\",\n          \"label\": \"23/01\",\n          \"description\": \"\",\n          \"quantity\": 1,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": {\n            \"id\": 0,\n            \"label\": \"Hébergement\",\n            \"color\": \"\"\n          },\n          \"article\": null,\n          \"customer\": {\n            \"id\": 746,\n            \"lastName\": \"Gorchon\",\n            \"firstName\": \"Jeanne\",\n            \"email\": \"support@thais-soft.com\",\n            \"company\": \"Thais PMS\",\n            \"blackListed\": false,\n            \"name\": \"Gorchon Jeanne\",\n            \"languageId\": 1,\n            \"companyId\": 1564,\n            \"invoiceBalance\": 1292.92\n          },\n          \"orderId\": null,\n          \"originOrderId\": null,\n          \"originOrderLabel\": null,\n          \"invoiceId\": 3,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n          \"updatedAt\": null,\n          \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n          \"priceIncludingTaxes\": 200,\n          \"priceExcludingTaxes\": 181.82,\n          \"taxesByRates\": {\n            \"10.00\": 18.18\n          },\n          \"totalTaxes\": 18.18,\n          \"amountIncludingTaxes\": 200,\n          \"amountExcludingTaxes\": 181.82,\n          \"amountTaxesByRates\": {\n            \"10.00\": 18.18\n          },\n          \"totalAmountTaxes\": 18.18,\n          \"childrenPurchases\": [],\n          \"parentPurchaseId\": 11,\n          \"groupId\": null,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      ]\n    }\n  ],\n  \"promo_code\": null,\n  \"ebooking\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Modifier le statut d'une chambre",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/{{booking_id}}/booking-rooms/{{id}}/state?state=",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "bookings",
                "{{booking_id}}",
                "booking-rooms",
                "{{id}}",
                "state"
              ],
              "query": [
                {
                  "key": "state",
                  "value": "",
                  "description": "Nouvel etat de la chambre (pending, checkin, checkout)",
                  "disabled": false
                }
              ]
            },
            "description": "Modification de l'etat d'une chambre d'une reservation. La liste des etats possibles est : pending, checkin, checkout."
          },
          "response": [
            {
              "name": "Passer une chambre en pending",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/1/booking-rooms/1/state?state=pending",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "bookings",
                    "1",
                    "booking-rooms",
                    "1",
                    "state"
                  ],
                  "query": [
                    {
                      "key": "state",
                      "value": "pending",
                      "description": "Nouvel etat de la chambre (pending, checkin, checkout)",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 1,\n  \"reference\": \"CDH1\",\n  \"customer_id\": 746,\n  \"start_at\": \"2026-01-23\",\n  \"end_at\": \"2026-01-24\",\n  \"created_at\": \"2026-01-23T12:04:56+01:00\",\n  \"updated_at\": \"2026-03-26T11:08:34+01:00\",\n  \"start_time\": \"17:00\",\n  \"end_time\": \"12:00\",\n  \"comment\": \"toto\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\",\n  \"confirmed\": true,\n  \"in_statistics\": false,\n  \"deposit_amount\": 0,\n  \"is_in_ask_balance_mode\": true,\n  \"ask_balance_email_sended_at\": null,\n  \"has_cc_data\": false,\n  \"dispatch\": 0,\n  \"created_by_id\": 1,\n  \"canceled\": true,\n  \"canceled_at\": \"2026-02-20T10:34:49+01:00\",\n  \"has_pending_update\": false,\n  \"cancelable_by_customer\": false,\n  \"no_show\": true,\n  \"email_txt\": \"dfcxvcxcvcxvxcvxccxvxcv\\nxcvxcvxcv\",\n  \"source\": \"support\",\n  \"booking_origin_id\": 2,\n  \"booking_reason_id\": 6,\n  \"tourist_tax_auto\": true,\n  \"booking_group_id\": \"69739241b598a\",\n  \"group_code\": null,\n  \"resort_order_id\": 4,\n  \"crs_id\": null,\n  \"promo_code_id\": null,\n  \"has_valid_payline_token\": false,\n  \"resort_order\": {\n    \"id\": 4,\n    \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n    \"label\": \"CDH1: 23/01/2026 - 24/01/2026\",\n    \"externalReference\": null,\n    \"isTransferBlocked\": false,\n    \"isPaid\": false,\n    \"totalExcludingTaxes\": 430.61,\n    \"totalIncludingTaxes\": 468.71,\n    \"totalOutstandingDeposits\": 1200,\n    \"totalOutstandingIncludingTaxes\": 263.75,\n    \"deposits\": [\n      {\n        \"id\": 591,\n        \"createdAt\": \"2026-02-20T00:27:06+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 592,\n        \"createdAt\": \"2026-02-20T00:29:18+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1213,\n        \"createdAt\": \"2026-03-19T10:32:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1214,\n        \"createdAt\": \"2026-03-19T10:48:47+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1215,\n        \"createdAt\": \"2026-03-19T10:54:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1221,\n        \"createdAt\": \"2026-03-19T16:23:17+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1224,\n        \"createdAt\": \"2026-03-19T16:57:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1225,\n        \"createdAt\": \"2026-03-19T17:01:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1226,\n        \"createdAt\": \"2026-03-19T17:06:57+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1227,\n        \"createdAt\": \"2026-03-19T17:14:01+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1228,\n        \"createdAt\": \"2026-03-19T17:16:21+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1229,\n        \"createdAt\": \"2026-03-19T17:18:50+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1230,\n        \"createdAt\": \"2026-03-19T18:14:39+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1231,\n        \"createdAt\": \"2026-03-19T18:18:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1232,\n        \"createdAt\": \"2026-03-19T18:24:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1233,\n        \"createdAt\": \"2026-03-19T18:27:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1234,\n        \"createdAt\": \"2026-03-19T18:31:52+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1235,\n        \"createdAt\": \"2026-03-19T18:46:33+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1236,\n        \"createdAt\": \"2026-03-19T20:04:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1237,\n        \"createdAt\": \"2026-03-19T20:17:09+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1238,\n        \"createdAt\": \"2026-03-19T20:24:42+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1239,\n        \"createdAt\": \"2026-03-19T20:30:07+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1240,\n        \"createdAt\": \"2026-03-19T20:34:29+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1241,\n        \"createdAt\": \"2026-03-19T22:53:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1249,\n        \"createdAt\": \"2026-03-20T10:53:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1253,\n        \"createdAt\": \"2026-03-20T12:01:56+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      }\n    ],\n    \"originDeposits\": [\n      {\n        \"id\": 591,\n        \"createdAt\": \"2026-02-20T00:27:06+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 592,\n        \"createdAt\": \"2026-02-20T00:29:18+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1213,\n        \"createdAt\": \"2026-03-19T10:32:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1214,\n        \"createdAt\": \"2026-03-19T10:48:47+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1215,\n        \"createdAt\": \"2026-03-19T10:54:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1221,\n        \"createdAt\": \"2026-03-19T16:23:17+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1224,\n        \"createdAt\": \"2026-03-19T16:57:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1225,\n        \"createdAt\": \"2026-03-19T17:01:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1226,\n        \"createdAt\": \"2026-03-19T17:06:57+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1227,\n        \"createdAt\": \"2026-03-19T17:14:01+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1228,\n        \"createdAt\": \"2026-03-19T17:16:21+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1229,\n        \"createdAt\": \"2026-03-19T17:18:50+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1230,\n        \"createdAt\": \"2026-03-19T18:14:39+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1231,\n        \"createdAt\": \"2026-03-19T18:18:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1232,\n        \"createdAt\": \"2026-03-19T18:24:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1233,\n        \"createdAt\": \"2026-03-19T18:27:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1234,\n        \"createdAt\": \"2026-03-19T18:31:52+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1235,\n        \"createdAt\": \"2026-03-19T18:46:33+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1236,\n        \"createdAt\": \"2026-03-19T20:04:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1237,\n        \"createdAt\": \"2026-03-19T20:17:09+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1238,\n        \"createdAt\": \"2026-03-19T20:24:42+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1239,\n        \"createdAt\": \"2026-03-19T20:30:07+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1240,\n        \"createdAt\": \"2026-03-19T20:34:29+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1241,\n        \"createdAt\": \"2026-03-19T22:53:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1249,\n        \"createdAt\": \"2026-03-20T10:53:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1253,\n        \"createdAt\": \"2026-03-20T12:01:56+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      }\n    ],\n    \"invoices\": [\n      {\n        \"id\": 3,\n        \"reference\": \"F0000000003\",\n        \"externalReference\": null,\n        \"createdAt\": \"2026-01-23T14:14:39+01:00\",\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"totalIncludingTaxes\": 204.96,\n        \"totalExcludingTaxes\": 181.82,\n        \"balance\": 0,\n        \"paid\": true,\n        \"creditNote\": false,\n        \"canceled\": false,\n        \"isCancelable\": true,\n        \"payments\": [\n          {\n            \"id\": 697,\n            \"createdAt\": \"2026-02-26T14:47:40+01:00\",\n            \"accountedAt\": null,\n            \"canceled\": false,\n            \"canceledPaymentId\": null,\n            \"cancelable\": true,\n            \"amount\": 204.96,\n            \"comment\": null,\n            \"paylineTransactionId\": null,\n            \"reference\": null,\n            \"lettering\": false,\n            \"treated\": false,\n            \"hasReminder\": false,\n            \"typeId\": 2,\n            \"typeLabel\": \"CB\",\n            \"invoiced\": true,\n            \"onReceipt\": false,\n            \"createdById\": 1,\n            \"deskId\": 1,\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"giftCardId\": null,\n            \"giftCard\": null,\n            \"isForGiftCardPayment\": false,\n            \"isByGiftCardPayment\": false,\n            \"updatable\": false\n          }\n        ]\n      }\n    ],\n    \"receipts\": [],\n    \"purchases\": [\n      {\n        \"id\": 11,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_RESERVATION\",\n        \"label\": \"Suite (201)\",\n        \"description\": \"Standard.\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 0,\n          \"label\": \"Hébergement\",\n          \"color\": \"\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 200,\n        \"priceExcludingTaxes\": 181.82,\n        \"taxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalTaxes\": 18.18,\n        \"amountIncludingTaxes\": 200,\n        \"amountExcludingTaxes\": 181.82,\n        \"amountTaxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalAmountTaxes\": 18.18,\n        \"childrenPurchases\": [\n          {\n            \"id\": 12,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": null,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 13,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": null,\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 4.96,\n        \"priceExcludingTaxes\": 0,\n        \"taxesByRates\": [],\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 4.96,\n        \"amountExcludingTaxes\": 0,\n        \"amountTaxesByRates\": [],\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 14,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 4.96,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 4.96,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 13,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11006,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:33:08+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:33:08+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11007,\n        \"application\": \"RESTAURANT\",\n        \"type\": \"RESTAURANT_PURCHASE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 1208,\n        \"originOrderLabel\": \"Transfert API test\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": true,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:33:55+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:33:55+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 8.79,\n        \"taxesByRates\": {\n          \"20.00\": 1.76\n        },\n        \"totalTaxes\": 1.76,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 8.79,\n        \"amountTaxesByRates\": {\n          \"20.00\": 1.76\n        },\n        \"totalAmountTaxes\": 1.76,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11008,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:48:54+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:48:54+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11009,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:54:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:54:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11036,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:23:23+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:23:23+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11047,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:57:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:57:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11072,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:01:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:01:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11085,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:07:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:07:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11102,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:14:07+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:14:07+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11109,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:16:27+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:16:27+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11122,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:18:57+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:18:57+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11143,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:14:45+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:14:45+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11144,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:18:25+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:18:25+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11145,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:24:47+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:24:47+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11146,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:27:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:27:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11153,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:31:59+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:31:59+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11169,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:46:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:46:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11185,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:04:46+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:04:46+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11192,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:17:16+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:17:16+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11199,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:24:49+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:24:49+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11206,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:30:13+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:30:13+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11220,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:34:36+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:34:36+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11245,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T22:53:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T22:53:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11342,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T10:53:41+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T10:53:41+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11364,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T12:02:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T12:02:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    ],\n    \"originPurchases\": [\n      {\n        \"id\": 11,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_RESERVATION\",\n        \"label\": \"Suite (201)\",\n        \"description\": \"Standard.\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 0,\n          \"label\": \"Hébergement\",\n          \"color\": \"\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 200,\n        \"priceExcludingTaxes\": 181.82,\n        \"taxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalTaxes\": 18.18,\n        \"amountIncludingTaxes\": 200,\n        \"amountExcludingTaxes\": 181.82,\n        \"amountTaxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalAmountTaxes\": 18.18,\n        \"childrenPurchases\": [\n          {\n            \"id\": 12,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": null,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 13,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": null,\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 4.96,\n        \"priceExcludingTaxes\": 0,\n        \"taxesByRates\": [],\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 4.96,\n        \"amountExcludingTaxes\": 0,\n        \"amountTaxesByRates\": [],\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 14,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 4.96,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 4.96,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 13,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11006,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:33:08+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:33:08+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11008,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:48:54+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:48:54+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11009,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:54:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:54:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11036,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:23:23+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:23:23+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11047,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:57:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:57:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11072,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:01:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:01:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11085,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:07:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:07:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11102,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:14:07+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:14:07+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11109,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:16:27+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:16:27+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11122,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:18:57+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:18:57+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11143,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:14:45+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:14:45+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11144,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:18:25+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:18:25+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11145,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:24:47+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:24:47+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11146,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:27:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:27:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11153,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:31:59+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:31:59+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11169,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:46:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:46:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11185,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:04:46+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:04:46+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11192,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:17:16+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:17:16+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11199,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:24:49+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:24:49+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11206,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:30:13+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:30:13+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11220,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:34:36+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:34:36+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11245,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T22:53:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T22:53:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11342,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T10:53:41+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T10:53:41+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11364,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T12:02:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T12:02:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    ]\n  },\n  \"customer\": {\n    \"id\": 746,\n    \"civility_id\": 1,\n    \"lastname\": \"Gorchon\",\n    \"firstname\": \"Jeanne\",\n    \"company\": \"Thais PMS\",\n    \"comment\": \"TEST SUPPORT\\n-----------------\\ntest\",\n    \"allergies\": \"Intolérance gluten\\n-----------------\\ntest\",\n    \"email\": \"support@thais-soft.com\",\n    \"phone\": \"+33750661935\",\n    \"cellphone\": \"+33750661935\",\n    \"postcode\": \"34000\",\n    \"city\": \"Castelneau\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"Maison\",\n    \"address2\": \"test\",\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": null,\n    \"birthdate\": \"1899-11-30\",\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 11,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 4,\n    \"customer_company_id\": 1564,\n    \"satisfaction_rating\": 5,\n    \"contact_channel\": \"Email\",\n    \"deleted\": false,\n    \"updated_at\": \"2026-03-23T07:43:23+01:00\",\n    \"auto_email\": true,\n    \"gdpr_accepted_at\": \"2025-03-12 14:47:18\",\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgQAAACKCAYAAADVJ1IXAAAAAXNSR0IArs4c6QAAFtxJREFUeF7tnU/IfkUVx49g4SJQwaCFUFGR0CIXLX4Lo4SgoqAWumphgqta5ELJoLB2hUK6bCElbQqEcFVBYJJRQX9cZLgQTHThwoWQkIvAnq/eY8fp/pn7PPfPzNzPhZ/v6/vcO/fMZ+a5850zZ869yjggAAEIQAACEDg8gasOTwAAEIAABCAAAQgYgoBOAAEIQAACEIAAgoA+AAEIQAACEICAIQjoBBCAAAQgAAEIIAjoAxCAAAQgAAEIGIKATgABCEAAAhCAAIKAPgABCEAAAhCAgAiwy4B+AAEIQAACEIAAgoA+AAEIQAACEIAAHgL6AAQgAAEIQAACLBnQByAAAQhAAAIQIIaAPgABCEAAAhCAwJsECCqkI0AAAhCAAAQggCCgD6xG4ANmdpuZ3WBmv+ruor/pX3q8ZmY3mdldq1lDwRCAAAQgMEoADwEdZGkCXzWzT5mZfs49njSzT8+9iPMhAAEIQOByAgiCyxlSwluD+B3dYN7nAchlhCDIJcV5EIAABBYmgCBYGOjBitPg/+OZs/p/mtmjHSf9rn+fMLMvziznYKipLgQgAIF1CSAI1uXbculaEpAYyDleNrMfnU78bs7JnAMBCEAAAtsTQBBsz7zWO8oboKUB/dTyQM7SwJ2n835Sa4Wxe5CAt336UxfI4+M//XdQQgACFRBAEFTQSDubqIe+vAH3Z9ihwV9xAL8NA0PGZZyyI4F054f+XwO5ft7c2XVt9/9Du0TGzPdlIf1U34hiAcGwY8NzawikBBAE9Ik+AreY2T1mpoFgKupfIuB7CIBiO5LP4n3Xh3aAnDOwr1XBV83s6URIIhTWok25EBghgCCge0QCWuOfWg7Q7F8zPfccQLAsAnFpR4P/lKBz61NXv8p5xcze1Q3Y8byhATsuIbw/LCvl2uD38D4msYk4KKt/YU3DBBAEDTfujKpN7RbwnQEEBc6AutGp8uZ85hTgqQF4KPeDu+3dZe9LOlsNtlEo6HcJFR0SCtd1/4ZwyVbFomxl60bNxm0gUB4BBEF5bbKHRU/0zCTlyn38ZIxEAA/jPVpl+J7uBVBcRxrcGQd/Dab6V/ohYaB/Y8sZBKiW3orYVz0BBEH1TXhxBX5nZppl+sGM7GKkqxTgg2bfko6Em9bhcwWAxxCUKhY80VXq8aBvrtK1KBQCbxFAEBy7J2hgeD5BQJ8op0+ofeQF8O2e0bKhYE6P7fDZtq6JA797F/R3BYOWvAykeivXRfSCyAMib0GpYqac3oMlEJhJgIf/TGCNna7BIG4nvNfMHmysjrVWJ20b1WNsR8ec7aHO5CUz+04FuSIkClJvwSdPsRNP1dq42A2BEgkgCEpsle1seiPcShHl793u1txphECM6dBMWDP5sRlxn3gYA6z4EAXz6aglYFR1/Hr39ky3+1biW/geQWA5AgiC5VjWVlK6XKDZp1yxHPsRkIv8F2GwftbMPt+Z4+v++ulb+vT7jWZ2dWJyfF+EPtL5L3Tn+A6D+A6KWkRByoc+u19f5c4NEkAQNNiomVVKZ5WlrydnVqvq0+bO9NPKzhnY+7aa1hDJL7vlQfG4gg/iJai6z2N8QQQQBAU1xsampC8nIoJ74wbouZ0HEd5kZldmmnPObNnv5+vzEhQaYEs/5CmQKNBRg4gpnSf2QeBNAgiCY3cE7TCIEdw/MLP7jo2kqNr7jgDtGHCXvwzUwO0xBZfmiEiXjrQuX3oEf7QZQVBUl8WYmgkgCGpuvctt73NRz3E7X24BJZRAIA1ilCgo+YiCoAYBUzJLbIPA2wQQBHSGf5vZNT0YXBiQT779PhKFYQ3LBnefXrz1w65ZEATt909quBEBBMFGoAu+zffN7JsT9nk6XD9NW9Ze7v7JlR3d1vHcS93ZBWNryrS4Jq+KlT7Iel4CbZ+8vqmWoDIQ2JEAgmBH+AXdOma3m/tmuqlquEBwcRAFRPrZVFl8vg6BNI7gYTPTLLzUw/NnlC5cSuWHXRDoJYAgoGOkBNLI8y0J9XkaFPXu6ZUlJrSnXkcMsnMbU49EfKXv0Dlb1q/Ue6WC4DEzu71QY313TA1LG4UixCwI9BNAENAzhgjECHffiaCHsAbi18xMmQ11+Kts9XtMnlML2T7R4Lbr+xHf9aD6zV0GcY9I6d6QF7skR6q7dhmUGFhIMGEt3yrsrJIAgqDKZqvCaBcRLhLcaP97zJ4Xf4+VU6zC62amjH1xe6R7CfpAxPOiDZdA02Aey720LBcHqVhQuXMFxyW2xGvT9wWUlvCH3ANLtTTlQGCAAIKArnFUAukAPzbojw3SqQCJ5cTP/O2DUzEae2WMTBNVlbS/P+6CIG7gqN9Y6r06AQTB6oi5AQT+j8AtZnabmX0lvKxHJ2kZRmv3eyQGSncanJP5cOmmlqD6qZmJF689Xpou5UEgIYAgoEtAYHkCcanCPQIea5F6COQR0GCnAXjvI2au3DtoL76z4BEzu2tvONwfAq0TQBC03sLUbw0CPuD7OwAU63DtaWavwT4n1qDUpE9p5sq94gjcDrwCa/ReyoTAAAEEAV0DAsMEfKeFfvorh6diAGJpHnugJQAFEOrnHssBuW2cLhvsEc/gwY17eyhymXEeBJohgCBopimpyJkEfEbvs3u59ucM+rrtc2Z2def6f7L7qQGt5MF/CFdcNthy+6HaQWJA7PcQImd2Hy6DQDsEEATttCU1mSbgWyA16GjGn+vi95JjLgGf8adpnaetKPuMPZYNYrIh7W6oUUiV3apYB4EMAgiCDEicUiWBOPjPnfX7IK/Zvo7SXf1LN1D0Eqy9/dAFyJbeiKV5UR4EmiCAIGiiGQ9diTTAb87gHwd+/53ZqVl8HfJa2w/jLgKWCA79FabypRBAEJTSEtiRQyB1+XvQ39i1MTVx7ev7OYyWOCcmKVp65q42U/n3F5wieQmGlAGB6gggCKprskMYHGf9+v2jZnZlpObpoH9EN/+SHSO+M0DlLvWcUMyGAgd1PHr6j5YLOCAAgUIILPVFL6Q6mFEhgZxZvzL46YVKGvh9XR8X/7qNHeMILs1HwA6CdduK0iGwCAEEwSIYKSSTQNzXP7TW79v1ati3n1ntKk/7m5nd3Fl+riBIlwcUoLjXy5uqbASMhsCWBBAEW9I+zr3irF+1Hhv85TrWcbRI/tJ7wz1m9kBn5NydBlEIkG2w9JbGPgh0BBAEdIVLCeTO+t3d71H8RPNfSn7d62McwZzAwph2mDiBdduI0iGwKAEEwaI4my4sZ9ZfW6rephtsgcrNiSMgYHAB4BQBgT0JIAj2pF/uvXOS+qRr/a1l7Cu3dbazLGYtHFo2IGBwu/bgThBYlQCCYFW8VRQ+NfgfPWtfFY24kpFjywZpwKCSC7EMtFJDUCwEtiCAINiCcjn3yBn8a3kzXzlU27akb9kgxglICCibIQcEIFA5AQRB5Q04YH76Bj9/fa+/xS9N2csDvc1+sEStYtZCBQlqx4gOAgaXoEsZECiIAIKgoMY4w5SpQD8P8vuzmT3D1r4zCHOJCLxoZjd2KB42s7vBAgEItEcAQVBHm+YM/DGLH3v662jX0q2McQJuKy8iKr3VsA8CZxJAEJwJbsXL5NZ3136a0Ie3860InqLfJtCXWEjvINDf1QdvJeMgvQUC7RFAEOzXpums/47ugesWaZbvefuZ8e/XTke781BiobgF8V4ze/BoYKgvBFongCDYpoVjNr/3d69/9Tuns34N/uR736ZduMv/CORkGPzXSQi85xRD8KqZXQ88CECgLQIIgmXbM762VyWPufyZ9S/LntLOI5AjBLxk7UaRJ0uHlg3IO3Aec66CQJEEEATnNUsc+K8zs4+HdX+VSDKf87hy1TYE0hiB3C2Eim15ojOR4MJt2oq7QGAzAgiCadRxrT91979kZq+Y2eNdMcz6p3lyxn4EzhUC0WIJAgkDiV69FpkDAhBohACC4J0NOZbJL83dj7u0kS/BAaqxhBBwTDFREV6CA3QeqngcAkcXBP6gVIvHKH8G/+N8B1quqfr3/V0Qq/r0EmmG4/sNxA5R0HIPom6HInBEQeD7/FMBoHVUPTRJ43uor0CTlfVXEWvwVn/WoL3kzpXoJVC5uTEITcKmUhBohcARBIF7AWLEvz/E1I6KsuaAQAsE1Jdd6Lo3YEkhEBnFvARLeR9aaAPqAIFqCbQoCOKe/z4vgGZMaz0kq+0IGF4VgTSplTwCEryvm9nLIzXxTIPKJXC1mT3dnRu/Dy8kf/Pls75ioyj4j5l9hO9WVf0IYyHwDgKtCAI96L5tZh8K2/9iHABeADp+rQSiwE3zWmxZJ/8+KXumJ8+SbQ+Y2W2dIdp18whety2bhXtBYDkCtQqCuAzgsyWfHWk9k+1/y/URStqOQMxvoS2umvn737azIu9OLhD+amZfM7ObwmVrxC3kWcVZEIDA2QRqEgR9b17zWAB/OLEUcHZX4MKdCPTFuEyZIvf8H83sOTNzF7+u8YRYfdfrM18y8M9TsRE/j5/JM+Geir6yZcuvux0N/rnudyfZDKeaks8hUA6BGgSBHkR605q/AdBFALEA5fQjLMkjED0AY+5/H9j1/fyYmd3QFb92oOBULdwb9+UueFFZOnU8Zma3n36JMQVeFt6CKap8DoFCCJQuCPQAUmY03z6lGQcHBGoikOMB8Ddb+tq8tvUpf4COvbf1jcUwyDOgmIL7QoOkAt4/inUkqVdNPRhbD0OgZEHwkJl9o2sJPUD0MhUOCNRAwEVA+kprH+A1yHtwng+OcctgKUIgChPZqXp5vo6xt3KO1d/rpuuf6bwLLPXV0KuxsXkCpQqCX57WSD+HGKiy/7lbfCgYLj78WxsIbulErEfdewMOLXONxcXstTMmtUlegIdPQYM/O6M3undBwsiX/IaKITvoGYC5BAJLEihVELxoZjd2FSU16pItPl2WD+TxAa41bO1d16Hodz98TfmSSHgNBNeY2asDe+jTQDgXETGY7rXuJVNbZ5kcWw4Yc/Vr5q0YAv2MomGJ1MLTLdx/RioElo5XcHEwFaAYrfNYCveojOVEOLfeXAcBCHQEShUEMk+BhP7ARBQs32Vz1raXv+u6JWpZac31aWemWvgaf1ojJQb6Vk8K7D5vgK6VvYqN2cNbkrr2t4xXiMJzrkhwblp2QSSs+52i9AMRKFkQpKLA1yw1M4zrl3s8SGvtIlNru3G2Grkqmlxb3DzaPa1/OouP5URvgv8uj8AVM1MiG/cE6TO9Slpb6t5tZv/ovBI6V1n19E9H6o1w74AGhzjjXqqNpoSTD6JDuS90vb9gKNq09Aw8p74xQNDjG6bszyl3yXPOEQreVz1wEZGwZItQ1mEIlC4I1BDPTyRnefaUKe3vZqaBYWhgkojwh0Z0Q85t6HR9/Fwx4nvCdf/4e2pPWn6s31BdfdCM5SqLo7avaRCOh9aH/9Ttadff07S36eDbtzSQLiHE8n1JIZez11fLBxIgCjpT+d5+sQ2dXW7ZuefFQbPPCxDXuofW+YeE15YzcO8HEkli6GLJGdaUwOsckeD9w7/vsQ+t6UXK7WecB4HiCNQgCARN69l6OM8dYHKAp0FufYPeJWvkOTZceo4GUM3ix8TFpfcYuz5l2LfOHwfwLQb2OfW91Avg9xpaFthKCPQtafi9ZWNrGTxdvKlu7vGY811NJwe+BBHFxJx+xLkQqJpALYIgQvZ0rp7YZc4D4NLGkotbrmulSY6DgA9w59jig3iftyH9W7xP/Ezt+EZnkGZCPqvWn242sy91nymbnLwC6dF3nz4PRDqQX8pzz+t98Iyz52iPu5+nov3HlmHEa+1AwVTMuABobfDP7SvRm6Br9P9q4+jdy/2epl5FleeiwcVErl2cB4HiCdQoCFKo0Wsw5OJ2t3b8PD4g4qAcHwIeyV7zw1X19EyP0d1dc50u+WJJULrHKZbjA6l+5uxWENe+2ACVuWR8gPfv2M/TLIcuXsjemd8z0meBPwP0d8XKKJ4liomhbZNDosEticKhT/TnW8yZEFiZQAuCYGVETRSv9WOJgvSQp0Meg9TF3/cQq/lhNuXKzxVHQ+WI6yXLAj7Y+6DjM9qYrtvvoRmqDl8HZz18u69o6n2QMHMvRBRsYxZt4TXajgh3aooAgqCp5hysjK+15iSImSIyNOPxgaqU+IAhV/45LnUtGwy9e2DqAZ+6quOsMw4ikVtkOZYRcKqt+HxbAtHrED0K6bKFPEgIuW3bhrtlEEAQZEBq7JSxWe6aVR2Kh4h/j8mG3JYcz4Sf874uw+VnzUy/+6HdEz/vvCHyiPiD293Eab31ubwnypYpEZUecif/vvMKKKCzL1mTzxzjtW6nBoMY9c569Jo9j7IhAIEsAgiCLExNnuReA1Uuuj59IMsNvGoSzkCllCNB21t9R0cULemyiz7zgZ7Z4JF6CXWFQKUEEASVNtxGZg8FYfrf02DN3HXUJczXLF1JizylssrUYP0XM3u6S4UcB2W/pw/OstU9BHLvfuGUzyJ9B4Ffrz37BOwt0WqUAQEIFEsAQVBs0zRh2NiuDvdE+KDrA3RfxX327V6NmDDo3GC+qaWTqdiAJhqISkAAAhBwAggC+kLpBNLgwHOCAr2OQ4GG0fUvb8BU7oHSmWEfBCAAgdkEEASzkXHBBgSGRMBvzOypmff3ssZ2CbAkMBMqp0MAAu0RQBC016Y11yh145+7HODLEcq/MPRWwkvKrpkxtkMAAhDoJYAgoGOUQkBiQC+y0nFupj+V8VBI1ZzWDRFQSmtjBwQgUBwBBEFxTXJIgxTl/0QQA3PX8HW98gX0vf7YRQC7BA7Ztag0BCCQSwBBkEuK89YiENMqa0vgrSM38m2N/nMoLkBFqCyPDVjLdsqFAAQg0AwBBEEzTVltRf5gZlc66302r//1HAd6W6OyBvo5YxVlSaDaboDhEIDA3gQQBHu3APefygeQQwghkEOJcyAAAQiMEEAQ0D1KISBh4K9pnvIC6HOJAL0EiNiAUloQOyAAgaoJIAiqbr4mjY9vB1QF9f6AD4f3AuS87KhJMFQKAhCAwJoEEARr0qVsCEAAAhCAQCUEEASVNBRmQgACEIAABNYkgCBYky5lQwACEIAABCohgCCopKEwEwIQgAAEILAmAQTBmnQpGwIQgAAEIFAJAQRBJQ2FmRCAAAQgAIE1CSAI1qRL2RCAAAQgAIFKCCAIKmkozIQABCAAAQisSQBBsCZdyoYABCDQBgF/A+ncN5G2UfuD1AJBcJCGppoQgAAEziQQ30h6Z5cu/MyiuKxkAgiCklsH2yAAAQjsT0DpxJ/vzNDryfVqcY4GCSAIGmxUqgQBCEBgYQISBbxHZGGopRWHICitRbAHAhCAAAQgsAMBBMEO0LklBCAAAQhAoDQCCILSWgR7IAABCEAAAjsQQBDsAJ1bQgACEIAABEojgCAorUWwBwIQgAAEILADAQTBDtC5JQQgAAEIQKA0AgiC0loEeyAAAQhAAAI7EEAQ7ACdW0IAAhCAAARKI4AgKK1FsAcCEIAABCCwAwEEwQ7QuSUEIAABCECgNAIIgtJaBHsgAAEIQAACOxBAEOwAnVtCAAIQgAAESiOAICitRbAHAhCAAAQgsAMBBMEO0LklBCAAAQhAoDQCCILSWgR7IAABCEAAAjsQQBDsAJ1bQgACEIAABEojgCAorUWwBwIQgAAEILADAQTBDtC5JQQgAAEIQKA0AgiC0loEeyAAAQhAAAI7EEAQ7ACdW0IAAhCAAARKI4AgKK1FsAcCEIAABCCwAwEEwQ7QuSUEIAABCECgNAIIgtJaBHsgAAEIQAACOxD4LyX/Kcdv3mTjAAAAAElFTkSuQmCC\",\n    \"vat_number\": \"xxx\",\n    \"vat_number_no_eu\": \"\",\n    \"siren\": \"\",\n    \"siret\": \"\",\n    \"civility\": {\n      \"id\": 1,\n      \"label\": \"M. ou Mme\",\n      \"rank\": 2,\n      \"deleted\": false\n    },\n    \"country\": null,\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"color\": \"#144bb8\",\n      \"rank\": 9,\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 11,\n      \"label\": \"Non renseignés\",\n      \"color\": \"#000000\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"nationality\": null,\n    \"language\": null,\n    \"customer_origin\": null,\n    \"customer_company\": null,\n    \"crm_completion\": 71,\n    \"invoice_balance\": 1292.92,\n    \"hotel_booking_count\": 2\n  },\n  \"booking_origin\": {\n    \"id\": 2,\n    \"label\": \"A renseigner (par défaut)\",\n    \"color\": \"#1A1C2C\",\n    \"rank\": 0,\n    \"deleted\": false\n  },\n  \"booking_reason\": {\n    \"id\": 6,\n    \"label\": \"Business\",\n    \"color\": \"#0cc40c\",\n    \"rank\": 3,\n    \"deleted\": false\n  },\n  \"created_by\": null,\n  \"booking_rooms\": [\n    {\n      \"id\": 1,\n      \"booking_id\": 1,\n      \"room_id\": 4,\n      \"rate_id\": 1,\n      \"rooming_customer_id\": null,\n      \"state\": \"pending\",\n      \"rooming\": \"Jean Dupont\",\n      \"color\": \"#FF00FF\",\n      \"locked\": false,\n      \"resort_purchase_id\": 11,\n      \"taxes_resort_purchase_id\": 13,\n      \"icons\": [\n        \"cloud\",\n        \"truck\"\n      ],\n      \"housekeeping\": true,\n      \"hk_comment\": null,\n      \"resto_lunch_time\": null,\n      \"resto_dinner_time\": null,\n      \"resto_comment\": null,\n      \"crs_id\": null,\n      \"room\": {\n        \"id\": 4,\n        \"label\": \"SUITE COMMUNICANTE\",\n        \"shortcode\": null,\n        \"description\": \"<p>douche</p>\",\n        \"nb_persons_max\": 2,\n        \"room_type_id\": 35,\n        \"rank\": 2,\n        \"stage\": \"\",\n        \"visible\": true,\n        \"show_in_stats\": false,\n        \"real\": true,\n        \"picture_url\": \"\",\n        \"pictures\": [\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n        ],\n        \"created_at\": \"2024-09-25\",\n        \"deleted\": false,\n        \"deleted_at\": null,\n        \"icons\": [\n          \"shower\"\n        ],\n        \"ex_door_id\": \"\",\n        \"state_id\": 1,\n        \"is_date\": false,\n        \"is_separator\": false,\n        \"room_type\": {\n          \"id\": 35,\n          \"label\": \"communicante.\",\n          \"shortcode\": \"SHORT\",\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"public\": true,\n          \"color\": \"#960096\",\n          \"description\": \"<p>Chambre communicante</p>\",\n          \"rank\": 2,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"state\": null,\n        \"linked_room_id\": null\n      },\n      \"rate\": {\n        \"id\": 1,\n        \"derived_from_id\": null,\n        \"vat_rate_id\": 1,\n        \"label\": \"Standard.\",\n        \"shortcode\": \"std\",\n        \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n        \"color\": \"#b300ff\",\n        \"rank\": 0,\n        \"subject_to_pricing\": true,\n        \"is_promo\": false,\n        \"rate_per_person\": false,\n        \"public\": true,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"formula\": \"p*1\",\n        \"bo_visible\": true,\n        \"deleted\": false,\n        \"cm_id\": \"115237\",\n        \"cm2_id\": null,\n        \"cm_send_rate\": true,\n        \"send_ask_balance_email\": true,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": 0,\n        \"deposit_rate\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null,\n        \"vat_rate\": {\n          \"id\": 1,\n          \"vat_rate\": 0,\n          \"deleted\": false\n        },\n        \"derived_from\": null\n      },\n      \"booking\": null,\n      \"booking_nb_persons\": [\n        {\n          \"id\": 1,\n          \"booking_room_id\": 1,\n          \"age_range_id\": 3,\n          \"nb_persons\": 2,\n          \"age_range\": {\n            \"id\": 3,\n            \"age\": 18,\n            \"deleted\": false,\n            \"is_infants\": false,\n            \"is_children\": false,\n            \"is_adults\": true,\n            \"mapping_key\": \"adults\"\n          }\n        }\n      ],\n      \"nb_persons\": {\n        \"adults\": 2,\n        \"children\": 0,\n        \"infants\": 0\n      },\n      \"rooming_customer\": null,\n      \"resort_purchase\": {\n        \"id\": 11,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_RESERVATION\",\n        \"label\": \"Suite (201)\",\n        \"description\": \"Standard.\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 0,\n          \"label\": \"Hébergement\",\n          \"color\": \"\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 200,\n        \"priceExcludingTaxes\": 181.82,\n        \"taxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalTaxes\": 18.18,\n        \"amountIncludingTaxes\": 200,\n        \"amountExcludingTaxes\": 181.82,\n        \"amountTaxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalAmountTaxes\": 18.18,\n        \"childrenPurchases\": [\n          {\n            \"id\": 12,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": null,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      \"taxes_resort_purchase\": {\n        \"id\": 13,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": null,\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 4.96,\n        \"priceExcludingTaxes\": 0,\n        \"taxesByRates\": [],\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 4.96,\n        \"amountExcludingTaxes\": 0,\n        \"amountTaxesByRates\": [],\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 14,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 4.96,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 4.96,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 13,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      \"price_per_nights\": [\n        {\n          \"id\": 12,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_RESERVATION\",\n          \"label\": \"23/01\",\n          \"description\": \"\",\n          \"quantity\": 1,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": {\n            \"id\": 0,\n            \"label\": \"Hébergement\",\n            \"color\": \"\"\n          },\n          \"article\": null,\n          \"customer\": {\n            \"id\": 746,\n            \"lastName\": \"Gorchon\",\n            \"firstName\": \"Jeanne\",\n            \"email\": \"support@thais-soft.com\",\n            \"company\": \"Thais PMS\",\n            \"blackListed\": false,\n            \"name\": \"Gorchon Jeanne\",\n            \"languageId\": 1,\n            \"companyId\": 1564,\n            \"invoiceBalance\": 1292.92\n          },\n          \"orderId\": null,\n          \"originOrderId\": null,\n          \"originOrderLabel\": null,\n          \"invoiceId\": 3,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n          \"updatedAt\": null,\n          \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n          \"priceIncludingTaxes\": 200,\n          \"priceExcludingTaxes\": 181.82,\n          \"taxesByRates\": {\n            \"10.00\": 18.18\n          },\n          \"totalTaxes\": 18.18,\n          \"amountIncludingTaxes\": 200,\n          \"amountExcludingTaxes\": 181.82,\n          \"amountTaxesByRates\": {\n            \"10.00\": 18.18\n          },\n          \"totalAmountTaxes\": 18.18,\n          \"childrenPurchases\": [],\n          \"parentPurchaseId\": 11,\n          \"groupId\": null,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      ]\n    }\n  ],\n  \"promo_code\": null,\n  \"ebooking\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Modifier le rooming d'une chambre",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/{{booking_id}}/booking-rooms/{{booking_room_id}}/rooming",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "bookings",
                "{{booking_id}}",
                "booking-rooms",
                "{{booking_room_id}}",
                "rooming"
              ]
            },
            "description": "Modification du client affecte a une chambre de reservation. Deux options sont possibles : - Utiliser `customer_id` pour associer un client existant dans la base. - Utiliser `rooming` pour definir directement un nom (max 255 caracteres) sans creer de fiche client.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customer_id\": \"{{customer_id}}\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Rooming par customer_id (client existant)",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/1/booking-rooms/1/rooming",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "bookings",
                    "1",
                    "booking-rooms",
                    "1",
                    "rooming"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"customer_id\": 746\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 1,\n  \"reference\": \"CDH1\",\n  \"customer_id\": 746,\n  \"start_at\": \"2026-01-23\",\n  \"end_at\": \"2026-01-24\",\n  \"created_at\": \"2026-01-23T12:04:56+01:00\",\n  \"updated_at\": \"2026-03-26T11:08:41+01:00\",\n  \"start_time\": \"17:00\",\n  \"end_time\": \"12:00\",\n  \"comment\": \"toto\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\",\n  \"confirmed\": true,\n  \"in_statistics\": false,\n  \"deposit_amount\": 0,\n  \"is_in_ask_balance_mode\": true,\n  \"ask_balance_email_sended_at\": null,\n  \"has_cc_data\": false,\n  \"dispatch\": 0,\n  \"created_by_id\": 1,\n  \"canceled\": true,\n  \"canceled_at\": \"2026-02-20T10:34:49+01:00\",\n  \"has_pending_update\": false,\n  \"cancelable_by_customer\": false,\n  \"no_show\": true,\n  \"email_txt\": \"dfcxvcxcvcxvxcvxccxvxcv\\nxcvxcvxcv\",\n  \"source\": \"support\",\n  \"booking_origin_id\": 2,\n  \"booking_reason_id\": 6,\n  \"tourist_tax_auto\": true,\n  \"booking_group_id\": \"69739241b598a\",\n  \"group_code\": null,\n  \"resort_order_id\": 4,\n  \"crs_id\": null,\n  \"promo_code_id\": null,\n  \"has_valid_payline_token\": false,\n  \"resort_order\": {\n    \"id\": 4,\n    \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n    \"label\": \"CDH1: 23/01/2026 - 24/01/2026\",\n    \"externalReference\": null,\n    \"isTransferBlocked\": false,\n    \"isPaid\": false,\n    \"totalExcludingTaxes\": 430.61,\n    \"totalIncludingTaxes\": 468.71,\n    \"totalOutstandingDeposits\": 1200,\n    \"totalOutstandingIncludingTaxes\": 263.75,\n    \"deposits\": [\n      {\n        \"id\": 591,\n        \"createdAt\": \"2026-02-20T00:27:06+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 592,\n        \"createdAt\": \"2026-02-20T00:29:18+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1213,\n        \"createdAt\": \"2026-03-19T10:32:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1214,\n        \"createdAt\": \"2026-03-19T10:48:47+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1215,\n        \"createdAt\": \"2026-03-19T10:54:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1221,\n        \"createdAt\": \"2026-03-19T16:23:17+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1224,\n        \"createdAt\": \"2026-03-19T16:57:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1225,\n        \"createdAt\": \"2026-03-19T17:01:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1226,\n        \"createdAt\": \"2026-03-19T17:06:57+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1227,\n        \"createdAt\": \"2026-03-19T17:14:01+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1228,\n        \"createdAt\": \"2026-03-19T17:16:21+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1229,\n        \"createdAt\": \"2026-03-19T17:18:50+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1230,\n        \"createdAt\": \"2026-03-19T18:14:39+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1231,\n        \"createdAt\": \"2026-03-19T18:18:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1232,\n        \"createdAt\": \"2026-03-19T18:24:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1233,\n        \"createdAt\": \"2026-03-19T18:27:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1234,\n        \"createdAt\": \"2026-03-19T18:31:52+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1235,\n        \"createdAt\": \"2026-03-19T18:46:33+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1236,\n        \"createdAt\": \"2026-03-19T20:04:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1237,\n        \"createdAt\": \"2026-03-19T20:17:09+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1238,\n        \"createdAt\": \"2026-03-19T20:24:42+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1239,\n        \"createdAt\": \"2026-03-19T20:30:07+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1240,\n        \"createdAt\": \"2026-03-19T20:34:29+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1241,\n        \"createdAt\": \"2026-03-19T22:53:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1249,\n        \"createdAt\": \"2026-03-20T10:53:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1253,\n        \"createdAt\": \"2026-03-20T12:01:56+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      }\n    ],\n    \"originDeposits\": [\n      {\n        \"id\": 591,\n        \"createdAt\": \"2026-02-20T00:27:06+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 592,\n        \"createdAt\": \"2026-02-20T00:29:18+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1213,\n        \"createdAt\": \"2026-03-19T10:32:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1214,\n        \"createdAt\": \"2026-03-19T10:48:47+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1215,\n        \"createdAt\": \"2026-03-19T10:54:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1221,\n        \"createdAt\": \"2026-03-19T16:23:17+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1224,\n        \"createdAt\": \"2026-03-19T16:57:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1225,\n        \"createdAt\": \"2026-03-19T17:01:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1226,\n        \"createdAt\": \"2026-03-19T17:06:57+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1227,\n        \"createdAt\": \"2026-03-19T17:14:01+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1228,\n        \"createdAt\": \"2026-03-19T17:16:21+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1229,\n        \"createdAt\": \"2026-03-19T17:18:50+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1230,\n        \"createdAt\": \"2026-03-19T18:14:39+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1231,\n        \"createdAt\": \"2026-03-19T18:18:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1232,\n        \"createdAt\": \"2026-03-19T18:24:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1233,\n        \"createdAt\": \"2026-03-19T18:27:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1234,\n        \"createdAt\": \"2026-03-19T18:31:52+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1235,\n        \"createdAt\": \"2026-03-19T18:46:33+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1236,\n        \"createdAt\": \"2026-03-19T20:04:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1237,\n        \"createdAt\": \"2026-03-19T20:17:09+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1238,\n        \"createdAt\": \"2026-03-19T20:24:42+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1239,\n        \"createdAt\": \"2026-03-19T20:30:07+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1240,\n        \"createdAt\": \"2026-03-19T20:34:29+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1241,\n        \"createdAt\": \"2026-03-19T22:53:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1249,\n        \"createdAt\": \"2026-03-20T10:53:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1253,\n        \"createdAt\": \"2026-03-20T12:01:56+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      }\n    ],\n    \"invoices\": [\n      {\n        \"id\": 3,\n        \"reference\": \"F0000000003\",\n        \"externalReference\": null,\n        \"createdAt\": \"2026-01-23T14:14:39+01:00\",\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"totalIncludingTaxes\": 204.96,\n        \"totalExcludingTaxes\": 181.82,\n        \"balance\": 0,\n        \"paid\": true,\n        \"creditNote\": false,\n        \"canceled\": false,\n        \"isCancelable\": true,\n        \"payments\": [\n          {\n            \"id\": 697,\n            \"createdAt\": \"2026-02-26T14:47:40+01:00\",\n            \"accountedAt\": null,\n            \"canceled\": false,\n            \"canceledPaymentId\": null,\n            \"cancelable\": true,\n            \"amount\": 204.96,\n            \"comment\": null,\n            \"paylineTransactionId\": null,\n            \"reference\": null,\n            \"lettering\": false,\n            \"treated\": false,\n            \"hasReminder\": false,\n            \"typeId\": 2,\n            \"typeLabel\": \"CB\",\n            \"invoiced\": true,\n            \"onReceipt\": false,\n            \"createdById\": 1,\n            \"deskId\": 1,\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"giftCardId\": null,\n            \"giftCard\": null,\n            \"isForGiftCardPayment\": false,\n            \"isByGiftCardPayment\": false,\n            \"updatable\": false\n          }\n        ]\n      }\n    ],\n    \"receipts\": [],\n    \"purchases\": [\n      {\n        \"id\": 11,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_RESERVATION\",\n        \"label\": \"Suite (201)\",\n        \"description\": \"Standard.\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 0,\n          \"label\": \"Hébergement\",\n          \"color\": \"\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 200,\n        \"priceExcludingTaxes\": 181.82,\n        \"taxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalTaxes\": 18.18,\n        \"amountIncludingTaxes\": 200,\n        \"amountExcludingTaxes\": 181.82,\n        \"amountTaxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalAmountTaxes\": 18.18,\n        \"childrenPurchases\": [\n          {\n            \"id\": 12,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": null,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 13,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": null,\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 4.96,\n        \"priceExcludingTaxes\": 0,\n        \"taxesByRates\": [],\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 4.96,\n        \"amountExcludingTaxes\": 0,\n        \"amountTaxesByRates\": [],\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 14,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 4.96,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 4.96,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 13,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11006,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:33:08+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:33:08+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11007,\n        \"application\": \"RESTAURANT\",\n        \"type\": \"RESTAURANT_PURCHASE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 1208,\n        \"originOrderLabel\": \"Transfert API test\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": true,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:33:55+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:33:55+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 8.79,\n        \"taxesByRates\": {\n          \"20.00\": 1.76\n        },\n        \"totalTaxes\": 1.76,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 8.79,\n        \"amountTaxesByRates\": {\n          \"20.00\": 1.76\n        },\n        \"totalAmountTaxes\": 1.76,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11008,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:48:54+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:48:54+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11009,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:54:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:54:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11036,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:23:23+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:23:23+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11047,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:57:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:57:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11072,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:01:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:01:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11085,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:07:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:07:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11102,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:14:07+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:14:07+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11109,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:16:27+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:16:27+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11122,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:18:57+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:18:57+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11143,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:14:45+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:14:45+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11144,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:18:25+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:18:25+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11145,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:24:47+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:24:47+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11146,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:27:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:27:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11153,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:31:59+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:31:59+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11169,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:46:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:46:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11185,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:04:46+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:04:46+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11192,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:17:16+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:17:16+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11199,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:24:49+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:24:49+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11206,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:30:13+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:30:13+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11220,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:34:36+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:34:36+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11245,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T22:53:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T22:53:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11342,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T10:53:41+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T10:53:41+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11364,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T12:02:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T12:02:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    ],\n    \"originPurchases\": [\n      {\n        \"id\": 11,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_RESERVATION\",\n        \"label\": \"Suite (201)\",\n        \"description\": \"Standard.\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 0,\n          \"label\": \"Hébergement\",\n          \"color\": \"\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 200,\n        \"priceExcludingTaxes\": 181.82,\n        \"taxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalTaxes\": 18.18,\n        \"amountIncludingTaxes\": 200,\n        \"amountExcludingTaxes\": 181.82,\n        \"amountTaxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalAmountTaxes\": 18.18,\n        \"childrenPurchases\": [\n          {\n            \"id\": 12,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": null,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 13,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": null,\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 4.96,\n        \"priceExcludingTaxes\": 0,\n        \"taxesByRates\": [],\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 4.96,\n        \"amountExcludingTaxes\": 0,\n        \"amountTaxesByRates\": [],\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 14,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 4.96,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 4.96,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 13,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11006,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:33:08+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:33:08+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11008,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:48:54+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:48:54+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11009,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:54:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:54:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11036,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:23:23+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:23:23+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11047,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:57:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:57:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11072,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:01:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:01:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11085,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:07:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:07:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11102,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:14:07+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:14:07+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11109,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:16:27+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:16:27+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11122,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:18:57+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:18:57+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11143,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:14:45+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:14:45+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11144,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:18:25+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:18:25+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11145,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:24:47+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:24:47+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11146,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:27:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:27:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11153,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:31:59+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:31:59+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11169,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:46:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:46:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11185,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:04:46+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:04:46+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11192,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:17:16+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:17:16+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11199,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:24:49+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:24:49+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11206,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:30:13+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:30:13+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11220,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:34:36+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:34:36+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11245,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T22:53:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T22:53:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11342,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T10:53:41+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T10:53:41+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11364,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T12:02:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T12:02:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    ]\n  },\n  \"customer\": {\n    \"id\": 746,\n    \"civility_id\": 1,\n    \"lastname\": \"Gorchon\",\n    \"firstname\": \"Jeanne\",\n    \"company\": \"Thais PMS\",\n    \"comment\": \"TEST SUPPORT\\n-----------------\\ntest\",\n    \"allergies\": \"Intolérance gluten\\n-----------------\\ntest\",\n    \"email\": \"support@thais-soft.com\",\n    \"phone\": \"+33750661935\",\n    \"cellphone\": \"+33750661935\",\n    \"postcode\": \"34000\",\n    \"city\": \"Castelneau\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"Maison\",\n    \"address2\": \"test\",\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": null,\n    \"birthdate\": \"1899-11-30\",\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 11,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 4,\n    \"customer_company_id\": 1564,\n    \"satisfaction_rating\": 5,\n    \"contact_channel\": \"Email\",\n    \"deleted\": false,\n    \"updated_at\": \"2026-03-23T07:43:23+01:00\",\n    \"auto_email\": true,\n    \"gdpr_accepted_at\": \"2025-03-12 14:47:18\",\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgQAAACKCAYAAADVJ1IXAAAAAXNSR0IArs4c6QAAFtxJREFUeF7tnU/IfkUVx49g4SJQwaCFUFGR0CIXLX4Lo4SgoqAWumphgqta5ELJoLB2hUK6bCElbQqEcFVBYJJRQX9cZLgQTHThwoWQkIvAnq/eY8fp/pn7PPfPzNzPhZ/v6/vcO/fMZ+a5850zZ869yjggAAEIQAACEDg8gasOTwAAEIAABCAAAQgYgoBOAAEIQAACEIAAgoA+AAEIQAACEICAIQjoBBCAAAQgAAEIIAjoAxCAAAQgAAEIGIKATgABCEAAAhCAAIKAPgABCEAAAhCAgAiwy4B+AAEIQAACEIAAgoA+AAEIQAACEIAAHgL6AAQgAAEIQAACLBnQByAAAQhAAAIQIIaAPgABCEAAAhCAwJsECCqkI0AAAhCAAAQggCCgD6xG4ANmdpuZ3WBmv+ruor/pX3q8ZmY3mdldq1lDwRCAAAQgMEoADwEdZGkCXzWzT5mZfs49njSzT8+9iPMhAAEIQOByAgiCyxlSwluD+B3dYN7nAchlhCDIJcV5EIAABBYmgCBYGOjBitPg/+OZs/p/mtmjHSf9rn+fMLMvziznYKipLgQgAIF1CSAI1uXbculaEpAYyDleNrMfnU78bs7JnAMBCEAAAtsTQBBsz7zWO8oboKUB/dTyQM7SwJ2n835Sa4Wxe5CAt336UxfI4+M//XdQQgACFRBAEFTQSDubqIe+vAH3Z9ihwV9xAL8NA0PGZZyyI4F054f+XwO5ft7c2XVt9/9Du0TGzPdlIf1U34hiAcGwY8NzawikBBAE9Ik+AreY2T1mpoFgKupfIuB7CIBiO5LP4n3Xh3aAnDOwr1XBV83s6URIIhTWok25EBghgCCge0QCWuOfWg7Q7F8zPfccQLAsAnFpR4P/lKBz61NXv8p5xcze1Q3Y8byhATsuIbw/LCvl2uD38D4msYk4KKt/YU3DBBAEDTfujKpN7RbwnQEEBc6AutGp8uZ85hTgqQF4KPeDu+3dZe9LOlsNtlEo6HcJFR0SCtd1/4ZwyVbFomxl60bNxm0gUB4BBEF5bbKHRU/0zCTlyn38ZIxEAA/jPVpl+J7uBVBcRxrcGQd/Dab6V/ohYaB/Y8sZBKiW3orYVz0BBEH1TXhxBX5nZppl+sGM7GKkqxTgg2bfko6Em9bhcwWAxxCUKhY80VXq8aBvrtK1KBQCbxFAEBy7J2hgeD5BQJ8op0+ofeQF8O2e0bKhYE6P7fDZtq6JA797F/R3BYOWvAykeivXRfSCyAMib0GpYqac3oMlEJhJgIf/TGCNna7BIG4nvNfMHmysjrVWJ20b1WNsR8ec7aHO5CUz+04FuSIkClJvwSdPsRNP1dq42A2BEgkgCEpsle1seiPcShHl793u1txphECM6dBMWDP5sRlxn3gYA6z4EAXz6aglYFR1/Hr39ky3+1biW/geQWA5AgiC5VjWVlK6XKDZp1yxHPsRkIv8F2GwftbMPt+Z4+v++ulb+vT7jWZ2dWJyfF+EPtL5L3Tn+A6D+A6KWkRByoc+u19f5c4NEkAQNNiomVVKZ5WlrydnVqvq0+bO9NPKzhnY+7aa1hDJL7vlQfG4gg/iJai6z2N8QQQQBAU1xsampC8nIoJ74wbouZ0HEd5kZldmmnPObNnv5+vzEhQaYEs/5CmQKNBRg4gpnSf2QeBNAgiCY3cE7TCIEdw/MLP7jo2kqNr7jgDtGHCXvwzUwO0xBZfmiEiXjrQuX3oEf7QZQVBUl8WYmgkgCGpuvctt73NRz3E7X24BJZRAIA1ilCgo+YiCoAYBUzJLbIPA2wQQBHSGf5vZNT0YXBiQT779PhKFYQ3LBnefXrz1w65ZEATt909quBEBBMFGoAu+zffN7JsT9nk6XD9NW9Ze7v7JlR3d1vHcS93ZBWNryrS4Jq+KlT7Iel4CbZ+8vqmWoDIQ2JEAgmBH+AXdOma3m/tmuqlquEBwcRAFRPrZVFl8vg6BNI7gYTPTLLzUw/NnlC5cSuWHXRDoJYAgoGOkBNLI8y0J9XkaFPXu6ZUlJrSnXkcMsnMbU49EfKXv0Dlb1q/Ue6WC4DEzu71QY313TA1LG4UixCwI9BNAENAzhgjECHffiaCHsAbi18xMmQ11+Kts9XtMnlML2T7R4Lbr+xHf9aD6zV0GcY9I6d6QF7skR6q7dhmUGFhIMGEt3yrsrJIAgqDKZqvCaBcRLhLcaP97zJ4Xf4+VU6zC62amjH1xe6R7CfpAxPOiDZdA02Aey720LBcHqVhQuXMFxyW2xGvT9wWUlvCH3ANLtTTlQGCAAIKArnFUAukAPzbojw3SqQCJ5cTP/O2DUzEae2WMTBNVlbS/P+6CIG7gqN9Y6r06AQTB6oi5AQT+j8AtZnabmX0lvKxHJ2kZRmv3eyQGSncanJP5cOmmlqD6qZmJF689Xpou5UEgIYAgoEtAYHkCcanCPQIea5F6COQR0GCnAXjvI2au3DtoL76z4BEzu2tvONwfAq0TQBC03sLUbw0CPuD7OwAU63DtaWavwT4n1qDUpE9p5sq94gjcDrwCa/ReyoTAAAEEAV0DAsMEfKeFfvorh6diAGJpHnugJQAFEOrnHssBuW2cLhvsEc/gwY17eyhymXEeBJohgCBopimpyJkEfEbvs3u59ucM+rrtc2Z2def6f7L7qQGt5MF/CFdcNthy+6HaQWJA7PcQImd2Hy6DQDsEEATttCU1mSbgWyA16GjGn+vi95JjLgGf8adpnaetKPuMPZYNYrIh7W6oUUiV3apYB4EMAgiCDEicUiWBOPjPnfX7IK/Zvo7SXf1LN1D0Eqy9/dAFyJbeiKV5UR4EmiCAIGiiGQ9diTTAb87gHwd+/53ZqVl8HfJa2w/jLgKWCA79FabypRBAEJTSEtiRQyB1+XvQ39i1MTVx7ev7OYyWOCcmKVp65q42U/n3F5wieQmGlAGB6gggCKprskMYHGf9+v2jZnZlpObpoH9EN/+SHSO+M0DlLvWcUMyGAgd1PHr6j5YLOCAAgUIILPVFL6Q6mFEhgZxZvzL46YVKGvh9XR8X/7qNHeMILs1HwA6CdduK0iGwCAEEwSIYKSSTQNzXP7TW79v1ati3n1ntKk/7m5nd3Fl+riBIlwcUoLjXy5uqbASMhsCWBBAEW9I+zr3irF+1Hhv85TrWcbRI/tJ7wz1m9kBn5NydBlEIkG2w9JbGPgh0BBAEdIVLCeTO+t3d71H8RPNfSn7d62McwZzAwph2mDiBdduI0iGwKAEEwaI4my4sZ9ZfW6rephtsgcrNiSMgYHAB4BQBgT0JIAj2pF/uvXOS+qRr/a1l7Cu3dbazLGYtHFo2IGBwu/bgThBYlQCCYFW8VRQ+NfgfPWtfFY24kpFjywZpwKCSC7EMtFJDUCwEtiCAINiCcjn3yBn8a3kzXzlU27akb9kgxglICCibIQcEIFA5AQRB5Q04YH76Bj9/fa+/xS9N2csDvc1+sEStYtZCBQlqx4gOAgaXoEsZECiIAIKgoMY4w5SpQD8P8vuzmT3D1r4zCHOJCLxoZjd2KB42s7vBAgEItEcAQVBHm+YM/DGLH3v662jX0q2McQJuKy8iKr3VsA8CZxJAEJwJbsXL5NZ3136a0Ie3860InqLfJtCXWEjvINDf1QdvJeMgvQUC7RFAEOzXpums/47ugesWaZbvefuZ8e/XTke781BiobgF8V4ze/BoYKgvBFongCDYpoVjNr/3d69/9Tuns34N/uR736ZduMv/CORkGPzXSQi85xRD8KqZXQ88CECgLQIIgmXbM762VyWPufyZ9S/LntLOI5AjBLxk7UaRJ0uHlg3IO3Aec66CQJEEEATnNUsc+K8zs4+HdX+VSDKf87hy1TYE0hiB3C2Eim15ojOR4MJt2oq7QGAzAgiCadRxrT91979kZq+Y2eNdMcz6p3lyxn4EzhUC0WIJAgkDiV69FpkDAhBohACC4J0NOZbJL83dj7u0kS/BAaqxhBBwTDFREV6CA3QeqngcAkcXBP6gVIvHKH8G/+N8B1quqfr3/V0Qq/r0EmmG4/sNxA5R0HIPom6HInBEQeD7/FMBoHVUPTRJ43uor0CTlfVXEWvwVn/WoL3kzpXoJVC5uTEITcKmUhBohcARBIF7AWLEvz/E1I6KsuaAQAsE1Jdd6Lo3YEkhEBnFvARLeR9aaAPqAIFqCbQoCOKe/z4vgGZMaz0kq+0IGF4VgTSplTwCEryvm9nLIzXxTIPKJXC1mT3dnRu/Dy8kf/Pls75ioyj4j5l9hO9WVf0IYyHwDgKtCAI96L5tZh8K2/9iHABeADp+rQSiwE3zWmxZJ/8+KXumJ8+SbQ+Y2W2dIdp18whety2bhXtBYDkCtQqCuAzgsyWfHWk9k+1/y/URStqOQMxvoS2umvn737azIu9OLhD+amZfM7ObwmVrxC3kWcVZEIDA2QRqEgR9b17zWAB/OLEUcHZX4MKdCPTFuEyZIvf8H83sOTNzF7+u8YRYfdfrM18y8M9TsRE/j5/JM+Geir6yZcuvux0N/rnudyfZDKeaks8hUA6BGgSBHkR605q/AdBFALEA5fQjLMkjED0AY+5/H9j1/fyYmd3QFb92oOBULdwb9+UueFFZOnU8Zma3n36JMQVeFt6CKap8DoFCCJQuCPQAUmY03z6lGQcHBGoikOMB8Ddb+tq8tvUpf4COvbf1jcUwyDOgmIL7QoOkAt4/inUkqVdNPRhbD0OgZEHwkJl9o2sJPUD0MhUOCNRAwEVA+kprH+A1yHtwng+OcctgKUIgChPZqXp5vo6xt3KO1d/rpuuf6bwLLPXV0KuxsXkCpQqCX57WSD+HGKiy/7lbfCgYLj78WxsIbulErEfdewMOLXONxcXstTMmtUlegIdPQYM/O6M3undBwsiX/IaKITvoGYC5BAJLEihVELxoZjd2FSU16pItPl2WD+TxAa41bO1d16Hodz98TfmSSHgNBNeY2asDe+jTQDgXETGY7rXuJVNbZ5kcWw4Yc/Vr5q0YAv2MomGJ1MLTLdx/RioElo5XcHEwFaAYrfNYCveojOVEOLfeXAcBCHQEShUEMk+BhP7ARBQs32Vz1raXv+u6JWpZac31aWemWvgaf1ojJQb6Vk8K7D5vgK6VvYqN2cNbkrr2t4xXiMJzrkhwblp2QSSs+52i9AMRKFkQpKLA1yw1M4zrl3s8SGvtIlNru3G2Grkqmlxb3DzaPa1/OouP5URvgv8uj8AVM1MiG/cE6TO9Slpb6t5tZv/ovBI6V1n19E9H6o1w74AGhzjjXqqNpoSTD6JDuS90vb9gKNq09Aw8p74xQNDjG6bszyl3yXPOEQreVz1wEZGwZItQ1mEIlC4I1BDPTyRnefaUKe3vZqaBYWhgkojwh0Z0Q85t6HR9/Fwx4nvCdf/4e2pPWn6s31BdfdCM5SqLo7avaRCOh9aH/9Ttadff07S36eDbtzSQLiHE8n1JIZez11fLBxIgCjpT+d5+sQ2dXW7ZuefFQbPPCxDXuofW+YeE15YzcO8HEkli6GLJGdaUwOsckeD9w7/vsQ+t6UXK7WecB4HiCNQgCARN69l6OM8dYHKAp0FufYPeJWvkOTZceo4GUM3ix8TFpfcYuz5l2LfOHwfwLQb2OfW91Avg9xpaFthKCPQtafi9ZWNrGTxdvKlu7vGY811NJwe+BBHFxJx+xLkQqJpALYIgQvZ0rp7YZc4D4NLGkotbrmulSY6DgA9w59jig3iftyH9W7xP/Ezt+EZnkGZCPqvWn242sy91nymbnLwC6dF3nz4PRDqQX8pzz+t98Iyz52iPu5+nov3HlmHEa+1AwVTMuABobfDP7SvRm6Br9P9q4+jdy/2epl5FleeiwcVErl2cB4HiCdQoCFKo0Wsw5OJ2t3b8PD4g4qAcHwIeyV7zw1X19EyP0d1dc50u+WJJULrHKZbjA6l+5uxWENe+2ACVuWR8gPfv2M/TLIcuXsjemd8z0meBPwP0d8XKKJ4liomhbZNDosEticKhT/TnW8yZEFiZQAuCYGVETRSv9WOJgvSQp0Meg9TF3/cQq/lhNuXKzxVHQ+WI6yXLAj7Y+6DjM9qYrtvvoRmqDl8HZz18u69o6n2QMHMvRBRsYxZt4TXajgh3aooAgqCp5hysjK+15iSImSIyNOPxgaqU+IAhV/45LnUtGwy9e2DqAZ+6quOsMw4ikVtkOZYRcKqt+HxbAtHrED0K6bKFPEgIuW3bhrtlEEAQZEBq7JSxWe6aVR2Kh4h/j8mG3JYcz4Sf874uw+VnzUy/+6HdEz/vvCHyiPiD293Eab31ubwnypYpEZUecif/vvMKKKCzL1mTzxzjtW6nBoMY9c569Jo9j7IhAIEsAgiCLExNnuReA1Uuuj59IMsNvGoSzkCllCNB21t9R0cULemyiz7zgZ7Z4JF6CXWFQKUEEASVNtxGZg8FYfrf02DN3HXUJczXLF1JizylssrUYP0XM3u6S4UcB2W/pw/OstU9BHLvfuGUzyJ9B4Ffrz37BOwt0WqUAQEIFEsAQVBs0zRh2NiuDvdE+KDrA3RfxX327V6NmDDo3GC+qaWTqdiAJhqISkAAAhBwAggC+kLpBNLgwHOCAr2OQ4GG0fUvb8BU7oHSmWEfBCAAgdkEEASzkXHBBgSGRMBvzOypmff3ssZ2CbAkMBMqp0MAAu0RQBC016Y11yh145+7HODLEcq/MPRWwkvKrpkxtkMAAhDoJYAgoGOUQkBiQC+y0nFupj+V8VBI1ZzWDRFQSmtjBwQgUBwBBEFxTXJIgxTl/0QQA3PX8HW98gX0vf7YRQC7BA7Ztag0BCCQSwBBkEuK89YiENMqa0vgrSM38m2N/nMoLkBFqCyPDVjLdsqFAAQg0AwBBEEzTVltRf5gZlc66302r//1HAd6W6OyBvo5YxVlSaDaboDhEIDA3gQQBHu3APefygeQQwghkEOJcyAAAQiMEEAQ0D1KISBh4K9pnvIC6HOJAL0EiNiAUloQOyAAgaoJIAiqbr4mjY9vB1QF9f6AD4f3AuS87KhJMFQKAhCAwJoEEARr0qVsCEAAAhCAQCUEEASVNBRmQgACEIAABNYkgCBYky5lQwACEIAABCohgCCopKEwEwIQgAAEILAmAQTBmnQpGwIQgAAEIFAJAQRBJQ2FmRCAAAQgAIE1CSAI1qRL2RCAAAQgAIFKCCAIKmkozIQABCAAAQisSQBBsCZdyoYABCDQBgF/A+ncN5G2UfuD1AJBcJCGppoQgAAEziQQ30h6Z5cu/MyiuKxkAgiCklsH2yAAAQjsT0DpxJ/vzNDryfVqcY4GCSAIGmxUqgQBCEBgYQISBbxHZGGopRWHICitRbAHAhCAAAQgsAMBBMEO0LklBCAAAQhAoDQCCILSWgR7IAABCEAAAjsQQBDsAJ1bQgACEIAABEojgCAorUWwBwIQgAAEILADAQTBDtC5JQQgAAEIQKA0AgiC0loEeyAAAQhAAAI7EEAQ7ACdW0IAAhCAAARKI4AgKK1FsAcCEIAABCCwAwEEwQ7QuSUEIAABCECgNAIIgtJaBHsgAAEIQAACOxBAEOwAnVtCAAIQgAAESiOAICitRbAHAhCAAAQgsAMBBMEO0LklBCAAAQhAoDQCCILSWgR7IAABCEAAAjsQQBDsAJ1bQgACEIAABEojgCAorUWwBwIQgAAEILADAQTBDtC5JQQgAAEIQKA0AgiC0loEeyAAAQhAAAI7EEAQ7ACdW0IAAhCAAARKI4AgKK1FsAcCEIAABCCwAwEEwQ7QuSUEIAABCECgNAIIgtJaBHsgAAEIQAACOxD4LyX/Kcdv3mTjAAAAAElFTkSuQmCC\",\n    \"vat_number\": \"xxx\",\n    \"vat_number_no_eu\": \"\",\n    \"siren\": \"\",\n    \"siret\": \"\",\n    \"civility\": {\n      \"id\": 1,\n      \"label\": \"M. ou Mme\",\n      \"rank\": 2,\n      \"deleted\": false\n    },\n    \"country\": null,\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"color\": \"#144bb8\",\n      \"rank\": 9,\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 11,\n      \"label\": \"Non renseignés\",\n      \"color\": \"#000000\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"nationality\": null,\n    \"language\": null,\n    \"customer_origin\": null,\n    \"customer_company\": null,\n    \"crm_completion\": 71,\n    \"invoice_balance\": 1292.92,\n    \"hotel_booking_count\": 2\n  },\n  \"booking_origin\": {\n    \"id\": 2,\n    \"label\": \"A renseigner (par défaut)\",\n    \"color\": \"#1A1C2C\",\n    \"rank\": 0,\n    \"deleted\": false\n  },\n  \"booking_reason\": {\n    \"id\": 6,\n    \"label\": \"Business\",\n    \"color\": \"#0cc40c\",\n    \"rank\": 3,\n    \"deleted\": false\n  },\n  \"created_by\": null,\n  \"booking_rooms\": [\n    {\n      \"id\": 1,\n      \"booking_id\": 1,\n      \"room_id\": 4,\n      \"rate_id\": 1,\n      \"rooming_customer_id\": 746,\n      \"state\": \"pending\",\n      \"rooming\": null,\n      \"color\": \"#FF00FF\",\n      \"locked\": false,\n      \"resort_purchase_id\": 11,\n      \"taxes_resort_purchase_id\": 13,\n      \"icons\": [\n        \"cloud\",\n        \"truck\"\n      ],\n      \"housekeeping\": true,\n      \"hk_comment\": null,\n      \"resto_lunch_time\": null,\n      \"resto_dinner_time\": null,\n      \"resto_comment\": null,\n      \"crs_id\": null,\n      \"room\": {\n        \"id\": 4,\n        \"label\": \"SUITE COMMUNICANTE\",\n        \"shortcode\": null,\n        \"description\": \"<p>douche</p>\",\n        \"nb_persons_max\": 2,\n        \"room_type_id\": 35,\n        \"rank\": 2,\n        \"stage\": \"\",\n        \"visible\": true,\n        \"show_in_stats\": false,\n        \"real\": true,\n        \"picture_url\": \"\",\n        \"pictures\": [\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n        ],\n        \"created_at\": \"2024-09-25\",\n        \"deleted\": false,\n        \"deleted_at\": null,\n        \"icons\": [\n          \"shower\"\n        ],\n        \"ex_door_id\": \"\",\n        \"state_id\": 1,\n        \"is_date\": false,\n        \"is_separator\": false,\n        \"room_type\": {\n          \"id\": 35,\n          \"label\": \"communicante.\",\n          \"shortcode\": \"SHORT\",\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"public\": true,\n          \"color\": \"#960096\",\n          \"description\": \"<p>Chambre communicante</p>\",\n          \"rank\": 2,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"state\": null,\n        \"linked_room_id\": null\n      },\n      \"rate\": {\n        \"id\": 1,\n        \"derived_from_id\": null,\n        \"vat_rate_id\": 1,\n        \"label\": \"Standard.\",\n        \"shortcode\": \"std\",\n        \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n        \"color\": \"#b300ff\",\n        \"rank\": 0,\n        \"subject_to_pricing\": true,\n        \"is_promo\": false,\n        \"rate_per_person\": false,\n        \"public\": true,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"formula\": \"p*1\",\n        \"bo_visible\": true,\n        \"deleted\": false,\n        \"cm_id\": \"115237\",\n        \"cm2_id\": null,\n        \"cm_send_rate\": true,\n        \"send_ask_balance_email\": true,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": 0,\n        \"deposit_rate\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null,\n        \"vat_rate\": {\n          \"id\": 1,\n          \"vat_rate\": 0,\n          \"deleted\": false\n        },\n        \"derived_from\": null\n      },\n      \"booking\": null,\n      \"booking_nb_persons\": [\n        {\n          \"id\": 1,\n          \"booking_room_id\": 1,\n          \"age_range_id\": 3,\n          \"nb_persons\": 2,\n          \"age_range\": {\n            \"id\": 3,\n            \"age\": 18,\n            \"deleted\": false,\n            \"is_infants\": false,\n            \"is_children\": false,\n            \"is_adults\": true,\n            \"mapping_key\": \"adults\"\n          }\n        }\n      ],\n      \"nb_persons\": {\n        \"adults\": 2,\n        \"children\": 0,\n        \"infants\": 0\n      },\n      \"rooming_customer\": {\n        \"id\": 746,\n        \"civility_id\": 1,\n        \"lastname\": \"Gorchon\",\n        \"firstname\": \"Jeanne\",\n        \"company\": \"Thais PMS\",\n        \"comment\": \"TEST SUPPORT\\n-----------------\\ntest\",\n        \"allergies\": \"Intolérance gluten\\n-----------------\\ntest\",\n        \"email\": \"support@thais-soft.com\",\n        \"phone\": \"+33750661935\",\n        \"cellphone\": \"+33750661935\",\n        \"postcode\": \"34000\",\n        \"city\": \"Castelneau\",\n        \"country_id\": 79,\n        \"country_iso2\": \"FR\",\n        \"address\": \"Maison\",\n        \"address2\": \"test\",\n        \"warning\": false,\n        \"unwanted\": false,\n        \"travel_card\": null,\n        \"birthdate\": \"1899-11-30\",\n        \"customer_group_id\": 1,\n        \"customer_category_id\": 11,\n        \"nationality_id\": 79,\n        \"language_id\": 1,\n        \"customer_origin_id\": 4,\n        \"customer_company_id\": 1564,\n        \"satisfaction_rating\": 5,\n        \"contact_channel\": \"Email\",\n        \"deleted\": false,\n        \"updated_at\": \"2026-03-23T07:43:23+01:00\",\n        \"auto_email\": true,\n        \"gdpr_accepted_at\": \"2025-03-12 14:47:18\",\n        \"rgpd_commercial_agreement\": false,\n        \"signature\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgQAAACKCAYAAADVJ1IXAAAAAXNSR0IArs4c6QAAFtxJREFUeF7tnU/IfkUVx49g4SJQwaCFUFGR0CIXLX4Lo4SgoqAWumphgqta5ELJoLB2hUK6bCElbQqEcFVBYJJRQX9cZLgQTHThwoWQkIvAnq/eY8fp/pn7PPfPzNzPhZ/v6/vcO/fMZ+a5850zZ869yjggAAEIQAACEDg8gasOTwAAEIAABCAAAQgYgoBOAAEIQAACEIAAgoA+AAEIQAACEICAIQjoBBCAAAQgAAEIIAjoAxCAAAQgAAEIGIKATgABCEAAAhCAAIKAPgABCEAAAhCAgAiwy4B+AAEIQAACEIAAgoA+AAEIQAACEIAAHgL6AAQgAAEIQAACLBnQByAAAQhAAAIQIIaAPgABCEAAAhCAwJsECCqkI0AAAhCAAAQggCCgD6xG4ANmdpuZ3WBmv+ruor/pX3q8ZmY3mdldq1lDwRCAAAQgMEoADwEdZGkCXzWzT5mZfs49njSzT8+9iPMhAAEIQOByAgiCyxlSwluD+B3dYN7nAchlhCDIJcV5EIAABBYmgCBYGOjBitPg/+OZs/p/mtmjHSf9rn+fMLMvziznYKipLgQgAIF1CSAI1uXbculaEpAYyDleNrMfnU78bs7JnAMBCEAAAtsTQBBsz7zWO8oboKUB/dTyQM7SwJ2n835Sa4Wxe5CAt336UxfI4+M//XdQQgACFRBAEFTQSDubqIe+vAH3Z9ihwV9xAL8NA0PGZZyyI4F054f+XwO5ft7c2XVt9/9Du0TGzPdlIf1U34hiAcGwY8NzawikBBAE9Ik+AreY2T1mpoFgKupfIuB7CIBiO5LP4n3Xh3aAnDOwr1XBV83s6URIIhTWok25EBghgCCge0QCWuOfWg7Q7F8zPfccQLAsAnFpR4P/lKBz61NXv8p5xcze1Q3Y8byhATsuIbw/LCvl2uD38D4msYk4KKt/YU3DBBAEDTfujKpN7RbwnQEEBc6AutGp8uZ85hTgqQF4KPeDu+3dZe9LOlsNtlEo6HcJFR0SCtd1/4ZwyVbFomxl60bNxm0gUB4BBEF5bbKHRU/0zCTlyn38ZIxEAA/jPVpl+J7uBVBcRxrcGQd/Dab6V/ohYaB/Y8sZBKiW3orYVz0BBEH1TXhxBX5nZppl+sGM7GKkqxTgg2bfko6Em9bhcwWAxxCUKhY80VXq8aBvrtK1KBQCbxFAEBy7J2hgeD5BQJ8op0+ofeQF8O2e0bKhYE6P7fDZtq6JA797F/R3BYOWvAykeivXRfSCyAMib0GpYqac3oMlEJhJgIf/TGCNna7BIG4nvNfMHmysjrVWJ20b1WNsR8ec7aHO5CUz+04FuSIkClJvwSdPsRNP1dq42A2BEgkgCEpsle1seiPcShHl793u1txphECM6dBMWDP5sRlxn3gYA6z4EAXz6aglYFR1/Hr39ky3+1biW/geQWA5AgiC5VjWVlK6XKDZp1yxHPsRkIv8F2GwftbMPt+Z4+v++ulb+vT7jWZ2dWJyfF+EPtL5L3Tn+A6D+A6KWkRByoc+u19f5c4NEkAQNNiomVVKZ5WlrydnVqvq0+bO9NPKzhnY+7aa1hDJL7vlQfG4gg/iJai6z2N8QQQQBAU1xsampC8nIoJ74wbouZ0HEd5kZldmmnPObNnv5+vzEhQaYEs/5CmQKNBRg4gpnSf2QeBNAgiCY3cE7TCIEdw/MLP7jo2kqNr7jgDtGHCXvwzUwO0xBZfmiEiXjrQuX3oEf7QZQVBUl8WYmgkgCGpuvctt73NRz3E7X24BJZRAIA1ilCgo+YiCoAYBUzJLbIPA2wQQBHSGf5vZNT0YXBiQT779PhKFYQ3LBnefXrz1w65ZEATt909quBEBBMFGoAu+zffN7JsT9nk6XD9NW9Ze7v7JlR3d1vHcS93ZBWNryrS4Jq+KlT7Iel4CbZ+8vqmWoDIQ2JEAgmBH+AXdOma3m/tmuqlquEBwcRAFRPrZVFl8vg6BNI7gYTPTLLzUw/NnlC5cSuWHXRDoJYAgoGOkBNLI8y0J9XkaFPXu6ZUlJrSnXkcMsnMbU49EfKXv0Dlb1q/Ue6WC4DEzu71QY313TA1LG4UixCwI9BNAENAzhgjECHffiaCHsAbi18xMmQ11+Kts9XtMnlML2T7R4Lbr+xHf9aD6zV0GcY9I6d6QF7skR6q7dhmUGFhIMGEt3yrsrJIAgqDKZqvCaBcRLhLcaP97zJ4Xf4+VU6zC62amjH1xe6R7CfpAxPOiDZdA02Aey720LBcHqVhQuXMFxyW2xGvT9wWUlvCH3ANLtTTlQGCAAIKArnFUAukAPzbojw3SqQCJ5cTP/O2DUzEae2WMTBNVlbS/P+6CIG7gqN9Y6r06AQTB6oi5AQT+j8AtZnabmX0lvKxHJ2kZRmv3eyQGSncanJP5cOmmlqD6qZmJF689Xpou5UEgIYAgoEtAYHkCcanCPQIea5F6COQR0GCnAXjvI2au3DtoL76z4BEzu2tvONwfAq0TQBC03sLUbw0CPuD7OwAU63DtaWavwT4n1qDUpE9p5sq94gjcDrwCa/ReyoTAAAEEAV0DAsMEfKeFfvorh6diAGJpHnugJQAFEOrnHssBuW2cLhvsEc/gwY17eyhymXEeBJohgCBopimpyJkEfEbvs3u59ucM+rrtc2Z2def6f7L7qQGt5MF/CFdcNthy+6HaQWJA7PcQImd2Hy6DQDsEEATttCU1mSbgWyA16GjGn+vi95JjLgGf8adpnaetKPuMPZYNYrIh7W6oUUiV3apYB4EMAgiCDEicUiWBOPjPnfX7IK/Zvo7SXf1LN1D0Eqy9/dAFyJbeiKV5UR4EmiCAIGiiGQ9diTTAb87gHwd+/53ZqVl8HfJa2w/jLgKWCA79FabypRBAEJTSEtiRQyB1+XvQ39i1MTVx7ev7OYyWOCcmKVp65q42U/n3F5wieQmGlAGB6gggCKprskMYHGf9+v2jZnZlpObpoH9EN/+SHSO+M0DlLvWcUMyGAgd1PHr6j5YLOCAAgUIILPVFL6Q6mFEhgZxZvzL46YVKGvh9XR8X/7qNHeMILs1HwA6CdduK0iGwCAEEwSIYKSSTQNzXP7TW79v1ati3n1ntKk/7m5nd3Fl+riBIlwcUoLjXy5uqbASMhsCWBBAEW9I+zr3irF+1Hhv85TrWcbRI/tJ7wz1m9kBn5NydBlEIkG2w9JbGPgh0BBAEdIVLCeTO+t3d71H8RPNfSn7d62McwZzAwph2mDiBdduI0iGwKAEEwaI4my4sZ9ZfW6rephtsgcrNiSMgYHAB4BQBgT0JIAj2pF/uvXOS+qRr/a1l7Cu3dbazLGYtHFo2IGBwu/bgThBYlQCCYFW8VRQ+NfgfPWtfFY24kpFjywZpwKCSC7EMtFJDUCwEtiCAINiCcjn3yBn8a3kzXzlU27akb9kgxglICCibIQcEIFA5AQRB5Q04YH76Bj9/fa+/xS9N2csDvc1+sEStYtZCBQlqx4gOAgaXoEsZECiIAIKgoMY4w5SpQD8P8vuzmT3D1r4zCHOJCLxoZjd2KB42s7vBAgEItEcAQVBHm+YM/DGLH3v662jX0q2McQJuKy8iKr3VsA8CZxJAEJwJbsXL5NZ3136a0Ie3860InqLfJtCXWEjvINDf1QdvJeMgvQUC7RFAEOzXpums/47ugesWaZbvefuZ8e/XTke781BiobgF8V4ze/BoYKgvBFongCDYpoVjNr/3d69/9Tuns34N/uR736ZduMv/CORkGPzXSQi85xRD8KqZXQ88CECgLQIIgmXbM762VyWPufyZ9S/LntLOI5AjBLxk7UaRJ0uHlg3IO3Aec66CQJEEEATnNUsc+K8zs4+HdX+VSDKf87hy1TYE0hiB3C2Eim15ojOR4MJt2oq7QGAzAgiCadRxrT91979kZq+Y2eNdMcz6p3lyxn4EzhUC0WIJAgkDiV69FpkDAhBohACC4J0NOZbJL83dj7u0kS/BAaqxhBBwTDFREV6CA3QeqngcAkcXBP6gVIvHKH8G/+N8B1quqfr3/V0Qq/r0EmmG4/sNxA5R0HIPom6HInBEQeD7/FMBoHVUPTRJ43uor0CTlfVXEWvwVn/WoL3kzpXoJVC5uTEITcKmUhBohcARBIF7AWLEvz/E1I6KsuaAQAsE1Jdd6Lo3YEkhEBnFvARLeR9aaAPqAIFqCbQoCOKe/z4vgGZMaz0kq+0IGF4VgTSplTwCEryvm9nLIzXxTIPKJXC1mT3dnRu/Dy8kf/Pls75ioyj4j5l9hO9WVf0IYyHwDgKtCAI96L5tZh8K2/9iHABeADp+rQSiwE3zWmxZJ/8+KXumJ8+SbQ+Y2W2dIdp18whety2bhXtBYDkCtQqCuAzgsyWfHWk9k+1/y/URStqOQMxvoS2umvn737azIu9OLhD+amZfM7ObwmVrxC3kWcVZEIDA2QRqEgR9b17zWAB/OLEUcHZX4MKdCPTFuEyZIvf8H83sOTNzF7+u8YRYfdfrM18y8M9TsRE/j5/JM+Geir6yZcuvux0N/rnudyfZDKeaks8hUA6BGgSBHkR605q/AdBFALEA5fQjLMkjED0AY+5/H9j1/fyYmd3QFb92oOBULdwb9+UueFFZOnU8Zma3n36JMQVeFt6CKap8DoFCCJQuCPQAUmY03z6lGQcHBGoikOMB8Ddb+tq8tvUpf4COvbf1jcUwyDOgmIL7QoOkAt4/inUkqVdNPRhbD0OgZEHwkJl9o2sJPUD0MhUOCNRAwEVA+kprH+A1yHtwng+OcctgKUIgChPZqXp5vo6xt3KO1d/rpuuf6bwLLPXV0KuxsXkCpQqCX57WSD+HGKiy/7lbfCgYLj78WxsIbulErEfdewMOLXONxcXstTMmtUlegIdPQYM/O6M3undBwsiX/IaKITvoGYC5BAJLEihVELxoZjd2FSU16pItPl2WD+TxAa41bO1d16Hodz98TfmSSHgNBNeY2asDe+jTQDgXETGY7rXuJVNbZ5kcWw4Yc/Vr5q0YAv2MomGJ1MLTLdx/RioElo5XcHEwFaAYrfNYCveojOVEOLfeXAcBCHQEShUEMk+BhP7ARBQs32Vz1raXv+u6JWpZac31aWemWvgaf1ojJQb6Vk8K7D5vgK6VvYqN2cNbkrr2t4xXiMJzrkhwblp2QSSs+52i9AMRKFkQpKLA1yw1M4zrl3s8SGvtIlNru3G2Grkqmlxb3DzaPa1/OouP5URvgv8uj8AVM1MiG/cE6TO9Slpb6t5tZv/ovBI6V1n19E9H6o1w74AGhzjjXqqNpoSTD6JDuS90vb9gKNq09Aw8p74xQNDjG6bszyl3yXPOEQreVz1wEZGwZItQ1mEIlC4I1BDPTyRnefaUKe3vZqaBYWhgkojwh0Z0Q85t6HR9/Fwx4nvCdf/4e2pPWn6s31BdfdCM5SqLo7avaRCOh9aH/9Ttadff07S36eDbtzSQLiHE8n1JIZez11fLBxIgCjpT+d5+sQ2dXW7ZuefFQbPPCxDXuofW+YeE15YzcO8HEkli6GLJGdaUwOsckeD9w7/vsQ+t6UXK7WecB4HiCNQgCARN69l6OM8dYHKAp0FufYPeJWvkOTZceo4GUM3ix8TFpfcYuz5l2LfOHwfwLQb2OfW91Avg9xpaFthKCPQtafi9ZWNrGTxdvKlu7vGY811NJwe+BBHFxJx+xLkQqJpALYIgQvZ0rp7YZc4D4NLGkotbrmulSY6DgA9w59jig3iftyH9W7xP/Ezt+EZnkGZCPqvWn242sy91nymbnLwC6dF3nz4PRDqQX8pzz+t98Iyz52iPu5+nov3HlmHEa+1AwVTMuABobfDP7SvRm6Br9P9q4+jdy/2epl5FleeiwcVErl2cB4HiCdQoCFKo0Wsw5OJ2t3b8PD4g4qAcHwIeyV7zw1X19EyP0d1dc50u+WJJULrHKZbjA6l+5uxWENe+2ACVuWR8gPfv2M/TLIcuXsjemd8z0meBPwP0d8XKKJ4liomhbZNDosEticKhT/TnW8yZEFiZQAuCYGVETRSv9WOJgvSQp0Meg9TF3/cQq/lhNuXKzxVHQ+WI6yXLAj7Y+6DjM9qYrtvvoRmqDl8HZz18u69o6n2QMHMvRBRsYxZt4TXajgh3aooAgqCp5hysjK+15iSImSIyNOPxgaqU+IAhV/45LnUtGwy9e2DqAZ+6quOsMw4ikVtkOZYRcKqt+HxbAtHrED0K6bKFPEgIuW3bhrtlEEAQZEBq7JSxWe6aVR2Kh4h/j8mG3JYcz4Sf874uw+VnzUy/+6HdEz/vvCHyiPiD293Eab31ubwnypYpEZUecif/vvMKKKCzL1mTzxzjtW6nBoMY9c569Jo9j7IhAIEsAgiCLExNnuReA1Uuuj59IMsNvGoSzkCllCNB21t9R0cULemyiz7zgZ7Z4JF6CXWFQKUEEASVNtxGZg8FYfrf02DN3HXUJczXLF1JizylssrUYP0XM3u6S4UcB2W/pw/OstU9BHLvfuGUzyJ9B4Ffrz37BOwt0WqUAQEIFEsAQVBs0zRh2NiuDvdE+KDrA3RfxX327V6NmDDo3GC+qaWTqdiAJhqISkAAAhBwAggC+kLpBNLgwHOCAr2OQ4GG0fUvb8BU7oHSmWEfBCAAgdkEEASzkXHBBgSGRMBvzOypmff3ssZ2CbAkMBMqp0MAAu0RQBC016Y11yh145+7HODLEcq/MPRWwkvKrpkxtkMAAhDoJYAgoGOUQkBiQC+y0nFupj+V8VBI1ZzWDRFQSmtjBwQgUBwBBEFxTXJIgxTl/0QQA3PX8HW98gX0vf7YRQC7BA7Ztag0BCCQSwBBkEuK89YiENMqa0vgrSM38m2N/nMoLkBFqCyPDVjLdsqFAAQg0AwBBEEzTVltRf5gZlc66302r//1HAd6W6OyBvo5YxVlSaDaboDhEIDA3gQQBHu3APefygeQQwghkEOJcyAAAQiMEEAQ0D1KISBh4K9pnvIC6HOJAL0EiNiAUloQOyAAgaoJIAiqbr4mjY9vB1QF9f6AD4f3AuS87KhJMFQKAhCAwJoEEARr0qVsCEAAAhCAQCUEEASVNBRmQgACEIAABNYkgCBYky5lQwACEIAABCohgCCopKEwEwIQgAAEILAmAQTBmnQpGwIQgAAEIFAJAQRBJQ2FmRCAAAQgAIE1CSAI1qRL2RCAAAQgAIFKCCAIKmkozIQABCAAAQisSQBBsCZdyoYABCDQBgF/A+ncN5G2UfuD1AJBcJCGppoQgAAEziQQ30h6Z5cu/MyiuKxkAgiCklsH2yAAAQjsT0DpxJ/vzNDryfVqcY4GCSAIGmxUqgQBCEBgYQISBbxHZGGopRWHICitRbAHAhCAAAQgsAMBBMEO0LklBCAAAQhAoDQCCILSWgR7IAABCEAAAjsQQBDsAJ1bQgACEIAABEojgCAorUWwBwIQgAAEILADAQTBDtC5JQQgAAEIQKA0AgiC0loEeyAAAQhAAAI7EEAQ7ACdW0IAAhCAAARKI4AgKK1FsAcCEIAABCCwAwEEwQ7QuSUEIAABCECgNAIIgtJaBHsgAAEIQAACOxBAEOwAnVtCAAIQgAAESiOAICitRbAHAhCAAAQgsAMBBMEO0LklBCAAAQhAoDQCCILSWgR7IAABCEAAAjsQQBDsAJ1bQgACEIAABEojgCAorUWwBwIQgAAEILADAQTBDtC5JQQgAAEIQKA0AgiC0loEeyAAAQhAAAI7EEAQ7ACdW0IAAhCAAARKI4AgKK1FsAcCEIAABCCwAwEEwQ7QuSUEIAABCECgNAIIgtJaBHsgAAEIQAACOxD4LyX/Kcdv3mTjAAAAAElFTkSuQmCC\",\n        \"vat_number\": \"xxx\",\n        \"vat_number_no_eu\": \"\",\n        \"siren\": \"\",\n        \"siret\": \"\",\n        \"civility\": {\n          \"id\": 1,\n          \"label\": \"M. ou Mme\",\n          \"rank\": 2,\n          \"deleted\": false\n        },\n        \"country\": null,\n        \"customer_group\": {\n          \"id\": 1,\n          \"label\": \"Autres\",\n          \"color\": \"#144bb8\",\n          \"rank\": 9,\n          \"deleted\": false\n        },\n        \"customer_category\": {\n          \"id\": 11,\n          \"label\": \"Non renseignés\",\n          \"color\": \"#000000\",\n          \"rank\": 0,\n          \"deleted\": false\n        },\n        \"nationality\": null,\n        \"language\": null,\n        \"customer_origin\": null,\n        \"customer_company\": null,\n        \"crm_completion\": 71,\n        \"invoice_balance\": 1292.92,\n        \"hotel_booking_count\": 2\n      },\n      \"resort_purchase\": {\n        \"id\": 11,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_RESERVATION\",\n        \"label\": \"Suite (201)\",\n        \"description\": \"Standard.\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 0,\n          \"label\": \"Hébergement\",\n          \"color\": \"\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 200,\n        \"priceExcludingTaxes\": 181.82,\n        \"taxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalTaxes\": 18.18,\n        \"amountIncludingTaxes\": 200,\n        \"amountExcludingTaxes\": 181.82,\n        \"amountTaxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalAmountTaxes\": 18.18,\n        \"childrenPurchases\": [\n          {\n            \"id\": 12,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": null,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      \"taxes_resort_purchase\": {\n        \"id\": 13,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": null,\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 4.96,\n        \"priceExcludingTaxes\": 0,\n        \"taxesByRates\": [],\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 4.96,\n        \"amountExcludingTaxes\": 0,\n        \"amountTaxesByRates\": [],\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 14,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 4.96,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 4.96,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 13,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      \"price_per_nights\": [\n        {\n          \"id\": 12,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_RESERVATION\",\n          \"label\": \"23/01\",\n          \"description\": \"\",\n          \"quantity\": 1,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": {\n            \"id\": 0,\n            \"label\": \"Hébergement\",\n            \"color\": \"\"\n          },\n          \"article\": null,\n          \"customer\": {\n            \"id\": 746,\n            \"lastName\": \"Gorchon\",\n            \"firstName\": \"Jeanne\",\n            \"email\": \"support@thais-soft.com\",\n            \"company\": \"Thais PMS\",\n            \"blackListed\": false,\n            \"name\": \"Gorchon Jeanne\",\n            \"languageId\": 1,\n            \"companyId\": 1564,\n            \"invoiceBalance\": 1292.92\n          },\n          \"orderId\": null,\n          \"originOrderId\": null,\n          \"originOrderLabel\": null,\n          \"invoiceId\": 3,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n          \"updatedAt\": null,\n          \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n          \"priceIncludingTaxes\": 200,\n          \"priceExcludingTaxes\": 181.82,\n          \"taxesByRates\": {\n            \"10.00\": 18.18\n          },\n          \"totalTaxes\": 18.18,\n          \"amountIncludingTaxes\": 200,\n          \"amountExcludingTaxes\": 181.82,\n          \"amountTaxesByRates\": {\n            \"10.00\": 18.18\n          },\n          \"totalAmountTaxes\": 18.18,\n          \"childrenPurchases\": [],\n          \"parentPurchaseId\": 11,\n          \"groupId\": null,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      ]\n    }\n  ],\n  \"promo_code\": null,\n  \"ebooking\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            },
            {
              "name": "Rooming par nom (sans fiche client)",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/1/booking-rooms/1/rooming",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "bookings",
                    "1",
                    "booking-rooms",
                    "1",
                    "rooming"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"rooming\": \"Jean Dupont\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 1,\n  \"reference\": \"CDH1\",\n  \"customer_id\": 746,\n  \"start_at\": \"2026-01-23\",\n  \"end_at\": \"2026-01-24\",\n  \"created_at\": \"2026-01-23T12:04:56+01:00\",\n  \"updated_at\": \"2026-03-26T11:08:48+01:00\",\n  \"start_time\": \"17:00\",\n  \"end_time\": \"12:00\",\n  \"comment\": \"toto\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\",\n  \"confirmed\": true,\n  \"in_statistics\": false,\n  \"deposit_amount\": 0,\n  \"is_in_ask_balance_mode\": true,\n  \"ask_balance_email_sended_at\": null,\n  \"has_cc_data\": false,\n  \"dispatch\": 0,\n  \"created_by_id\": 1,\n  \"canceled\": true,\n  \"canceled_at\": \"2026-02-20T10:34:49+01:00\",\n  \"has_pending_update\": false,\n  \"cancelable_by_customer\": false,\n  \"no_show\": true,\n  \"email_txt\": \"dfcxvcxcvcxvxcvxccxvxcv\\nxcvxcvxcv\",\n  \"source\": \"support\",\n  \"booking_origin_id\": 2,\n  \"booking_reason_id\": 6,\n  \"tourist_tax_auto\": true,\n  \"booking_group_id\": \"69739241b598a\",\n  \"group_code\": null,\n  \"resort_order_id\": 4,\n  \"crs_id\": null,\n  \"promo_code_id\": null,\n  \"has_valid_payline_token\": false,\n  \"resort_order\": {\n    \"id\": 4,\n    \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n    \"label\": \"CDH1: 23/01/2026 - 24/01/2026\",\n    \"externalReference\": null,\n    \"isTransferBlocked\": false,\n    \"isPaid\": false,\n    \"totalExcludingTaxes\": 430.61,\n    \"totalIncludingTaxes\": 468.71,\n    \"totalOutstandingDeposits\": 1200,\n    \"totalOutstandingIncludingTaxes\": 263.75,\n    \"deposits\": [\n      {\n        \"id\": 591,\n        \"createdAt\": \"2026-02-20T00:27:06+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 592,\n        \"createdAt\": \"2026-02-20T00:29:18+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1213,\n        \"createdAt\": \"2026-03-19T10:32:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1214,\n        \"createdAt\": \"2026-03-19T10:48:47+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1215,\n        \"createdAt\": \"2026-03-19T10:54:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1221,\n        \"createdAt\": \"2026-03-19T16:23:17+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1224,\n        \"createdAt\": \"2026-03-19T16:57:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1225,\n        \"createdAt\": \"2026-03-19T17:01:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1226,\n        \"createdAt\": \"2026-03-19T17:06:57+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1227,\n        \"createdAt\": \"2026-03-19T17:14:01+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1228,\n        \"createdAt\": \"2026-03-19T17:16:21+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1229,\n        \"createdAt\": \"2026-03-19T17:18:50+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1230,\n        \"createdAt\": \"2026-03-19T18:14:39+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1231,\n        \"createdAt\": \"2026-03-19T18:18:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1232,\n        \"createdAt\": \"2026-03-19T18:24:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1233,\n        \"createdAt\": \"2026-03-19T18:27:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1234,\n        \"createdAt\": \"2026-03-19T18:31:52+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1235,\n        \"createdAt\": \"2026-03-19T18:46:33+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1236,\n        \"createdAt\": \"2026-03-19T20:04:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1237,\n        \"createdAt\": \"2026-03-19T20:17:09+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1238,\n        \"createdAt\": \"2026-03-19T20:24:42+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1239,\n        \"createdAt\": \"2026-03-19T20:30:07+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1240,\n        \"createdAt\": \"2026-03-19T20:34:29+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1241,\n        \"createdAt\": \"2026-03-19T22:53:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1249,\n        \"createdAt\": \"2026-03-20T10:53:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1253,\n        \"createdAt\": \"2026-03-20T12:01:56+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      }\n    ],\n    \"originDeposits\": [\n      {\n        \"id\": 591,\n        \"createdAt\": \"2026-02-20T00:27:06+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 592,\n        \"createdAt\": \"2026-02-20T00:29:18+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1213,\n        \"createdAt\": \"2026-03-19T10:32:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1214,\n        \"createdAt\": \"2026-03-19T10:48:47+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1215,\n        \"createdAt\": \"2026-03-19T10:54:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1221,\n        \"createdAt\": \"2026-03-19T16:23:17+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1224,\n        \"createdAt\": \"2026-03-19T16:57:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1225,\n        \"createdAt\": \"2026-03-19T17:01:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1226,\n        \"createdAt\": \"2026-03-19T17:06:57+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1227,\n        \"createdAt\": \"2026-03-19T17:14:01+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1228,\n        \"createdAt\": \"2026-03-19T17:16:21+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1229,\n        \"createdAt\": \"2026-03-19T17:18:50+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1230,\n        \"createdAt\": \"2026-03-19T18:14:39+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1231,\n        \"createdAt\": \"2026-03-19T18:18:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1232,\n        \"createdAt\": \"2026-03-19T18:24:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1233,\n        \"createdAt\": \"2026-03-19T18:27:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1234,\n        \"createdAt\": \"2026-03-19T18:31:52+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1235,\n        \"createdAt\": \"2026-03-19T18:46:33+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1236,\n        \"createdAt\": \"2026-03-19T20:04:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1237,\n        \"createdAt\": \"2026-03-19T20:17:09+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1238,\n        \"createdAt\": \"2026-03-19T20:24:42+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1239,\n        \"createdAt\": \"2026-03-19T20:30:07+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1240,\n        \"createdAt\": \"2026-03-19T20:34:29+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1241,\n        \"createdAt\": \"2026-03-19T22:53:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1249,\n        \"createdAt\": \"2026-03-20T10:53:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1253,\n        \"createdAt\": \"2026-03-20T12:01:56+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      }\n    ],\n    \"invoices\": [\n      {\n        \"id\": 3,\n        \"reference\": \"F0000000003\",\n        \"externalReference\": null,\n        \"createdAt\": \"2026-01-23T14:14:39+01:00\",\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"totalIncludingTaxes\": 204.96,\n        \"totalExcludingTaxes\": 181.82,\n        \"balance\": 0,\n        \"paid\": true,\n        \"creditNote\": false,\n        \"canceled\": false,\n        \"isCancelable\": true,\n        \"payments\": [\n          {\n            \"id\": 697,\n            \"createdAt\": \"2026-02-26T14:47:40+01:00\",\n            \"accountedAt\": null,\n            \"canceled\": false,\n            \"canceledPaymentId\": null,\n            \"cancelable\": true,\n            \"amount\": 204.96,\n            \"comment\": null,\n            \"paylineTransactionId\": null,\n            \"reference\": null,\n            \"lettering\": false,\n            \"treated\": false,\n            \"hasReminder\": false,\n            \"typeId\": 2,\n            \"typeLabel\": \"CB\",\n            \"invoiced\": true,\n            \"onReceipt\": false,\n            \"createdById\": 1,\n            \"deskId\": 1,\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"giftCardId\": null,\n            \"giftCard\": null,\n            \"isForGiftCardPayment\": false,\n            \"isByGiftCardPayment\": false,\n            \"updatable\": false\n          }\n        ]\n      }\n    ],\n    \"receipts\": [],\n    \"purchases\": [\n      {\n        \"id\": 11,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_RESERVATION\",\n        \"label\": \"Suite (201)\",\n        \"description\": \"Standard.\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 0,\n          \"label\": \"Hébergement\",\n          \"color\": \"\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 200,\n        \"priceExcludingTaxes\": 181.82,\n        \"taxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalTaxes\": 18.18,\n        \"amountIncludingTaxes\": 200,\n        \"amountExcludingTaxes\": 181.82,\n        \"amountTaxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalAmountTaxes\": 18.18,\n        \"childrenPurchases\": [\n          {\n            \"id\": 12,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": null,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 13,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": null,\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 4.96,\n        \"priceExcludingTaxes\": 0,\n        \"taxesByRates\": [],\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 4.96,\n        \"amountExcludingTaxes\": 0,\n        \"amountTaxesByRates\": [],\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 14,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 4.96,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 4.96,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 13,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11006,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:33:08+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:33:08+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11007,\n        \"application\": \"RESTAURANT\",\n        \"type\": \"RESTAURANT_PURCHASE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 1208,\n        \"originOrderLabel\": \"Transfert API test\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": true,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:33:55+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:33:55+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 8.79,\n        \"taxesByRates\": {\n          \"20.00\": 1.76\n        },\n        \"totalTaxes\": 1.76,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 8.79,\n        \"amountTaxesByRates\": {\n          \"20.00\": 1.76\n        },\n        \"totalAmountTaxes\": 1.76,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11008,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:48:54+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:48:54+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11009,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:54:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:54:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11036,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:23:23+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:23:23+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11047,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:57:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:57:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11072,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:01:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:01:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11085,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:07:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:07:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11102,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:14:07+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:14:07+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11109,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:16:27+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:16:27+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11122,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:18:57+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:18:57+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11143,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:14:45+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:14:45+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11144,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:18:25+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:18:25+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11145,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:24:47+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:24:47+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11146,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:27:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:27:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11153,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:31:59+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:31:59+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11169,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:46:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:46:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11185,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:04:46+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:04:46+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11192,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:17:16+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:17:16+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11199,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:24:49+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:24:49+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11206,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:30:13+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:30:13+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11220,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:34:36+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:34:36+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11245,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T22:53:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T22:53:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11342,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T10:53:41+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T10:53:41+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11364,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T12:02:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T12:02:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    ],\n    \"originPurchases\": [\n      {\n        \"id\": 11,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_RESERVATION\",\n        \"label\": \"Suite (201)\",\n        \"description\": \"Standard.\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 0,\n          \"label\": \"Hébergement\",\n          \"color\": \"\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 200,\n        \"priceExcludingTaxes\": 181.82,\n        \"taxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalTaxes\": 18.18,\n        \"amountIncludingTaxes\": 200,\n        \"amountExcludingTaxes\": 181.82,\n        \"amountTaxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalAmountTaxes\": 18.18,\n        \"childrenPurchases\": [\n          {\n            \"id\": 12,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": null,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 13,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": null,\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 4.96,\n        \"priceExcludingTaxes\": 0,\n        \"taxesByRates\": [],\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 4.96,\n        \"amountExcludingTaxes\": 0,\n        \"amountTaxesByRates\": [],\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 14,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 4.96,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 4.96,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 13,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11006,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:33:08+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:33:08+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11008,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:48:54+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:48:54+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11009,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:54:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:54:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11036,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:23:23+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:23:23+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11047,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:57:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:57:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11072,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:01:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:01:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11085,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:07:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:07:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11102,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:14:07+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:14:07+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11109,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:16:27+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:16:27+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11122,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:18:57+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:18:57+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11143,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:14:45+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:14:45+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11144,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:18:25+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:18:25+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11145,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:24:47+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:24:47+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11146,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:27:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:27:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11153,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:31:59+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:31:59+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11169,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:46:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:46:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11185,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:04:46+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:04:46+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11192,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:17:16+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:17:16+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11199,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:24:49+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:24:49+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11206,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:30:13+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:30:13+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11220,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:34:36+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:34:36+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11245,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T22:53:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T22:53:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11342,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T10:53:41+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T10:53:41+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11364,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T12:02:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T12:02:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    ]\n  },\n  \"customer\": {\n    \"id\": 746,\n    \"civility_id\": 1,\n    \"lastname\": \"Gorchon\",\n    \"firstname\": \"Jeanne\",\n    \"company\": \"Thais PMS\",\n    \"comment\": \"TEST SUPPORT\\n-----------------\\ntest\",\n    \"allergies\": \"Intolérance gluten\\n-----------------\\ntest\",\n    \"email\": \"support@thais-soft.com\",\n    \"phone\": \"+33750661935\",\n    \"cellphone\": \"+33750661935\",\n    \"postcode\": \"34000\",\n    \"city\": \"Castelneau\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"Maison\",\n    \"address2\": \"test\",\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": null,\n    \"birthdate\": \"1899-11-30\",\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 11,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 4,\n    \"customer_company_id\": 1564,\n    \"satisfaction_rating\": 5,\n    \"contact_channel\": \"Email\",\n    \"deleted\": false,\n    \"updated_at\": \"2026-03-23T07:43:23+01:00\",\n    \"auto_email\": true,\n    \"gdpr_accepted_at\": \"2025-03-12 14:47:18\",\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgQAAACKCAYAAADVJ1IXAAAAAXNSR0IArs4c6QAAFtxJREFUeF7tnU/IfkUVx49g4SJQwaCFUFGR0CIXLX4Lo4SgoqAWumphgqta5ELJoLB2hUK6bCElbQqEcFVBYJJRQX9cZLgQTHThwoWQkIvAnq/eY8fp/pn7PPfPzNzPhZ/v6/vcO/fMZ+a5850zZ869yjggAAEIQAACEDg8gasOTwAAEIAABCAAAQgYgoBOAAEIQAACEIAAgoA+AAEIQAACEICAIQjoBBCAAAQgAAEIIAjoAxCAAAQgAAEIGIKATgABCEAAAhCAAIKAPgABCEAAAhCAgAiwy4B+AAEIQAACEIAAgoA+AAEIQAACEIAAHgL6AAQgAAEIQAACLBnQByAAAQhAAAIQIIaAPgABCEAAAhCAwJsECCqkI0AAAhCAAAQggCCgD6xG4ANmdpuZ3WBmv+ruor/pX3q8ZmY3mdldq1lDwRCAAAQgMEoADwEdZGkCXzWzT5mZfs49njSzT8+9iPMhAAEIQOByAgiCyxlSwluD+B3dYN7nAchlhCDIJcV5EIAABBYmgCBYGOjBitPg/+OZs/p/mtmjHSf9rn+fMLMvziznYKipLgQgAIF1CSAI1uXbculaEpAYyDleNrMfnU78bs7JnAMBCEAAAtsTQBBsz7zWO8oboKUB/dTyQM7SwJ2n835Sa4Wxe5CAt336UxfI4+M//XdQQgACFRBAEFTQSDubqIe+vAH3Z9ihwV9xAL8NA0PGZZyyI4F054f+XwO5ft7c2XVt9/9Du0TGzPdlIf1U34hiAcGwY8NzawikBBAE9Ik+AreY2T1mpoFgKupfIuB7CIBiO5LP4n3Xh3aAnDOwr1XBV83s6URIIhTWok25EBghgCCge0QCWuOfWg7Q7F8zPfccQLAsAnFpR4P/lKBz61NXv8p5xcze1Q3Y8byhATsuIbw/LCvl2uD38D4msYk4KKt/YU3DBBAEDTfujKpN7RbwnQEEBc6AutGp8uZ85hTgqQF4KPeDu+3dZe9LOlsNtlEo6HcJFR0SCtd1/4ZwyVbFomxl60bNxm0gUB4BBEF5bbKHRU/0zCTlyn38ZIxEAA/jPVpl+J7uBVBcRxrcGQd/Dab6V/ohYaB/Y8sZBKiW3orYVz0BBEH1TXhxBX5nZppl+sGM7GKkqxTgg2bfko6Em9bhcwWAxxCUKhY80VXq8aBvrtK1KBQCbxFAEBy7J2hgeD5BQJ8op0+ofeQF8O2e0bKhYE6P7fDZtq6JA797F/R3BYOWvAykeivXRfSCyAMib0GpYqac3oMlEJhJgIf/TGCNna7BIG4nvNfMHmysjrVWJ20b1WNsR8ec7aHO5CUz+04FuSIkClJvwSdPsRNP1dq42A2BEgkgCEpsle1seiPcShHl793u1txphECM6dBMWDP5sRlxn3gYA6z4EAXz6aglYFR1/Hr39ky3+1biW/geQWA5AgiC5VjWVlK6XKDZp1yxHPsRkIv8F2GwftbMPt+Z4+v++ulb+vT7jWZ2dWJyfF+EPtL5L3Tn+A6D+A6KWkRByoc+u19f5c4NEkAQNNiomVVKZ5WlrydnVqvq0+bO9NPKzhnY+7aa1hDJL7vlQfG4gg/iJai6z2N8QQQQBAU1xsampC8nIoJ74wbouZ0HEd5kZldmmnPObNnv5+vzEhQaYEs/5CmQKNBRg4gpnSf2QeBNAgiCY3cE7TCIEdw/MLP7jo2kqNr7jgDtGHCXvwzUwO0xBZfmiEiXjrQuX3oEf7QZQVBUl8WYmgkgCGpuvctt73NRz3E7X24BJZRAIA1ilCgo+YiCoAYBUzJLbIPA2wQQBHSGf5vZNT0YXBiQT779PhKFYQ3LBnefXrz1w65ZEATt909quBEBBMFGoAu+zffN7JsT9nk6XD9NW9Ze7v7JlR3d1vHcS93ZBWNryrS4Jq+KlT7Iel4CbZ+8vqmWoDIQ2JEAgmBH+AXdOma3m/tmuqlquEBwcRAFRPrZVFl8vg6BNI7gYTPTLLzUw/NnlC5cSuWHXRDoJYAgoGOkBNLI8y0J9XkaFPXu6ZUlJrSnXkcMsnMbU49EfKXv0Dlb1q/Ue6WC4DEzu71QY313TA1LG4UixCwI9BNAENAzhgjECHffiaCHsAbi18xMmQ11+Kts9XtMnlML2T7R4Lbr+xHf9aD6zV0GcY9I6d6QF7skR6q7dhmUGFhIMGEt3yrsrJIAgqDKZqvCaBcRLhLcaP97zJ4Xf4+VU6zC62amjH1xe6R7CfpAxPOiDZdA02Aey720LBcHqVhQuXMFxyW2xGvT9wWUlvCH3ANLtTTlQGCAAIKArnFUAukAPzbojw3SqQCJ5cTP/O2DUzEae2WMTBNVlbS/P+6CIG7gqN9Y6r06AQTB6oi5AQT+j8AtZnabmX0lvKxHJ2kZRmv3eyQGSncanJP5cOmmlqD6qZmJF689Xpou5UEgIYAgoEtAYHkCcanCPQIea5F6COQR0GCnAXjvI2au3DtoL76z4BEzu2tvONwfAq0TQBC03sLUbw0CPuD7OwAU63DtaWavwT4n1qDUpE9p5sq94gjcDrwCa/ReyoTAAAEEAV0DAsMEfKeFfvorh6diAGJpHnugJQAFEOrnHssBuW2cLhvsEc/gwY17eyhymXEeBJohgCBopimpyJkEfEbvs3u59ucM+rrtc2Z2def6f7L7qQGt5MF/CFdcNthy+6HaQWJA7PcQImd2Hy6DQDsEEATttCU1mSbgWyA16GjGn+vi95JjLgGf8adpnaetKPuMPZYNYrIh7W6oUUiV3apYB4EMAgiCDEicUiWBOPjPnfX7IK/Zvo7SXf1LN1D0Eqy9/dAFyJbeiKV5UR4EmiCAIGiiGQ9diTTAb87gHwd+/53ZqVl8HfJa2w/jLgKWCA79FabypRBAEJTSEtiRQyB1+XvQ39i1MTVx7ev7OYyWOCcmKVp65q42U/n3F5wieQmGlAGB6gggCKprskMYHGf9+v2jZnZlpObpoH9EN/+SHSO+M0DlLvWcUMyGAgd1PHr6j5YLOCAAgUIILPVFL6Q6mFEhgZxZvzL46YVKGvh9XR8X/7qNHeMILs1HwA6CdduK0iGwCAEEwSIYKSSTQNzXP7TW79v1ati3n1ntKk/7m5nd3Fl+riBIlwcUoLjXy5uqbASMhsCWBBAEW9I+zr3irF+1Hhv85TrWcbRI/tJ7wz1m9kBn5NydBlEIkG2w9JbGPgh0BBAEdIVLCeTO+t3d71H8RPNfSn7d62McwZzAwph2mDiBdduI0iGwKAEEwaI4my4sZ9ZfW6rephtsgcrNiSMgYHAB4BQBgT0JIAj2pF/uvXOS+qRr/a1l7Cu3dbazLGYtHFo2IGBwu/bgThBYlQCCYFW8VRQ+NfgfPWtfFY24kpFjywZpwKCSC7EMtFJDUCwEtiCAINiCcjn3yBn8a3kzXzlU27akb9kgxglICCibIQcEIFA5AQRB5Q04YH76Bj9/fa+/xS9N2csDvc1+sEStYtZCBQlqx4gOAgaXoEsZECiIAIKgoMY4w5SpQD8P8vuzmT3D1r4zCHOJCLxoZjd2KB42s7vBAgEItEcAQVBHm+YM/DGLH3v662jX0q2McQJuKy8iKr3VsA8CZxJAEJwJbsXL5NZ3136a0Ie3860InqLfJtCXWEjvINDf1QdvJeMgvQUC7RFAEOzXpums/47ugesWaZbvefuZ8e/XTke781BiobgF8V4ze/BoYKgvBFongCDYpoVjNr/3d69/9Tuns34N/uR736ZduMv/CORkGPzXSQi85xRD8KqZXQ88CECgLQIIgmXbM762VyWPufyZ9S/LntLOI5AjBLxk7UaRJ0uHlg3IO3Aec66CQJEEEATnNUsc+K8zs4+HdX+VSDKf87hy1TYE0hiB3C2Eim15ojOR4MJt2oq7QGAzAgiCadRxrT91979kZq+Y2eNdMcz6p3lyxn4EzhUC0WIJAgkDiV69FpkDAhBohACC4J0NOZbJL83dj7u0kS/BAaqxhBBwTDFREV6CA3QeqngcAkcXBP6gVIvHKH8G/+N8B1quqfr3/V0Qq/r0EmmG4/sNxA5R0HIPom6HInBEQeD7/FMBoHVUPTRJ43uor0CTlfVXEWvwVn/WoL3kzpXoJVC5uTEITcKmUhBohcARBIF7AWLEvz/E1I6KsuaAQAsE1Jdd6Lo3YEkhEBnFvARLeR9aaAPqAIFqCbQoCOKe/z4vgGZMaz0kq+0IGF4VgTSplTwCEryvm9nLIzXxTIPKJXC1mT3dnRu/Dy8kf/Pls75ioyj4j5l9hO9WVf0IYyHwDgKtCAI96L5tZh8K2/9iHABeADp+rQSiwE3zWmxZJ/8+KXumJ8+SbQ+Y2W2dIdp18whety2bhXtBYDkCtQqCuAzgsyWfHWk9k+1/y/URStqOQMxvoS2umvn737azIu9OLhD+amZfM7ObwmVrxC3kWcVZEIDA2QRqEgR9b17zWAB/OLEUcHZX4MKdCPTFuEyZIvf8H83sOTNzF7+u8YRYfdfrM18y8M9TsRE/j5/JM+Geir6yZcuvux0N/rnudyfZDKeaks8hUA6BGgSBHkR605q/AdBFALEA5fQjLMkjED0AY+5/H9j1/fyYmd3QFb92oOBULdwb9+UueFFZOnU8Zma3n36JMQVeFt6CKap8DoFCCJQuCPQAUmY03z6lGQcHBGoikOMB8Ddb+tq8tvUpf4COvbf1jcUwyDOgmIL7QoOkAt4/inUkqVdNPRhbD0OgZEHwkJl9o2sJPUD0MhUOCNRAwEVA+kprH+A1yHtwng+OcctgKUIgChPZqXp5vo6xt3KO1d/rpuuf6bwLLPXV0KuxsXkCpQqCX57WSD+HGKiy/7lbfCgYLj78WxsIbulErEfdewMOLXONxcXstTMmtUlegIdPQYM/O6M3undBwsiX/IaKITvoGYC5BAJLEihVELxoZjd2FSU16pItPl2WD+TxAa41bO1d16Hodz98TfmSSHgNBNeY2asDe+jTQDgXETGY7rXuJVNbZ5kcWw4Yc/Vr5q0YAv2MomGJ1MLTLdx/RioElo5XcHEwFaAYrfNYCveojOVEOLfeXAcBCHQEShUEMk+BhP7ARBQs32Vz1raXv+u6JWpZac31aWemWvgaf1ojJQb6Vk8K7D5vgK6VvYqN2cNbkrr2t4xXiMJzrkhwblp2QSSs+52i9AMRKFkQpKLA1yw1M4zrl3s8SGvtIlNru3G2Grkqmlxb3DzaPa1/OouP5URvgv8uj8AVM1MiG/cE6TO9Slpb6t5tZv/ovBI6V1n19E9H6o1w74AGhzjjXqqNpoSTD6JDuS90vb9gKNq09Aw8p74xQNDjG6bszyl3yXPOEQreVz1wEZGwZItQ1mEIlC4I1BDPTyRnefaUKe3vZqaBYWhgkojwh0Z0Q85t6HR9/Fwx4nvCdf/4e2pPWn6s31BdfdCM5SqLo7avaRCOh9aH/9Ttadff07S36eDbtzSQLiHE8n1JIZez11fLBxIgCjpT+d5+sQ2dXW7ZuefFQbPPCxDXuofW+YeE15YzcO8HEkli6GLJGdaUwOsckeD9w7/vsQ+t6UXK7WecB4HiCNQgCARN69l6OM8dYHKAp0FufYPeJWvkOTZceo4GUM3ix8TFpfcYuz5l2LfOHwfwLQb2OfW91Avg9xpaFthKCPQtafi9ZWNrGTxdvKlu7vGY811NJwe+BBHFxJx+xLkQqJpALYIgQvZ0rp7YZc4D4NLGkotbrmulSY6DgA9w59jig3iftyH9W7xP/Ezt+EZnkGZCPqvWn242sy91nymbnLwC6dF3nz4PRDqQX8pzz+t98Iyz52iPu5+nov3HlmHEa+1AwVTMuABobfDP7SvRm6Br9P9q4+jdy/2epl5FleeiwcVErl2cB4HiCdQoCFKo0Wsw5OJ2t3b8PD4g4qAcHwIeyV7zw1X19EyP0d1dc50u+WJJULrHKZbjA6l+5uxWENe+2ACVuWR8gPfv2M/TLIcuXsjemd8z0meBPwP0d8XKKJ4liomhbZNDosEticKhT/TnW8yZEFiZQAuCYGVETRSv9WOJgvSQp0Meg9TF3/cQq/lhNuXKzxVHQ+WI6yXLAj7Y+6DjM9qYrtvvoRmqDl8HZz18u69o6n2QMHMvRBRsYxZt4TXajgh3aooAgqCp5hysjK+15iSImSIyNOPxgaqU+IAhV/45LnUtGwy9e2DqAZ+6quOsMw4ikVtkOZYRcKqt+HxbAtHrED0K6bKFPEgIuW3bhrtlEEAQZEBq7JSxWe6aVR2Kh4h/j8mG3JYcz4Sf874uw+VnzUy/+6HdEz/vvCHyiPiD293Eab31ubwnypYpEZUecif/vvMKKKCzL1mTzxzjtW6nBoMY9c569Jo9j7IhAIEsAgiCLExNnuReA1Uuuj59IMsNvGoSzkCllCNB21t9R0cULemyiz7zgZ7Z4JF6CXWFQKUEEASVNtxGZg8FYfrf02DN3HXUJczXLF1JizylssrUYP0XM3u6S4UcB2W/pw/OstU9BHLvfuGUzyJ9B4Ffrz37BOwt0WqUAQEIFEsAQVBs0zRh2NiuDvdE+KDrA3RfxX327V6NmDDo3GC+qaWTqdiAJhqISkAAAhBwAggC+kLpBNLgwHOCAr2OQ4GG0fUvb8BU7oHSmWEfBCAAgdkEEASzkXHBBgSGRMBvzOypmff3ssZ2CbAkMBMqp0MAAu0RQBC016Y11yh145+7HODLEcq/MPRWwkvKrpkxtkMAAhDoJYAgoGOUQkBiQC+y0nFupj+V8VBI1ZzWDRFQSmtjBwQgUBwBBEFxTXJIgxTl/0QQA3PX8HW98gX0vf7YRQC7BA7Ztag0BCCQSwBBkEuK89YiENMqa0vgrSM38m2N/nMoLkBFqCyPDVjLdsqFAAQg0AwBBEEzTVltRf5gZlc66302r//1HAd6W6OyBvo5YxVlSaDaboDhEIDA3gQQBHu3APefygeQQwghkEOJcyAAAQiMEEAQ0D1KISBh4K9pnvIC6HOJAL0EiNiAUloQOyAAgaoJIAiqbr4mjY9vB1QF9f6AD4f3AuS87KhJMFQKAhCAwJoEEARr0qVsCEAAAhCAQCUEEASVNBRmQgACEIAABNYkgCBYky5lQwACEIAABCohgCCopKEwEwIQgAAEILAmAQTBmnQpGwIQgAAEIFAJAQRBJQ2FmRCAAAQgAIE1CSAI1qRL2RCAAAQgAIFKCCAIKmkozIQABCAAAQisSQBBsCZdyoYABCDQBgF/A+ncN5G2UfuD1AJBcJCGppoQgAAEziQQ30h6Z5cu/MyiuKxkAgiCklsH2yAAAQjsT0DpxJ/vzNDryfVqcY4GCSAIGmxUqgQBCEBgYQISBbxHZGGopRWHICitRbAHAhCAAAQgsAMBBMEO0LklBCAAAQhAoDQCCILSWgR7IAABCEAAAjsQQBDsAJ1bQgACEIAABEojgCAorUWwBwIQgAAEILADAQTBDtC5JQQgAAEIQKA0AgiC0loEeyAAAQhAAAI7EEAQ7ACdW0IAAhCAAARKI4AgKK1FsAcCEIAABCCwAwEEwQ7QuSUEIAABCECgNAIIgtJaBHsgAAEIQAACOxBAEOwAnVtCAAIQgAAESiOAICitRbAHAhCAAAQgsAMBBMEO0LklBCAAAQhAoDQCCILSWgR7IAABCEAAAjsQQBDsAJ1bQgACEIAABEojgCAorUWwBwIQgAAEILADAQTBDtC5JQQgAAEIQKA0AgiC0loEeyAAAQhAAAI7EEAQ7ACdW0IAAhCAAARKI4AgKK1FsAcCEIAABCCwAwEEwQ7QuSUEIAABCECgNAIIgtJaBHsgAAEIQAACOxD4LyX/Kcdv3mTjAAAAAElFTkSuQmCC\",\n    \"vat_number\": \"xxx\",\n    \"vat_number_no_eu\": \"\",\n    \"siren\": \"\",\n    \"siret\": \"\",\n    \"civility\": {\n      \"id\": 1,\n      \"label\": \"M. ou Mme\",\n      \"rank\": 2,\n      \"deleted\": false\n    },\n    \"country\": null,\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"color\": \"#144bb8\",\n      \"rank\": 9,\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 11,\n      \"label\": \"Non renseignés\",\n      \"color\": \"#000000\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"nationality\": null,\n    \"language\": null,\n    \"customer_origin\": null,\n    \"customer_company\": null,\n    \"crm_completion\": 71,\n    \"invoice_balance\": 1292.92,\n    \"hotel_booking_count\": 2\n  },\n  \"booking_origin\": {\n    \"id\": 2,\n    \"label\": \"A renseigner (par défaut)\",\n    \"color\": \"#1A1C2C\",\n    \"rank\": 0,\n    \"deleted\": false\n  },\n  \"booking_reason\": {\n    \"id\": 6,\n    \"label\": \"Business\",\n    \"color\": \"#0cc40c\",\n    \"rank\": 3,\n    \"deleted\": false\n  },\n  \"created_by\": null,\n  \"booking_rooms\": [\n    {\n      \"id\": 1,\n      \"booking_id\": 1,\n      \"room_id\": 4,\n      \"rate_id\": 1,\n      \"rooming_customer_id\": null,\n      \"state\": \"pending\",\n      \"rooming\": \"Jean Dupont\",\n      \"color\": \"#FF00FF\",\n      \"locked\": false,\n      \"resort_purchase_id\": 11,\n      \"taxes_resort_purchase_id\": 13,\n      \"icons\": [\n        \"cloud\",\n        \"truck\"\n      ],\n      \"housekeeping\": true,\n      \"hk_comment\": null,\n      \"resto_lunch_time\": null,\n      \"resto_dinner_time\": null,\n      \"resto_comment\": null,\n      \"crs_id\": null,\n      \"room\": {\n        \"id\": 4,\n        \"label\": \"SUITE COMMUNICANTE\",\n        \"shortcode\": null,\n        \"description\": \"<p>douche</p>\",\n        \"nb_persons_max\": 2,\n        \"room_type_id\": 35,\n        \"rank\": 2,\n        \"stage\": \"\",\n        \"visible\": true,\n        \"show_in_stats\": false,\n        \"real\": true,\n        \"picture_url\": \"\",\n        \"pictures\": [\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n        ],\n        \"created_at\": \"2024-09-25\",\n        \"deleted\": false,\n        \"deleted_at\": null,\n        \"icons\": [\n          \"shower\"\n        ],\n        \"ex_door_id\": \"\",\n        \"state_id\": 1,\n        \"is_date\": false,\n        \"is_separator\": false,\n        \"room_type\": {\n          \"id\": 35,\n          \"label\": \"communicante.\",\n          \"shortcode\": \"SHORT\",\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"public\": true,\n          \"color\": \"#960096\",\n          \"description\": \"<p>Chambre communicante</p>\",\n          \"rank\": 2,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"state\": null,\n        \"linked_room_id\": null\n      },\n      \"rate\": {\n        \"id\": 1,\n        \"derived_from_id\": null,\n        \"vat_rate_id\": 1,\n        \"label\": \"Standard.\",\n        \"shortcode\": \"std\",\n        \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n        \"color\": \"#b300ff\",\n        \"rank\": 0,\n        \"subject_to_pricing\": true,\n        \"is_promo\": false,\n        \"rate_per_person\": false,\n        \"public\": true,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"formula\": \"p*1\",\n        \"bo_visible\": true,\n        \"deleted\": false,\n        \"cm_id\": \"115237\",\n        \"cm2_id\": null,\n        \"cm_send_rate\": true,\n        \"send_ask_balance_email\": true,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": 0,\n        \"deposit_rate\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null,\n        \"vat_rate\": {\n          \"id\": 1,\n          \"vat_rate\": 0,\n          \"deleted\": false\n        },\n        \"derived_from\": null\n      },\n      \"booking\": null,\n      \"booking_nb_persons\": [\n        {\n          \"id\": 1,\n          \"booking_room_id\": 1,\n          \"age_range_id\": 3,\n          \"nb_persons\": 2,\n          \"age_range\": {\n            \"id\": 3,\n            \"age\": 18,\n            \"deleted\": false,\n            \"is_infants\": false,\n            \"is_children\": false,\n            \"is_adults\": true,\n            \"mapping_key\": \"adults\"\n          }\n        }\n      ],\n      \"nb_persons\": {\n        \"adults\": 2,\n        \"children\": 0,\n        \"infants\": 0\n      },\n      \"rooming_customer\": null,\n      \"resort_purchase\": {\n        \"id\": 11,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_RESERVATION\",\n        \"label\": \"Suite (201)\",\n        \"description\": \"Standard.\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 0,\n          \"label\": \"Hébergement\",\n          \"color\": \"\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 200,\n        \"priceExcludingTaxes\": 181.82,\n        \"taxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalTaxes\": 18.18,\n        \"amountIncludingTaxes\": 200,\n        \"amountExcludingTaxes\": 181.82,\n        \"amountTaxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalAmountTaxes\": 18.18,\n        \"childrenPurchases\": [\n          {\n            \"id\": 12,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": null,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      \"taxes_resort_purchase\": {\n        \"id\": 13,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": null,\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 4.96,\n        \"priceExcludingTaxes\": 0,\n        \"taxesByRates\": [],\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 4.96,\n        \"amountExcludingTaxes\": 0,\n        \"amountTaxesByRates\": [],\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 14,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 4.96,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 4.96,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 13,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      \"price_per_nights\": [\n        {\n          \"id\": 12,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_RESERVATION\",\n          \"label\": \"23/01\",\n          \"description\": \"\",\n          \"quantity\": 1,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": {\n            \"id\": 0,\n            \"label\": \"Hébergement\",\n            \"color\": \"\"\n          },\n          \"article\": null,\n          \"customer\": {\n            \"id\": 746,\n            \"lastName\": \"Gorchon\",\n            \"firstName\": \"Jeanne\",\n            \"email\": \"support@thais-soft.com\",\n            \"company\": \"Thais PMS\",\n            \"blackListed\": false,\n            \"name\": \"Gorchon Jeanne\",\n            \"languageId\": 1,\n            \"companyId\": 1564,\n            \"invoiceBalance\": 1292.92\n          },\n          \"orderId\": null,\n          \"originOrderId\": null,\n          \"originOrderLabel\": null,\n          \"invoiceId\": 3,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n          \"updatedAt\": null,\n          \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n          \"priceIncludingTaxes\": 200,\n          \"priceExcludingTaxes\": 181.82,\n          \"taxesByRates\": {\n            \"10.00\": 18.18\n          },\n          \"totalTaxes\": 18.18,\n          \"amountIncludingTaxes\": 200,\n          \"amountExcludingTaxes\": 181.82,\n          \"amountTaxesByRates\": {\n            \"10.00\": 18.18\n          },\n          \"totalAmountTaxes\": 18.18,\n          \"childrenPurchases\": [],\n          \"parentPurchaseId\": 11,\n          \"groupId\": null,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      ]\n    }\n  ],\n  \"promo_code\": null,\n  \"ebooking\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Modifier le style d'une chambre",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/{{booking_id}}/booking-rooms/{{booking_room_id}}/style",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "bookings",
                "{{booking_id}}",
                "booking-rooms",
                "{{booking_room_id}}",
                "style"
              ]
            },
            "description": "Modification du style d'une reservation chambre. Les icons viennent de fontawesome v6. La couleur est un code Hexa.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"icons\": [\n    \"cloud\",\n    \"truck\"\n  ],\n  \"color\": \"#FF00FF\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Modifier le style d'une chambre",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/1/booking-rooms/1/style",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "bookings",
                    "1",
                    "booking-rooms",
                    "1",
                    "style"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"icons\": [\n    \"cloud\",\n    \"truck\"\n  ],\n  \"color\": \"#FF00FF\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 1,\n  \"reference\": \"CDH1\",\n  \"customer_id\": 746,\n  \"start_at\": \"2026-01-23\",\n  \"end_at\": \"2026-01-24\",\n  \"created_at\": \"2026-01-23T12:04:56+01:00\",\n  \"updated_at\": \"2026-03-26T11:08:54+01:00\",\n  \"start_time\": \"17:00\",\n  \"end_time\": \"12:00\",\n  \"comment\": \"toto\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\\nCommentaire ajoute via API\",\n  \"confirmed\": true,\n  \"in_statistics\": false,\n  \"deposit_amount\": 0,\n  \"is_in_ask_balance_mode\": true,\n  \"ask_balance_email_sended_at\": null,\n  \"has_cc_data\": false,\n  \"dispatch\": 0,\n  \"created_by_id\": 1,\n  \"canceled\": true,\n  \"canceled_at\": \"2026-02-20T10:34:49+01:00\",\n  \"has_pending_update\": false,\n  \"cancelable_by_customer\": false,\n  \"no_show\": true,\n  \"email_txt\": \"dfcxvcxcvcxvxcvxccxvxcv\\nxcvxcvxcv\",\n  \"source\": \"support\",\n  \"booking_origin_id\": 2,\n  \"booking_reason_id\": 6,\n  \"tourist_tax_auto\": true,\n  \"booking_group_id\": \"69739241b598a\",\n  \"group_code\": null,\n  \"resort_order_id\": 4,\n  \"crs_id\": null,\n  \"promo_code_id\": null,\n  \"has_valid_payline_token\": false,\n  \"resort_order\": {\n    \"id\": 4,\n    \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n    \"label\": \"CDH1: 23/01/2026 - 24/01/2026\",\n    \"externalReference\": null,\n    \"isTransferBlocked\": false,\n    \"isPaid\": false,\n    \"totalExcludingTaxes\": 430.61,\n    \"totalIncludingTaxes\": 468.71,\n    \"totalOutstandingDeposits\": 1200,\n    \"totalOutstandingIncludingTaxes\": 263.75,\n    \"deposits\": [\n      {\n        \"id\": 591,\n        \"createdAt\": \"2026-02-20T00:27:06+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 592,\n        \"createdAt\": \"2026-02-20T00:29:18+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1213,\n        \"createdAt\": \"2026-03-19T10:32:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1214,\n        \"createdAt\": \"2026-03-19T10:48:47+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1215,\n        \"createdAt\": \"2026-03-19T10:54:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1221,\n        \"createdAt\": \"2026-03-19T16:23:17+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1224,\n        \"createdAt\": \"2026-03-19T16:57:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1225,\n        \"createdAt\": \"2026-03-19T17:01:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1226,\n        \"createdAt\": \"2026-03-19T17:06:57+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1227,\n        \"createdAt\": \"2026-03-19T17:14:01+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1228,\n        \"createdAt\": \"2026-03-19T17:16:21+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1229,\n        \"createdAt\": \"2026-03-19T17:18:50+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1230,\n        \"createdAt\": \"2026-03-19T18:14:39+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1231,\n        \"createdAt\": \"2026-03-19T18:18:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1232,\n        \"createdAt\": \"2026-03-19T18:24:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1233,\n        \"createdAt\": \"2026-03-19T18:27:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1234,\n        \"createdAt\": \"2026-03-19T18:31:52+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1235,\n        \"createdAt\": \"2026-03-19T18:46:33+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1236,\n        \"createdAt\": \"2026-03-19T20:04:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1237,\n        \"createdAt\": \"2026-03-19T20:17:09+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1238,\n        \"createdAt\": \"2026-03-19T20:24:42+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1239,\n        \"createdAt\": \"2026-03-19T20:30:07+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1240,\n        \"createdAt\": \"2026-03-19T20:34:29+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1241,\n        \"createdAt\": \"2026-03-19T22:53:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1249,\n        \"createdAt\": \"2026-03-20T10:53:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1253,\n        \"createdAt\": \"2026-03-20T12:01:56+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      }\n    ],\n    \"originDeposits\": [\n      {\n        \"id\": 591,\n        \"createdAt\": \"2026-02-20T00:27:06+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 592,\n        \"createdAt\": \"2026-02-20T00:29:18+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 123.23,\n        \"comment\": null,\n        \"paylineTransactionId\": null,\n        \"reference\": \"BN2345-THS\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": true,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 264,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1213,\n        \"createdAt\": \"2026-03-19T10:32:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1214,\n        \"createdAt\": \"2026-03-19T10:48:47+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1215,\n        \"createdAt\": \"2026-03-19T10:54:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1221,\n        \"createdAt\": \"2026-03-19T16:23:17+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1224,\n        \"createdAt\": \"2026-03-19T16:57:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1225,\n        \"createdAt\": \"2026-03-19T17:01:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1226,\n        \"createdAt\": \"2026-03-19T17:06:57+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1227,\n        \"createdAt\": \"2026-03-19T17:14:01+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1228,\n        \"createdAt\": \"2026-03-19T17:16:21+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1229,\n        \"createdAt\": \"2026-03-19T17:18:50+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1230,\n        \"createdAt\": \"2026-03-19T18:14:39+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1231,\n        \"createdAt\": \"2026-03-19T18:18:19+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1232,\n        \"createdAt\": \"2026-03-19T18:24:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1233,\n        \"createdAt\": \"2026-03-19T18:27:44+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1234,\n        \"createdAt\": \"2026-03-19T18:31:52+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1235,\n        \"createdAt\": \"2026-03-19T18:46:33+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1236,\n        \"createdAt\": \"2026-03-19T20:04:40+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1237,\n        \"createdAt\": \"2026-03-19T20:17:09+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1238,\n        \"createdAt\": \"2026-03-19T20:24:42+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1239,\n        \"createdAt\": \"2026-03-19T20:30:07+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1240,\n        \"createdAt\": \"2026-03-19T20:34:29+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1241,\n        \"createdAt\": \"2026-03-19T22:53:24+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1249,\n        \"createdAt\": \"2026-03-20T10:53:34+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      },\n      {\n        \"id\": 1253,\n        \"createdAt\": \"2026-03-20T12:01:56+01:00\",\n        \"accountedAt\": null,\n        \"canceled\": false,\n        \"canceledPaymentId\": null,\n        \"cancelable\": true,\n        \"amount\": 50,\n        \"comment\": \"Arrhes via API\",\n        \"paylineTransactionId\": null,\n        \"reference\": \"REF-API-001\",\n        \"lettering\": false,\n        \"treated\": false,\n        \"hasReminder\": false,\n        \"typeId\": 2,\n        \"typeLabel\": \"CB\",\n        \"invoiced\": false,\n        \"onReceipt\": false,\n        \"createdById\": 6,\n        \"deskId\": 1,\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"giftCardId\": null,\n        \"giftCard\": null,\n        \"isForGiftCardPayment\": false,\n        \"isByGiftCardPayment\": false,\n        \"updatable\": false\n      }\n    ],\n    \"invoices\": [\n      {\n        \"id\": 3,\n        \"reference\": \"F0000000003\",\n        \"externalReference\": null,\n        \"createdAt\": \"2026-01-23T14:14:39+01:00\",\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"totalIncludingTaxes\": 204.96,\n        \"totalExcludingTaxes\": 181.82,\n        \"balance\": 0,\n        \"paid\": true,\n        \"creditNote\": false,\n        \"canceled\": false,\n        \"isCancelable\": true,\n        \"payments\": [\n          {\n            \"id\": 697,\n            \"createdAt\": \"2026-02-26T14:47:40+01:00\",\n            \"accountedAt\": null,\n            \"canceled\": false,\n            \"canceledPaymentId\": null,\n            \"cancelable\": true,\n            \"amount\": 204.96,\n            \"comment\": null,\n            \"paylineTransactionId\": null,\n            \"reference\": null,\n            \"lettering\": false,\n            \"treated\": false,\n            \"hasReminder\": false,\n            \"typeId\": 2,\n            \"typeLabel\": \"CB\",\n            \"invoiced\": true,\n            \"onReceipt\": false,\n            \"createdById\": 1,\n            \"deskId\": 1,\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"giftCardId\": null,\n            \"giftCard\": null,\n            \"isForGiftCardPayment\": false,\n            \"isByGiftCardPayment\": false,\n            \"updatable\": false\n          }\n        ]\n      }\n    ],\n    \"receipts\": [],\n    \"purchases\": [\n      {\n        \"id\": 11,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_RESERVATION\",\n        \"label\": \"Suite (201)\",\n        \"description\": \"Standard.\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 0,\n          \"label\": \"Hébergement\",\n          \"color\": \"\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 200,\n        \"priceExcludingTaxes\": 181.82,\n        \"taxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalTaxes\": 18.18,\n        \"amountIncludingTaxes\": 200,\n        \"amountExcludingTaxes\": 181.82,\n        \"amountTaxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalAmountTaxes\": 18.18,\n        \"childrenPurchases\": [\n          {\n            \"id\": 12,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": null,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 13,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": null,\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 4.96,\n        \"priceExcludingTaxes\": 0,\n        \"taxesByRates\": [],\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 4.96,\n        \"amountExcludingTaxes\": 0,\n        \"amountTaxesByRates\": [],\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 14,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 4.96,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 4.96,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 13,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11006,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:33:08+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:33:08+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11007,\n        \"application\": \"RESTAURANT\",\n        \"type\": \"RESTAURANT_PURCHASE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 1208,\n        \"originOrderLabel\": \"Transfert API test\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": true,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:33:55+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:33:55+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 8.79,\n        \"taxesByRates\": {\n          \"20.00\": 1.76\n        },\n        \"totalTaxes\": 1.76,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 8.79,\n        \"amountTaxesByRates\": {\n          \"20.00\": 1.76\n        },\n        \"totalAmountTaxes\": 1.76,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11008,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:48:54+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:48:54+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11009,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:54:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:54:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11036,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:23:23+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:23:23+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11047,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:57:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:57:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11072,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:01:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:01:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11085,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:07:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:07:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11102,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:14:07+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:14:07+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11109,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:16:27+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:16:27+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11122,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:18:57+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:18:57+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11143,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:14:45+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:14:45+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11144,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:18:25+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:18:25+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11145,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:24:47+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:24:47+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11146,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:27:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:27:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11153,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:31:59+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:31:59+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11169,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:46:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:46:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11185,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:04:46+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:04:46+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11192,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:17:16+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:17:16+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11199,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:24:49+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:24:49+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11206,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:30:13+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:30:13+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11220,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:34:36+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:34:36+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11245,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T22:53:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T22:53:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11342,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T10:53:41+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T10:53:41+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11364,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T12:02:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T12:02:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    ],\n    \"originPurchases\": [\n      {\n        \"id\": 11,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_RESERVATION\",\n        \"label\": \"Suite (201)\",\n        \"description\": \"Standard.\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 0,\n          \"label\": \"Hébergement\",\n          \"color\": \"\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 200,\n        \"priceExcludingTaxes\": 181.82,\n        \"taxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalTaxes\": 18.18,\n        \"amountIncludingTaxes\": 200,\n        \"amountExcludingTaxes\": 181.82,\n        \"amountTaxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalAmountTaxes\": 18.18,\n        \"childrenPurchases\": [\n          {\n            \"id\": 12,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": null,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 13,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": null,\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 4.96,\n        \"priceExcludingTaxes\": 0,\n        \"taxesByRates\": [],\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 4.96,\n        \"amountExcludingTaxes\": 0,\n        \"amountTaxesByRates\": [],\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 14,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 4.96,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 4.96,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 13,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11006,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:33:08+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:33:08+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11008,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:48:54+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:48:54+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11009,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T10:54:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T10:54:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11036,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:23:23+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:23:23+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11047,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T16:57:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T16:57:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11072,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:01:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:01:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11085,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:07:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:07:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11102,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:14:07+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:14:07+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11109,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:16:27+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:16:27+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11122,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T17:18:57+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T17:18:57+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11143,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:14:45+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:14:45+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11144,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:18:25+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:18:25+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11145,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:24:47+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:24:47+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11146,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:27:51+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:27:51+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11153,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:31:59+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:31:59+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11169,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T18:46:40+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T18:46:40+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11185,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:04:46+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:04:46+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11192,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:17:16+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:17:16+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11199,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:24:49+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:24:49+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11206,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:30:13+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:30:13+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11220,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T20:34:36+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T20:34:36+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11245,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-19T22:53:31+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-19T22:53:31+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11342,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T10:53:41+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T10:53:41+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11364,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_PURCHASE_FREE\",\n        \"label\": \"EXTRA LIBRE API PARTNER\",\n        \"description\": \"test\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 23,\n          \"label\": \"Boisson chaude\",\n          \"color\": \"#26B38D\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-20T12:02:03+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-03-20T12:02:03+01:00\",\n        \"priceIncludingTaxes\": 10.55,\n        \"priceExcludingTaxes\": 10,\n        \"taxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalTaxes\": 0.55,\n        \"amountIncludingTaxes\": 10.55,\n        \"amountExcludingTaxes\": 10,\n        \"amountTaxesByRates\": {\n          \"5.50\": 0.55\n        },\n        \"totalAmountTaxes\": 0.55,\n        \"childrenPurchases\": [],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    ]\n  },\n  \"customer\": {\n    \"id\": 746,\n    \"civility_id\": 1,\n    \"lastname\": \"Gorchon\",\n    \"firstname\": \"Jeanne\",\n    \"company\": \"Thais PMS\",\n    \"comment\": \"TEST SUPPORT\\n-----------------\\ntest\",\n    \"allergies\": \"Intolérance gluten\\n-----------------\\ntest\",\n    \"email\": \"support@thais-soft.com\",\n    \"phone\": \"+33750661935\",\n    \"cellphone\": \"+33750661935\",\n    \"postcode\": \"34000\",\n    \"city\": \"Castelneau\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"Maison\",\n    \"address2\": \"test\",\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": null,\n    \"birthdate\": \"1899-11-30\",\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 11,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 4,\n    \"customer_company_id\": 1564,\n    \"satisfaction_rating\": 5,\n    \"contact_channel\": \"Email\",\n    \"deleted\": false,\n    \"updated_at\": \"2026-03-23T07:43:23+01:00\",\n    \"auto_email\": true,\n    \"gdpr_accepted_at\": \"2025-03-12 14:47:18\",\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgQAAACKCAYAAADVJ1IXAAAAAXNSR0IArs4c6QAAFtxJREFUeF7tnU/IfkUVx49g4SJQwaCFUFGR0CIXLX4Lo4SgoqAWumphgqta5ELJoLB2hUK6bCElbQqEcFVBYJJRQX9cZLgQTHThwoWQkIvAnq/eY8fp/pn7PPfPzNzPhZ/v6/vcO/fMZ+a5850zZ869yjggAAEIQAACEDg8gasOTwAAEIAABCAAAQgYgoBOAAEIQAACEIAAgoA+AAEIQAACEICAIQjoBBCAAAQgAAEIIAjoAxCAAAQgAAEIGIKATgABCEAAAhCAAIKAPgABCEAAAhCAgAiwy4B+AAEIQAACEIAAgoA+AAEIQAACEIAAHgL6AAQgAAEIQAACLBnQByAAAQhAAAIQIIaAPgABCEAAAhCAwJsECCqkI0AAAhCAAAQggCCgD6xG4ANmdpuZ3WBmv+ruor/pX3q8ZmY3mdldq1lDwRCAAAQgMEoADwEdZGkCXzWzT5mZfs49njSzT8+9iPMhAAEIQOByAgiCyxlSwluD+B3dYN7nAchlhCDIJcV5EIAABBYmgCBYGOjBitPg/+OZs/p/mtmjHSf9rn+fMLMvziznYKipLgQgAIF1CSAI1uXbculaEpAYyDleNrMfnU78bs7JnAMBCEAAAtsTQBBsz7zWO8oboKUB/dTyQM7SwJ2n835Sa4Wxe5CAt336UxfI4+M//XdQQgACFRBAEFTQSDubqIe+vAH3Z9ihwV9xAL8NA0PGZZyyI4F054f+XwO5ft7c2XVt9/9Du0TGzPdlIf1U34hiAcGwY8NzawikBBAE9Ik+AreY2T1mpoFgKupfIuB7CIBiO5LP4n3Xh3aAnDOwr1XBV83s6URIIhTWok25EBghgCCge0QCWuOfWg7Q7F8zPfccQLAsAnFpR4P/lKBz61NXv8p5xcze1Q3Y8byhATsuIbw/LCvl2uD38D4msYk4KKt/YU3DBBAEDTfujKpN7RbwnQEEBc6AutGp8uZ85hTgqQF4KPeDu+3dZe9LOlsNtlEo6HcJFR0SCtd1/4ZwyVbFomxl60bNxm0gUB4BBEF5bbKHRU/0zCTlyn38ZIxEAA/jPVpl+J7uBVBcRxrcGQd/Dab6V/ohYaB/Y8sZBKiW3orYVz0BBEH1TXhxBX5nZppl+sGM7GKkqxTgg2bfko6Em9bhcwWAxxCUKhY80VXq8aBvrtK1KBQCbxFAEBy7J2hgeD5BQJ8op0+ofeQF8O2e0bKhYE6P7fDZtq6JA797F/R3BYOWvAykeivXRfSCyAMib0GpYqac3oMlEJhJgIf/TGCNna7BIG4nvNfMHmysjrVWJ20b1WNsR8ec7aHO5CUz+04FuSIkClJvwSdPsRNP1dq42A2BEgkgCEpsle1seiPcShHl793u1txphECM6dBMWDP5sRlxn3gYA6z4EAXz6aglYFR1/Hr39ky3+1biW/geQWA5AgiC5VjWVlK6XKDZp1yxHPsRkIv8F2GwftbMPt+Z4+v++ulb+vT7jWZ2dWJyfF+EPtL5L3Tn+A6D+A6KWkRByoc+u19f5c4NEkAQNNiomVVKZ5WlrydnVqvq0+bO9NPKzhnY+7aa1hDJL7vlQfG4gg/iJai6z2N8QQQQBAU1xsampC8nIoJ74wbouZ0HEd5kZldmmnPObNnv5+vzEhQaYEs/5CmQKNBRg4gpnSf2QeBNAgiCY3cE7TCIEdw/MLP7jo2kqNr7jgDtGHCXvwzUwO0xBZfmiEiXjrQuX3oEf7QZQVBUl8WYmgkgCGpuvctt73NRz3E7X24BJZRAIA1ilCgo+YiCoAYBUzJLbIPA2wQQBHSGf5vZNT0YXBiQT779PhKFYQ3LBnefXrz1w65ZEATt909quBEBBMFGoAu+zffN7JsT9nk6XD9NW9Ze7v7JlR3d1vHcS93ZBWNryrS4Jq+KlT7Iel4CbZ+8vqmWoDIQ2JEAgmBH+AXdOma3m/tmuqlquEBwcRAFRPrZVFl8vg6BNI7gYTPTLLzUw/NnlC5cSuWHXRDoJYAgoGOkBNLI8y0J9XkaFPXu6ZUlJrSnXkcMsnMbU49EfKXv0Dlb1q/Ue6WC4DEzu71QY313TA1LG4UixCwI9BNAENAzhgjECHffiaCHsAbi18xMmQ11+Kts9XtMnlML2T7R4Lbr+xHf9aD6zV0GcY9I6d6QF7skR6q7dhmUGFhIMGEt3yrsrJIAgqDKZqvCaBcRLhLcaP97zJ4Xf4+VU6zC62amjH1xe6R7CfpAxPOiDZdA02Aey720LBcHqVhQuXMFxyW2xGvT9wWUlvCH3ANLtTTlQGCAAIKArnFUAukAPzbojw3SqQCJ5cTP/O2DUzEae2WMTBNVlbS/P+6CIG7gqN9Y6r06AQTB6oi5AQT+j8AtZnabmX0lvKxHJ2kZRmv3eyQGSncanJP5cOmmlqD6qZmJF689Xpou5UEgIYAgoEtAYHkCcanCPQIea5F6COQR0GCnAXjvI2au3DtoL76z4BEzu2tvONwfAq0TQBC03sLUbw0CPuD7OwAU63DtaWavwT4n1qDUpE9p5sq94gjcDrwCa/ReyoTAAAEEAV0DAsMEfKeFfvorh6diAGJpHnugJQAFEOrnHssBuW2cLhvsEc/gwY17eyhymXEeBJohgCBopimpyJkEfEbvs3u59ucM+rrtc2Z2def6f7L7qQGt5MF/CFdcNthy+6HaQWJA7PcQImd2Hy6DQDsEEATttCU1mSbgWyA16GjGn+vi95JjLgGf8adpnaetKPuMPZYNYrIh7W6oUUiV3apYB4EMAgiCDEicUiWBOPjPnfX7IK/Zvo7SXf1LN1D0Eqy9/dAFyJbeiKV5UR4EmiCAIGiiGQ9diTTAb87gHwd+/53ZqVl8HfJa2w/jLgKWCA79FabypRBAEJTSEtiRQyB1+XvQ39i1MTVx7ev7OYyWOCcmKVp65q42U/n3F5wieQmGlAGB6gggCKprskMYHGf9+v2jZnZlpObpoH9EN/+SHSO+M0DlLvWcUMyGAgd1PHr6j5YLOCAAgUIILPVFL6Q6mFEhgZxZvzL46YVKGvh9XR8X/7qNHeMILs1HwA6CdduK0iGwCAEEwSIYKSSTQNzXP7TW79v1ati3n1ntKk/7m5nd3Fl+riBIlwcUoLjXy5uqbASMhsCWBBAEW9I+zr3irF+1Hhv85TrWcbRI/tJ7wz1m9kBn5NydBlEIkG2w9JbGPgh0BBAEdIVLCeTO+t3d71H8RPNfSn7d62McwZzAwph2mDiBdduI0iGwKAEEwaI4my4sZ9ZfW6rephtsgcrNiSMgYHAB4BQBgT0JIAj2pF/uvXOS+qRr/a1l7Cu3dbazLGYtHFo2IGBwu/bgThBYlQCCYFW8VRQ+NfgfPWtfFY24kpFjywZpwKCSC7EMtFJDUCwEtiCAINiCcjn3yBn8a3kzXzlU27akb9kgxglICCibIQcEIFA5AQRB5Q04YH76Bj9/fa+/xS9N2csDvc1+sEStYtZCBQlqx4gOAgaXoEsZECiIAIKgoMY4w5SpQD8P8vuzmT3D1r4zCHOJCLxoZjd2KB42s7vBAgEItEcAQVBHm+YM/DGLH3v662jX0q2McQJuKy8iKr3VsA8CZxJAEJwJbsXL5NZ3136a0Ie3860InqLfJtCXWEjvINDf1QdvJeMgvQUC7RFAEOzXpums/47ugesWaZbvefuZ8e/XTke781BiobgF8V4ze/BoYKgvBFongCDYpoVjNr/3d69/9Tuns34N/uR736ZduMv/CORkGPzXSQi85xRD8KqZXQ88CECgLQIIgmXbM762VyWPufyZ9S/LntLOI5AjBLxk7UaRJ0uHlg3IO3Aec66CQJEEEATnNUsc+K8zs4+HdX+VSDKf87hy1TYE0hiB3C2Eim15ojOR4MJt2oq7QGAzAgiCadRxrT91979kZq+Y2eNdMcz6p3lyxn4EzhUC0WIJAgkDiV69FpkDAhBohACC4J0NOZbJL83dj7u0kS/BAaqxhBBwTDFREV6CA3QeqngcAkcXBP6gVIvHKH8G/+N8B1quqfr3/V0Qq/r0EmmG4/sNxA5R0HIPom6HInBEQeD7/FMBoHVUPTRJ43uor0CTlfVXEWvwVn/WoL3kzpXoJVC5uTEITcKmUhBohcARBIF7AWLEvz/E1I6KsuaAQAsE1Jdd6Lo3YEkhEBnFvARLeR9aaAPqAIFqCbQoCOKe/z4vgGZMaz0kq+0IGF4VgTSplTwCEryvm9nLIzXxTIPKJXC1mT3dnRu/Dy8kf/Pls75ioyj4j5l9hO9WVf0IYyHwDgKtCAI96L5tZh8K2/9iHABeADp+rQSiwE3zWmxZJ/8+KXumJ8+SbQ+Y2W2dIdp18whety2bhXtBYDkCtQqCuAzgsyWfHWk9k+1/y/URStqOQMxvoS2umvn737azIu9OLhD+amZfM7ObwmVrxC3kWcVZEIDA2QRqEgR9b17zWAB/OLEUcHZX4MKdCPTFuEyZIvf8H83sOTNzF7+u8YRYfdfrM18y8M9TsRE/j5/JM+Geir6yZcuvux0N/rnudyfZDKeaks8hUA6BGgSBHkR605q/AdBFALEA5fQjLMkjED0AY+5/H9j1/fyYmd3QFb92oOBULdwb9+UueFFZOnU8Zma3n36JMQVeFt6CKap8DoFCCJQuCPQAUmY03z6lGQcHBGoikOMB8Ddb+tq8tvUpf4COvbf1jcUwyDOgmIL7QoOkAt4/inUkqVdNPRhbD0OgZEHwkJl9o2sJPUD0MhUOCNRAwEVA+kprH+A1yHtwng+OcctgKUIgChPZqXp5vo6xt3KO1d/rpuuf6bwLLPXV0KuxsXkCpQqCX57WSD+HGKiy/7lbfCgYLj78WxsIbulErEfdewMOLXONxcXstTMmtUlegIdPQYM/O6M3undBwsiX/IaKITvoGYC5BAJLEihVELxoZjd2FSU16pItPl2WD+TxAa41bO1d16Hodz98TfmSSHgNBNeY2asDe+jTQDgXETGY7rXuJVNbZ5kcWw4Yc/Vr5q0YAv2MomGJ1MLTLdx/RioElo5XcHEwFaAYrfNYCveojOVEOLfeXAcBCHQEShUEMk+BhP7ARBQs32Vz1raXv+u6JWpZac31aWemWvgaf1ojJQb6Vk8K7D5vgK6VvYqN2cNbkrr2t4xXiMJzrkhwblp2QSSs+52i9AMRKFkQpKLA1yw1M4zrl3s8SGvtIlNru3G2Grkqmlxb3DzaPa1/OouP5URvgv8uj8AVM1MiG/cE6TO9Slpb6t5tZv/ovBI6V1n19E9H6o1w74AGhzjjXqqNpoSTD6JDuS90vb9gKNq09Aw8p74xQNDjG6bszyl3yXPOEQreVz1wEZGwZItQ1mEIlC4I1BDPTyRnefaUKe3vZqaBYWhgkojwh0Z0Q85t6HR9/Fwx4nvCdf/4e2pPWn6s31BdfdCM5SqLo7avaRCOh9aH/9Ttadff07S36eDbtzSQLiHE8n1JIZez11fLBxIgCjpT+d5+sQ2dXW7ZuefFQbPPCxDXuofW+YeE15YzcO8HEkli6GLJGdaUwOsckeD9w7/vsQ+t6UXK7WecB4HiCNQgCARN69l6OM8dYHKAp0FufYPeJWvkOTZceo4GUM3ix8TFpfcYuz5l2LfOHwfwLQb2OfW91Avg9xpaFthKCPQtafi9ZWNrGTxdvKlu7vGY811NJwe+BBHFxJx+xLkQqJpALYIgQvZ0rp7YZc4D4NLGkotbrmulSY6DgA9w59jig3iftyH9W7xP/Ezt+EZnkGZCPqvWn242sy91nymbnLwC6dF3nz4PRDqQX8pzz+t98Iyz52iPu5+nov3HlmHEa+1AwVTMuABobfDP7SvRm6Br9P9q4+jdy/2epl5FleeiwcVErl2cB4HiCdQoCFKo0Wsw5OJ2t3b8PD4g4qAcHwIeyV7zw1X19EyP0d1dc50u+WJJULrHKZbjA6l+5uxWENe+2ACVuWR8gPfv2M/TLIcuXsjemd8z0meBPwP0d8XKKJ4liomhbZNDosEticKhT/TnW8yZEFiZQAuCYGVETRSv9WOJgvSQp0Meg9TF3/cQq/lhNuXKzxVHQ+WI6yXLAj7Y+6DjM9qYrtvvoRmqDl8HZz18u69o6n2QMHMvRBRsYxZt4TXajgh3aooAgqCp5hysjK+15iSImSIyNOPxgaqU+IAhV/45LnUtGwy9e2DqAZ+6quOsMw4ikVtkOZYRcKqt+HxbAtHrED0K6bKFPEgIuW3bhrtlEEAQZEBq7JSxWe6aVR2Kh4h/j8mG3JYcz4Sf874uw+VnzUy/+6HdEz/vvCHyiPiD293Eab31ubwnypYpEZUecif/vvMKKKCzL1mTzxzjtW6nBoMY9c569Jo9j7IhAIEsAgiCLExNnuReA1Uuuj59IMsNvGoSzkCllCNB21t9R0cULemyiz7zgZ7Z4JF6CXWFQKUEEASVNtxGZg8FYfrf02DN3HXUJczXLF1JizylssrUYP0XM3u6S4UcB2W/pw/OstU9BHLvfuGUzyJ9B4Ffrz37BOwt0WqUAQEIFEsAQVBs0zRh2NiuDvdE+KDrA3RfxX327V6NmDDo3GC+qaWTqdiAJhqISkAAAhBwAggC+kLpBNLgwHOCAr2OQ4GG0fUvb8BU7oHSmWEfBCAAgdkEEASzkXHBBgSGRMBvzOypmff3ssZ2CbAkMBMqp0MAAu0RQBC016Y11yh145+7HODLEcq/MPRWwkvKrpkxtkMAAhDoJYAgoGOUQkBiQC+y0nFupj+V8VBI1ZzWDRFQSmtjBwQgUBwBBEFxTXJIgxTl/0QQA3PX8HW98gX0vf7YRQC7BA7Ztag0BCCQSwBBkEuK89YiENMqa0vgrSM38m2N/nMoLkBFqCyPDVjLdsqFAAQg0AwBBEEzTVltRf5gZlc66302r//1HAd6W6OyBvo5YxVlSaDaboDhEIDA3gQQBHu3APefygeQQwghkEOJcyAAAQiMEEAQ0D1KISBh4K9pnvIC6HOJAL0EiNiAUloQOyAAgaoJIAiqbr4mjY9vB1QF9f6AD4f3AuS87KhJMFQKAhCAwJoEEARr0qVsCEAAAhCAQCUEEASVNBRmQgACEIAABNYkgCBYky5lQwACEIAABCohgCCopKEwEwIQgAAEILAmAQTBmnQpGwIQgAAEIFAJAQRBJQ2FmRCAAAQgAIE1CSAI1qRL2RCAAAQgAIFKCCAIKmkozIQABCAAAQisSQBBsCZdyoYABCDQBgF/A+ncN5G2UfuD1AJBcJCGppoQgAAEziQQ30h6Z5cu/MyiuKxkAgiCklsH2yAAAQjsT0DpxJ/vzNDryfVqcY4GCSAIGmxUqgQBCEBgYQISBbxHZGGopRWHICitRbAHAhCAAAQgsAMBBMEO0LklBCAAAQhAoDQCCILSWgR7IAABCEAAAjsQQBDsAJ1bQgACEIAABEojgCAorUWwBwIQgAAEILADAQTBDtC5JQQgAAEIQKA0AgiC0loEeyAAAQhAAAI7EEAQ7ACdW0IAAhCAAARKI4AgKK1FsAcCEIAABCCwAwEEwQ7QuSUEIAABCECgNAIIgtJaBHsgAAEIQAACOxBAEOwAnVtCAAIQgAAESiOAICitRbAHAhCAAAQgsAMBBMEO0LklBCAAAQhAoDQCCILSWgR7IAABCEAAAjsQQBDsAJ1bQgACEIAABEojgCAorUWwBwIQgAAEILADAQTBDtC5JQQgAAEIQKA0AgiC0loEeyAAAQhAAAI7EEAQ7ACdW0IAAhCAAARKI4AgKK1FsAcCEIAABCCwAwEEwQ7QuSUEIAABCECgNAIIgtJaBHsgAAEIQAACOxD4LyX/Kcdv3mTjAAAAAElFTkSuQmCC\",\n    \"vat_number\": \"xxx\",\n    \"vat_number_no_eu\": \"\",\n    \"siren\": \"\",\n    \"siret\": \"\",\n    \"civility\": {\n      \"id\": 1,\n      \"label\": \"M. ou Mme\",\n      \"rank\": 2,\n      \"deleted\": false\n    },\n    \"country\": null,\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"color\": \"#144bb8\",\n      \"rank\": 9,\n      \"deleted\": false\n    },\n    \"customer_category\": {\n      \"id\": 11,\n      \"label\": \"Non renseignés\",\n      \"color\": \"#000000\",\n      \"rank\": 0,\n      \"deleted\": false\n    },\n    \"nationality\": null,\n    \"language\": null,\n    \"customer_origin\": null,\n    \"customer_company\": null,\n    \"crm_completion\": 71,\n    \"invoice_balance\": 1292.92,\n    \"hotel_booking_count\": 2\n  },\n  \"booking_origin\": {\n    \"id\": 2,\n    \"label\": \"A renseigner (par défaut)\",\n    \"color\": \"#1A1C2C\",\n    \"rank\": 0,\n    \"deleted\": false\n  },\n  \"booking_reason\": {\n    \"id\": 6,\n    \"label\": \"Business\",\n    \"color\": \"#0cc40c\",\n    \"rank\": 3,\n    \"deleted\": false\n  },\n  \"created_by\": null,\n  \"booking_rooms\": [\n    {\n      \"id\": 1,\n      \"booking_id\": 1,\n      \"room_id\": 4,\n      \"rate_id\": 1,\n      \"rooming_customer_id\": null,\n      \"state\": \"pending\",\n      \"rooming\": \"Jean Dupont\",\n      \"color\": \"#FF00FF\",\n      \"locked\": false,\n      \"resort_purchase_id\": 11,\n      \"taxes_resort_purchase_id\": 13,\n      \"icons\": [\n        \"cloud\",\n        \"truck\"\n      ],\n      \"housekeeping\": true,\n      \"hk_comment\": null,\n      \"resto_lunch_time\": null,\n      \"resto_dinner_time\": null,\n      \"resto_comment\": null,\n      \"crs_id\": null,\n      \"room\": {\n        \"id\": 4,\n        \"label\": \"SUITE COMMUNICANTE\",\n        \"shortcode\": null,\n        \"description\": \"<p>douche</p>\",\n        \"nb_persons_max\": 2,\n        \"room_type_id\": 35,\n        \"rank\": 2,\n        \"stage\": \"\",\n        \"visible\": true,\n        \"show_in_stats\": false,\n        \"real\": true,\n        \"picture_url\": \"\",\n        \"pictures\": [\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n        ],\n        \"created_at\": \"2024-09-25\",\n        \"deleted\": false,\n        \"deleted_at\": null,\n        \"icons\": [\n          \"shower\"\n        ],\n        \"ex_door_id\": \"\",\n        \"state_id\": 1,\n        \"is_date\": false,\n        \"is_separator\": false,\n        \"room_type\": {\n          \"id\": 35,\n          \"label\": \"communicante.\",\n          \"shortcode\": \"SHORT\",\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"public\": true,\n          \"color\": \"#960096\",\n          \"description\": \"<p>Chambre communicante</p>\",\n          \"rank\": 2,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"state\": null,\n        \"linked_room_id\": null\n      },\n      \"rate\": {\n        \"id\": 1,\n        \"derived_from_id\": null,\n        \"vat_rate_id\": 1,\n        \"label\": \"Standard.\",\n        \"shortcode\": \"std\",\n        \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n        \"color\": \"#b300ff\",\n        \"rank\": 0,\n        \"subject_to_pricing\": true,\n        \"is_promo\": false,\n        \"rate_per_person\": false,\n        \"public\": true,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"formula\": \"p*1\",\n        \"bo_visible\": true,\n        \"deleted\": false,\n        \"cm_id\": \"115237\",\n        \"cm2_id\": null,\n        \"cm_send_rate\": true,\n        \"send_ask_balance_email\": true,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": 0,\n        \"deposit_rate\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null,\n        \"vat_rate\": {\n          \"id\": 1,\n          \"vat_rate\": 0,\n          \"deleted\": false\n        },\n        \"derived_from\": null\n      },\n      \"booking\": null,\n      \"booking_nb_persons\": [\n        {\n          \"id\": 1,\n          \"booking_room_id\": 1,\n          \"age_range_id\": 3,\n          \"nb_persons\": 2,\n          \"age_range\": {\n            \"id\": 3,\n            \"age\": 18,\n            \"deleted\": false,\n            \"is_infants\": false,\n            \"is_children\": false,\n            \"is_adults\": true,\n            \"mapping_key\": \"adults\"\n          }\n        }\n      ],\n      \"nb_persons\": {\n        \"adults\": 2,\n        \"children\": 0,\n        \"infants\": 0\n      },\n      \"rooming_customer\": null,\n      \"resort_purchase\": {\n        \"id\": 11,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_RESERVATION\",\n        \"label\": \"Suite (201)\",\n        \"description\": \"Standard.\",\n        \"quantity\": 1,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 0,\n          \"label\": \"Hébergement\",\n          \"color\": \"\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 200,\n        \"priceExcludingTaxes\": 181.82,\n        \"taxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalTaxes\": 18.18,\n        \"amountIncludingTaxes\": 200,\n        \"amountExcludingTaxes\": 181.82,\n        \"amountTaxesByRates\": {\n          \"10.00\": 18.18\n        },\n        \"totalAmountTaxes\": 18.18,\n        \"childrenPurchases\": [\n          {\n            \"id\": 12,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 200,\n            \"priceExcludingTaxes\": 181.82,\n            \"taxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalTaxes\": 18.18,\n            \"amountIncludingTaxes\": 200,\n            \"amountExcludingTaxes\": 181.82,\n            \"amountTaxesByRates\": {\n              \"10.00\": 18.18\n            },\n            \"totalAmountTaxes\": 18.18,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": null,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      \"taxes_resort_purchase\": {\n        \"id\": 13,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 2,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": null,\n        \"article\": null,\n        \"customer\": {\n          \"id\": 746,\n          \"lastName\": \"Gorchon\",\n          \"firstName\": \"Jeanne\",\n          \"email\": \"support@thais-soft.com\",\n          \"company\": \"Thais PMS\",\n          \"blackListed\": false,\n          \"name\": \"Gorchon Jeanne\",\n          \"languageId\": 1,\n          \"companyId\": 1564,\n          \"invoiceBalance\": 1292.92\n        },\n        \"orderId\": 4,\n        \"originOrderId\": 4,\n        \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n        \"invoiceId\": 3,\n        \"invoiced\": true,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": true,\n        \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-01-24T00:00:00+01:00\",\n        \"priceIncludingTaxes\": 4.96,\n        \"priceExcludingTaxes\": 0,\n        \"taxesByRates\": [],\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 4.96,\n        \"amountExcludingTaxes\": 0,\n        \"amountTaxesByRates\": [],\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 14,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/01\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 746,\n              \"lastName\": \"Gorchon\",\n              \"firstName\": \"Jeanne\",\n              \"email\": \"support@thais-soft.com\",\n              \"company\": \"Thais PMS\",\n              \"blackListed\": false,\n              \"name\": \"Gorchon Jeanne\",\n              \"languageId\": 1,\n              \"companyId\": 1564,\n              \"invoiceBalance\": 1292.92\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": 3,\n            \"invoiced\": true,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": true,\n            \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n            \"priceIncludingTaxes\": 4.96,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 4.96,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 13,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      \"price_per_nights\": [\n        {\n          \"id\": 12,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_RESERVATION\",\n          \"label\": \"23/01\",\n          \"description\": \"\",\n          \"quantity\": 1,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": {\n            \"id\": 0,\n            \"label\": \"Hébergement\",\n            \"color\": \"\"\n          },\n          \"article\": null,\n          \"customer\": {\n            \"id\": 746,\n            \"lastName\": \"Gorchon\",\n            \"firstName\": \"Jeanne\",\n            \"email\": \"support@thais-soft.com\",\n            \"company\": \"Thais PMS\",\n            \"blackListed\": false,\n            \"name\": \"Gorchon Jeanne\",\n            \"languageId\": 1,\n            \"companyId\": 1564,\n            \"invoiceBalance\": 1292.92\n          },\n          \"orderId\": null,\n          \"originOrderId\": null,\n          \"originOrderLabel\": null,\n          \"invoiceId\": 3,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n          \"updatedAt\": null,\n          \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n          \"priceIncludingTaxes\": 200,\n          \"priceExcludingTaxes\": 181.82,\n          \"taxesByRates\": {\n            \"10.00\": 18.18\n          },\n          \"totalTaxes\": 18.18,\n          \"amountIncludingTaxes\": 200,\n          \"amountExcludingTaxes\": 181.82,\n          \"amountTaxesByRates\": {\n            \"10.00\": 18.18\n          },\n          \"totalAmountTaxes\": 18.18,\n          \"childrenPurchases\": [],\n          \"parentPurchaseId\": 11,\n          \"groupId\": null,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      ]\n    }\n  ],\n  \"promo_code\": null,\n  \"ebooking\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Ajouter des arrhes sur une reservation",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/{{booking_id}}/deposits",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "bookings",
                "{{booking_id}}",
                "deposits"
              ]
            },
            "description": "Ajout d'arrhes sur une reservation. Le type_id correspond a un type de paiement recuperable via /hub/api/partner/resort/payment-types.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"amount\": 50,\n  \"type_id\": \"{{payment_type_id}}\",\n  \"comment\": \"Arrhes via API\",\n  \"reference\": \"REF-API-001\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Ajouter des arrhes sur une reservation",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/1/deposits",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "bookings",
                    "1",
                    "deposits"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 50,\n  \"type_id\": 2,\n  \"comment\": \"Arrhes via API\",\n  \"reference\": \"REF-API-001\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 1298,\n  \"createdAt\": \"2026-03-26T11:09:00+01:00\",\n  \"accountedAt\": null,\n  \"canceled\": false,\n  \"canceledPaymentId\": null,\n  \"cancelable\": true,\n  \"amount\": 50,\n  \"comment\": \"Arrhes via API\",\n  \"paylineTransactionId\": null,\n  \"reference\": \"REF-API-001\",\n  \"lettering\": false,\n  \"treated\": false,\n  \"hasReminder\": false,\n  \"typeId\": 2,\n  \"typeLabel\": \"CB\",\n  \"invoiced\": false,\n  \"onReceipt\": false,\n  \"createdById\": 6,\n  \"deskId\": 1,\n  \"orderId\": 4,\n  \"originOrderId\": 4,\n  \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n  \"invoiceId\": null,\n  \"giftCardId\": null,\n  \"giftCard\": null,\n  \"isForGiftCardPayment\": false,\n  \"isByGiftCardPayment\": false,\n  \"updatable\": true\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Creer des ventes sur une chambre",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/{{booking_id}}/booking-rooms/{{id}}/extras",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "bookings",
                "{{booking_id}}",
                "booking-rooms",
                "{{id}}",
                "extras"
              ]
            },
            "description": "Insertion d'extras (Hotel) a facturer sur une chambre. 2 types de ventes sont possibles : une vente libre (libelle, prix, categorie et quantite) ou une vente d'extra deja present dans le catalogue (id, quantite).",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"label\": \"EXTRA LIBRE API PARTNER\",\n  \"description\": \"test\",\n  \"quantity\": 1,\n  \"price_including_taxes\": 10.55,\n  \"tax_rate\": 5.5,\n  \"discount_rate\": 0,\n  \"offered\": false,\n  \"consumed_at\": null,\n  \"category_id\": \"{{category_id}}\",\n  \"customer_id\": \"{{customer_id}}\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Ajouter une vente libre sur une chambre",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/1/booking-rooms/1/extras",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "bookings",
                    "1",
                    "booking-rooms",
                    "1",
                    "extras"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"label\": \"EXTRA LIBRE API PARTNER\",\n  \"description\": \"test\",\n  \"quantity\": 1,\n  \"price_including_taxes\": 10.55,\n  \"tax_rate\": 5.5,\n  \"discount_rate\": 0,\n  \"offered\": false,\n  \"consumed_at\": null,\n  \"category_id\": 23,\n  \"customer_id\": 746\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 11901,\n  \"application\": \"HOTEL\",\n  \"type\": \"HOTEL_PURCHASE_FREE\",\n  \"label\": \"EXTRA LIBRE API PARTNER\",\n  \"description\": \"test\",\n  \"quantity\": 1,\n  \"discountRate\": 0,\n  \"offered\": false,\n  \"canceledAt\": null,\n  \"canceled\": false,\n  \"category\": {\n    \"id\": 23,\n    \"label\": \"Boisson chaude\",\n    \"color\": \"#26B38D\"\n  },\n  \"article\": null,\n  \"customer\": {\n    \"id\": 746,\n    \"lastName\": \"Gorchon\",\n    \"firstName\": \"Jeanne\",\n    \"email\": \"support@thais-soft.com\",\n    \"company\": \"Thais PMS\",\n    \"blackListed\": false,\n    \"name\": \"Gorchon Jeanne\",\n    \"languageId\": 1,\n    \"companyId\": 1564,\n    \"invoiceBalance\": 1292.92\n  },\n  \"orderId\": 4,\n  \"originOrderId\": 4,\n  \"originOrderLabel\": \"CDH1: 23/01/2026 - 24/01/2026\",\n  \"invoiceId\": null,\n  \"invoiced\": false,\n  \"receiptId\": null,\n  \"onReceipt\": false,\n  \"transfered\": false,\n  \"locked\": false,\n  \"createdAt\": \"2026-03-26T11:09:07+01:00\",\n  \"updatedAt\": null,\n  \"consumedAt\": \"2026-03-26T11:09:07+01:00\",\n  \"priceIncludingTaxes\": 10.55,\n  \"priceExcludingTaxes\": 10,\n  \"taxesByRates\": {\n    \"5.50\": 0.55\n  },\n  \"totalTaxes\": 0.55,\n  \"amountIncludingTaxes\": 10.55,\n  \"amountExcludingTaxes\": 10,\n  \"amountTaxesByRates\": {\n    \"5.50\": 0.55\n  },\n  \"totalAmountTaxes\": 0.55,\n  \"childrenPurchases\": [],\n  \"parentPurchaseId\": null,\n  \"groupId\": 11,\n  \"onCreditNote\": false,\n  \"onCanceledDocument\": false\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Transferer des ventes sur une chambre",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/{{booking_id}}/booking-rooms/{{id}}/transfers",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "bookings",
                "{{booking_id}}",
                "booking-rooms",
                "{{id}}",
                "transfers"
              ]
            },
            "description": "Transfert de ventes sur une chambre. Les champs label et external_reference permettent d'enregistrer la provenance des ventes depuis le partenaire (id externe). 2 types de ventes sont possibles : une vente libre (libelle, prix, quantite, categorie, taux de TVA) ou une vente d'extra deja present dans le catalogue (id, quantite). Les differents type de ventes sont : HOTEL_PURCHASE, HOTEL_PURCHASE_FREE, HOTEL_TAXE, HOTEL_INSURANCE, RESTAURANT_PURCHASE, SHOP_PURCHASE, SERVICE_BOOKING, SERVICE_PURCHASE.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"label\": \"Transfert API test\",\n  \"external_reference\": \"EXT-API-001\",\n  \"purchases\": [\n    {\n      \"type\": \"RESTAURANT_PURCHASE\",\n      \"label\": \"EXTRA LIBRE API PARTNER\",\n      \"category_id\": \"{{category_id}}\",\n      \"description\": null,\n      \"quantity\": 1,\n      \"price_including_taxes\": 10.55,\n      \"tax_rate\": 20,\n      \"discount_rate\": 0,\n      \"offered\": false,\n      \"consumed_at\": null\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Transferer une vente libre sur une chambre",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/1/booking-rooms/1/transfers",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "bookings",
                    "1",
                    "booking-rooms",
                    "1",
                    "transfers"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"label\": \"Transfert API test\",\n  \"external_reference\": \"EXT-API-001\",\n  \"purchases\": [\n    {\n      \"type\": \"RESTAURANT_PURCHASE\",\n      \"label\": \"EXTRA LIBRE API PARTNER\",\n      \"category_id\": 23,\n      \"description\": null,\n      \"quantity\": 1,\n      \"price_including_taxes\": 10.55,\n      \"tax_rate\": 20,\n      \"discount_rate\": 0,\n      \"offered\": false,\n      \"consumed_at\": null\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 1208,\n  \"createdAt\": \"2026-03-19T10:33:55+01:00\",\n  \"label\": \"Transfert API test\",\n  \"externalReference\": \"EXT-API-001\",\n  \"isTransferBlocked\": false,\n  \"isPaid\": false,\n  \"totalExcludingTaxes\": 0,\n  \"totalIncludingTaxes\": 0,\n  \"totalOutstandingDeposits\": 0,\n  \"totalOutstandingIncludingTaxes\": 0\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Transferer les ventes d'un autre module sur une chambre",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/{{booking_id}}/booking-rooms/{{id}}/transfer-purchases",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "bookings",
                "{{booking_id}}",
                "booking-rooms",
                "{{id}}",
                "transfer-purchases"
              ]
            },
            "description": "Transfere les ventes d'une reservation d'un autre module Thais (resto / service) sur une reservation chambres. Les purchases sont identifiees par leur ID (recuperables via GET /hub/api/partner/resort/orders/{{id}}). IMPORTANT : seules les purchases non encore facturees (pas sur un receipt) peuvent etre transferees.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"payments\": [],\n  \"purchases\": []\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Structure de transfert de purchases",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/bookings/1/booking-rooms/1/transfer-purchases",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "bookings",
                    "1",
                    "booking-rooms",
                    "1",
                    "transfer-purchases"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"payments\": [],\n  \"purchases\": []\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 4,\n  \"createdAt\": \"2026-01-23T12:04:56+01:00\",\n  \"label\": \"CDH1: 23/01/2026 - 24/01/2026\",\n  \"externalReference\": null,\n  \"isTransferBlocked\": false,\n  \"isPaid\": false,\n  \"totalExcludingTaxes\": 440.61,\n  \"totalIncludingTaxes\": 479.26,\n  \"totalOutstandingDeposits\": 1250,\n  \"totalOutstandingIncludingTaxes\": 274.3\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Modification tarifaire (yield)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/apr/prices/bulk",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "apr",
                "prices",
                "bulk"
              ]
            },
            "description": "Mise a jour des tarifs et restrictions. Les tarifs derives seront mis a jour automatiquement. Renvoie la liste des tarifs/restrictions impactes. Les champs de restrictions (min_stay, max_stay, coa, cod, stop_sell) sont facultatifs : s'ils sont omis, les valeurs actuelles de ces champs ne seront pas modifiees. Cela permet de ne faire que des modifications de prix sans modifier les restrictions.",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"date\": \"2026-09-01\",\n    \"room_type_id\": \"{{room_type_id}}\",\n    \"rate_id\": \"{{rate_id}}\",\n    \"price\": \"{{current_price}}\",\n    \"source\": \"API Partner\"\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Modifier le prix d'une nuitee",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/apr/prices/bulk",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "apr",
                    "prices",
                    "bulk"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"date\": \"2026-09-01\",\n    \"room_type_id\": 3,\n    \"rate_id\": 1,\n    \"price\": 100,\n    \"source\": \"API Partner\"\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Bloquer des chambres",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/room-unavailabilities/bulk",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "room-unavailabilities",
                "bulk"
              ]
            },
            "description": "Creation de blocages de chambres (NPL) en masse.",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"room_id\": \"{{room_id}}\",\n    \"start_at\": \"2026-09-15\",\n    \"end_at\": \"2026-09-16\"\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Bloquer une chambre sur une date",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/room-unavailabilities/bulk",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "room-unavailabilities",
                    "bulk"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"room_id\": 95,\n    \"start_at\": \"2026-09-15\",\n    \"end_at\": \"2026-09-16\"\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 495,\n    \"room_id\": 95,\n    \"booking_room_id\": null,\n    \"start_at\": \"2026-09-15\",\n    \"end_at\": \"2026-09-17\",\n    \"reason\": \"\",\n    \"created_at\": \"2026-03-26T11:09:25+01:00\",\n    \"created_by\": 6,\n    \"room\": null\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Hotel - (eResa)",
      "description": "",
      "item": [
        {
          "name": "Liste des eReservations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings?options=",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "ebookings"
              ],
              "query": [
                {
                  "key": "from",
                  "value": "",
                  "description": "Date de debut de la periode de recherche",
                  "disabled": true
                },
                {
                  "key": "to",
                  "value": "",
                  "description": "Date de fin de la periode de recherche",
                  "disabled": true
                },
                {
                  "key": "pending",
                  "value": "",
                  "description": "Filtre sur les eReservations en attente de confirmation",
                  "disabled": true
                },
                {
                  "key": "options",
                  "value": "",
                  "description": "Ne retourne que les eReservations en options.",
                  "disabled": false
                }
              ]
            },
            "description": "Recuperation de liste d'options de reservations : presentes entre 2 dates, en attente de confirmation (oui/non)."
          },
          "response": [
            {
              "name": "Liste des eReservations en options",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings?options=true",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "ebookings"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "",
                      "description": "Date de debut de la periode de recherche",
                      "disabled": true
                    },
                    {
                      "key": "to",
                      "value": "",
                      "description": "Date de fin de la periode de recherche",
                      "disabled": true
                    },
                    {
                      "key": "pending",
                      "value": "",
                      "description": "Filtre sur les eReservations en attente de confirmation",
                      "disabled": true
                    },
                    {
                      "key": "options",
                      "value": "true",
                      "description": "Ne retourne que les eReservations en options.",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 36,\n    \"booking_id\": 0,\n    \"external_reference\": \"BY-1363064\",\n    \"ota_reference\": null,\n    \"group_id\": \"BY-1363064\",\n    \"is_cm\": false,\n    \"checkin\": \"2026-04-06\",\n    \"checkout\": \"2026-04-08\",\n    \"created_at\": \"2026-01-27T17:31:53+01:00\",\n    \"updated_at\": \"2026-01-27T17:32:14+01:00\",\n    \"expired_at\": \"2026-01-26T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 1160,\n    \"customer_cm_id\": null,\n    \"customer_civility_id\": 2,\n    \"customer_firstname\": \"\",\n    \"customer_lastname\": \"\",\n    \"customer_email\": \"\",\n    \"customer_phone\": \"\",\n    \"customer_mobile\": \"\",\n    \"customer_zipcode\": \"\",\n    \"customer_city\": \"\",\n    \"customer_address\": \"\",\n    \"customer_country\": \"\",\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"channel_id\": 0,\n    \"channel_name\": \"Partner\",\n    \"state\": 1,\n    \"payment_type\": \"\",\n    \"payment_amount\": 0,\n    \"gift_card_token\": null,\n    \"gift_card_amount\": null,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"insurance_amount\": 0,\n    \"order_id\": null,\n    \"deleted\": false,\n    \"customer_civility\": {\n      \"id\": 2,\n      \"label\": \"M.\",\n      \"rank\": 1,\n      \"deleted\": false\n    },\n    \"customer\": {\n      \"id\": 1160,\n      \"civility_id\": 2,\n      \"lastname\": \"Test\",\n      \"firstname\": \"Raph\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"test@pwd.com\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \".\",\n      \"city\": \"--\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"ZI de Kaweni B.P 73..\",\n      \"address2\": null,\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": 746,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-02-03T11:15:02+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": null,\n      \"siren\": null,\n      \"siret\": null,\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 57,\n      \"invoice_balance\": 1400,\n      \"hotel_booking_count\": 4\n    },\n    \"booking_rooms\": [\n      {\n        \"id\": 108,\n        \"price\": 500,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-07\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      }\n    ],\n    \"cm_data\": \"\"\n  },\n  {\n    \"id\": 55,\n    \"booking_id\": 0,\n    \"external_reference\": \"831NONE_2026-02-21_2026-02-22_22\",\n    \"ota_reference\": null,\n    \"group_id\": \"\",\n    \"is_cm\": false,\n    \"checkin\": \"2026-02-21\",\n    \"checkout\": \"2026-02-22\",\n    \"created_at\": \"2026-01-29T17:22:44+01:00\",\n    \"updated_at\": \"2026-01-29T17:22:44+01:00\",\n    \"expired_at\": \"2026-02-21T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 831,\n    \"customer_cm_id\": null,\n    \"customer_civility_id\": 2,\n    \"customer_firstname\": \"\",\n    \"customer_lastname\": \"\",\n    \"customer_email\": \"\",\n    \"customer_phone\": \"\",\n    \"customer_mobile\": \"\",\n    \"customer_zipcode\": \"\",\n    \"customer_city\": \"\",\n    \"customer_address\": \"\",\n    \"customer_country\": \"\",\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"channel_id\": 0,\n    \"channel_name\": \"thais\",\n    \"state\": 1,\n    \"payment_type\": \"\",\n    \"payment_amount\": 0,\n    \"gift_card_token\": null,\n    \"gift_card_amount\": null,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"insurance_amount\": 0,\n    \"order_id\": null,\n    \"deleted\": false,\n    \"customer_civility\": {\n      \"id\": 2,\n      \"label\": \"M.\",\n      \"rank\": 1,\n      \"deleted\": false\n    },\n    \"customer\": {\n      \"id\": 831,\n      \"civility_id\": 2,\n      \"lastname\": \"Antonio\",\n      \"firstname\": \"Juan\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"97400\",\n      \"city\": \"Ste CLOTILDE\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"10 rue Jules Hermann   ZI du chaudron\",\n      \"address2\": \"\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": null,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": null,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-02-27T16:29:03+01:00\",\n      \"auto_email\": true,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": \"\",\n      \"siren\": \"\",\n      \"siret\": \"\",\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 50,\n      \"invoice_balance\": 0,\n      \"hotel_booking_count\": 1\n    },\n    \"booking_rooms\": [\n      {\n        \"id\": 179,\n        \"price\": 63,\n        \"rooming\": \"\",\n        \"rate_id\": 2,\n        \"room_type_id\": 5,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"3\": 2\n        },\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-02-21\",\n            \"amount\": 63\n          }\n        ],\n        \"rate\": {\n          \"id\": 2,\n          \"derived_from_id\": 1,\n          \"vat_rate_id\": 1,\n          \"label\": \"Non annulable, non remboursable\",\n          \"shortcode\": null,\n          \"description\": \"\",\n          \"color\": \"#5219a8\",\n          \"rank\": 1,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 5,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 4,\n          \"formula\": \"round(p*0.90)\",\n          \"bo_visible\": true,\n          \"deleted\": true,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": null,\n          \"deposit_rate\": 100,\n          \"deposit_rate_computed\": 100,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 5,\n          \"label\": \"Chambre double\",\n          \"shortcode\": \"tsto\",\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 5,\n          \"public\": true,\n          \"color\": \"#29366F\",\n          \"description\": \"<p>test h&eacute;bergement</p>\\n<p>Animaux</p>\\n<p>&nbsp;</p>\",\n          \"rank\": 2,\n          \"deleted\": true,\n          \"cm_id\": \"3663\",\n          \"cm2_id\": null,\n          \"ical_url\": \"\"\n        },\n        \"room\": null,\n        \"extras\": []\n      }\n    ],\n    \"cm_data\": \"\"\n  },\n  {\n    \"id\": 81,\n    \"booking_id\": 0,\n    \"external_reference\": \"1637NONE_2026-02-08_2026-02-09_57\",\n    \"ota_reference\": null,\n    \"group_id\": \"\",\n    \"is_cm\": false,\n    \"checkin\": \"2026-02-08\",\n    \"checkout\": \"2026-02-09\",\n    \"created_at\": \"2026-02-03T11:57:25+01:00\",\n    \"updated_at\": \"2026-02-03T11:57:25+01:00\",\n    \"expired_at\": \"2026-02-20T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 1637,\n    \"customer_cm_id\": null,\n    \"customer_civility_id\": 2,\n    \"customer_firstname\": \"\",\n    \"customer_lastname\": \"\",\n    \"customer_email\": \"\",\n    \"customer_phone\": \"\",\n    \"customer_mobile\": \"\",\n    \"customer_zipcode\": \"\",\n    \"customer_city\": \"\",\n    \"customer_address\": \"\",\n    \"customer_country\": \"\",\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"channel_id\": 0,\n    \"channel_name\": \"thais\",\n    \"state\": 1,\n    \"payment_type\": \"\",\n    \"payment_amount\": 0,\n    \"gift_card_token\": null,\n    \"gift_card_amount\": null,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"insurance_amount\": 0,\n    \"order_id\": null,\n    \"deleted\": false,\n    \"customer_civility\": {\n      \"id\": 2,\n      \"label\": \"M.\",\n      \"rank\": 1,\n      \"deleted\": false\n    },\n    \"customer\": {\n      \"id\": 1637,\n      \"civility_id\": 1,\n      \"lastname\": \"TEST 2\",\n      \"firstname\": \"\",\n      \"company\": \"\",\n      \"comment\": \"\",\n      \"allergies\": \"\",\n      \"email\": \"\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"\",\n      \"city\": \"\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"\",\n      \"address2\": \"\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": \"\",\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 2,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 3,\n      \"customer_company_id\": 0,\n      \"satisfaction_rating\": 2,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-02-03T11:59:23+01:00\",\n      \"auto_email\": true,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": null,\n      \"siren\": null,\n      \"siret\": null,\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 28,\n      \"invoice_balance\": null,\n      \"hotel_booking_count\": 1\n    },\n    \"booking_rooms\": [\n      {\n        \"id\": 262,\n        \"price\": 140,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 1,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"3\": 2\n        },\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-02-08\",\n            \"amount\": 140\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 1,\n          \"label\": \"Double avec 2 lit et un jacuzzi\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"public\": true,\n          \"color\": \"#B13E53\",\n          \"description\": \"<p>Big room with jacuzzi and two full beds</p>\",\n          \"rank\": 1,\n          \"deleted\": false,\n          \"cm_id\": \"17140\",\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      }\n    ],\n    \"cm_data\": \"\"\n  },\n  {\n    \"id\": 83,\n    \"booking_id\": 0,\n    \"external_reference\": \"1637NONE_2026-02-08_2026-02-09_57\",\n    \"ota_reference\": null,\n    \"group_id\": \"\",\n    \"is_cm\": false,\n    \"checkin\": \"2026-02-08\",\n    \"checkout\": \"2026-02-09\",\n    \"created_at\": \"2026-02-03T11:57:33+01:00\",\n    \"updated_at\": \"2026-02-03T11:57:33+01:00\",\n    \"expired_at\": \"2026-02-20T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 1637,\n    \"customer_cm_id\": null,\n    \"customer_civility_id\": 2,\n    \"customer_firstname\": \"\",\n    \"customer_lastname\": \"\",\n    \"customer_email\": \"\",\n    \"customer_phone\": \"\",\n    \"customer_mobile\": \"\",\n    \"customer_zipcode\": \"\",\n    \"customer_city\": \"\",\n    \"customer_address\": \"\",\n    \"customer_country\": \"\",\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"channel_id\": 0,\n    \"channel_name\": \"thais\",\n    \"state\": 1,\n    \"payment_type\": \"\",\n    \"payment_amount\": 0,\n    \"gift_card_token\": null,\n    \"gift_card_amount\": null,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"insurance_amount\": 0,\n    \"order_id\": null,\n    \"deleted\": false,\n    \"customer_civility\": {\n      \"id\": 2,\n      \"label\": \"M.\",\n      \"rank\": 1,\n      \"deleted\": false\n    },\n    \"customer\": {\n      \"id\": 1637,\n      \"civility_id\": 1,\n      \"lastname\": \"TEST 2\",\n      \"firstname\": \"\",\n      \"company\": \"\",\n      \"comment\": \"\",\n      \"allergies\": \"\",\n      \"email\": \"\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"\",\n      \"city\": \"\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"\",\n      \"address2\": \"\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": \"\",\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 2,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 3,\n      \"customer_company_id\": 0,\n      \"satisfaction_rating\": 2,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-02-03T11:59:23+01:00\",\n      \"auto_email\": true,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": null,\n      \"siren\": null,\n      \"siret\": null,\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 28,\n      \"invoice_balance\": null,\n      \"hotel_booking_count\": 1\n    },\n    \"booking_rooms\": [\n      {\n        \"id\": 264,\n        \"price\": 140,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 1,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"3\": 2\n        },\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-02-08\",\n            \"amount\": 140\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 1,\n          \"label\": \"Double avec 2 lit et un jacuzzi\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"public\": true,\n          \"color\": \"#B13E53\",\n          \"description\": \"<p>Big room with jacuzzi and two full beds</p>\",\n          \"rank\": 1,\n          \"deleted\": false,\n          \"cm_id\": \"17140\",\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      }\n    ],\n    \"cm_data\": \"\"\n  },\n  {\n    \"id\": 84,\n    \"booking_id\": 0,\n    \"external_reference\": \"1637NONE_2026-02-08_2026-02-09_57\",\n    \"ota_reference\": null,\n    \"group_id\": \"\",\n    \"is_cm\": false,\n    \"checkin\": \"2026-02-08\",\n    \"checkout\": \"2026-02-09\",\n    \"created_at\": \"2026-02-03T11:57:34+01:00\",\n    \"updated_at\": \"2026-02-03T11:57:34+01:00\",\n    \"expired_at\": \"2026-02-20T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 1637,\n    \"customer_cm_id\": null,\n    \"customer_civility_id\": 2,\n    \"customer_firstname\": \"\",\n    \"customer_lastname\": \"\",\n    \"customer_email\": \"\",\n    \"customer_phone\": \"\",\n    \"customer_mobile\": \"\",\n    \"customer_zipcode\": \"\",\n    \"customer_city\": \"\",\n    \"customer_address\": \"\",\n    \"customer_country\": \"\",\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"channel_id\": 0,\n    \"channel_name\": \"thais\",\n    \"state\": 1,\n    \"payment_type\": \"\",\n    \"payment_amount\": 0,\n    \"gift_card_token\": null,\n    \"gift_card_amount\": null,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"insurance_amount\": 0,\n    \"order_id\": null,\n    \"deleted\": false,\n    \"customer_civility\": {\n      \"id\": 2,\n      \"label\": \"M.\",\n      \"rank\": 1,\n      \"deleted\": false\n    },\n    \"customer\": {\n      \"id\": 1637,\n      \"civility_id\": 1,\n      \"lastname\": \"TEST 2\",\n      \"firstname\": \"\",\n      \"company\": \"\",\n      \"comment\": \"\",\n      \"allergies\": \"\",\n      \"email\": \"\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"\",\n      \"city\": \"\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"\",\n      \"address2\": \"\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": \"\",\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 2,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 3,\n      \"customer_company_id\": 0,\n      \"satisfaction_rating\": 2,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-02-03T11:59:23+01:00\",\n      \"auto_email\": true,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": null,\n      \"siren\": null,\n      \"siret\": null,\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 28,\n      \"invoice_balance\": null,\n      \"hotel_booking_count\": 1\n    },\n    \"booking_rooms\": [\n      {\n        \"id\": 265,\n        \"price\": 140,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 1,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"3\": 2\n        },\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-02-08\",\n            \"amount\": 140\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 1,\n          \"label\": \"Double avec 2 lit et un jacuzzi\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"public\": true,\n          \"color\": \"#B13E53\",\n          \"description\": \"<p>Big room with jacuzzi and two full beds</p>\",\n          \"rank\": 1,\n          \"deleted\": false,\n          \"cm_id\": \"17140\",\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      }\n    ],\n    \"cm_data\": \"\"\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            },
            {
              "name": "Liste des eReservations entre deux dates",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings?from=2026-04-25&to=2027-03-26&options=false",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "ebookings"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "2026-04-25",
                      "description": "Date de debut de la periode de recherche",
                      "disabled": false
                    },
                    {
                      "key": "to",
                      "value": "2027-03-26",
                      "description": "Date de fin de la periode de recherche",
                      "disabled": false
                    },
                    {
                      "key": "pending",
                      "value": "",
                      "description": "Filtre sur les eReservations en attente de confirmation",
                      "disabled": true
                    },
                    {
                      "key": "options",
                      "value": "false",
                      "description": "Ne retourne que les eReservations en options.",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 65,\n    \"booking_id\": 120,\n    \"external_reference\": \"BY-1394659\",\n    \"ota_reference\": null,\n    \"group_id\": \"BY-1394659\",\n    \"is_cm\": false,\n    \"checkin\": \"2026-06-01\",\n    \"checkout\": \"2026-06-03\",\n    \"created_at\": \"2026-02-02T09:19:55+01:00\",\n    \"updated_at\": \"2026-02-02T09:20:20+01:00\",\n    \"expired_at\": \"2026-02-02T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 1610,\n    \"customer_cm_id\": null,\n    \"customer_civility_id\": 2,\n    \"customer_firstname\": \"\",\n    \"customer_lastname\": \"\",\n    \"customer_email\": \"\",\n    \"customer_phone\": \"\",\n    \"customer_mobile\": \"\",\n    \"customer_zipcode\": \"\",\n    \"customer_city\": \"\",\n    \"customer_address\": \"\",\n    \"customer_country\": \"\",\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"channel_id\": 0,\n    \"channel_name\": \"Partner\",\n    \"state\": 1,\n    \"payment_type\": \"\",\n    \"payment_amount\": 0,\n    \"gift_card_token\": null,\n    \"gift_card_amount\": null,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"insurance_amount\": 0,\n    \"order_id\": null,\n    \"deleted\": false,\n    \"customer_civility\": {\n      \"id\": 2,\n      \"label\": \"M.\",\n      \"rank\": 1,\n      \"deleted\": false\n    },\n    \"customer\": {\n      \"id\": 1610,\n      \"civility_id\": 2,\n      \"lastname\": \"Ratinaud\",\n      \"firstname\": \"Benoit\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"benoit.ratinaud@groupama.fle\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"---\",\n      \"city\": \"---\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"---\",\n      \"address2\": \"\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": 1609,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-07T19:11:49+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": \"\",\n      \"siren\": \"\",\n      \"siret\": \"\",\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 59,\n      \"invoice_balance\": 0,\n      \"hotel_booking_count\": 7\n    },\n    \"booking_rooms\": [\n      {\n        \"id\": 225,\n        \"price\": 500,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-06-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-06-02\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 226,\n        \"price\": 500,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-06-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-06-02\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 227,\n        \"price\": 500,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-06-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-06-02\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 228,\n        \"price\": 500,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-06-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-06-02\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 229,\n        \"price\": 500,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-06-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-06-02\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      }\n    ],\n    \"cm_data\": \"\"\n  },\n  {\n    \"id\": 107,\n    \"booking_id\": 248,\n    \"external_reference\": \"BY-1394660\",\n    \"ota_reference\": null,\n    \"group_id\": \"BY-1394660\",\n    \"is_cm\": false,\n    \"checkin\": \"2026-05-29\",\n    \"checkout\": \"2026-05-31\",\n    \"created_at\": \"2026-02-09T13:54:51+01:00\",\n    \"updated_at\": \"2026-02-09T13:56:14+01:00\",\n    \"expired_at\": \"2026-02-09T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 1610,\n    \"customer_cm_id\": null,\n    \"customer_civility_id\": 2,\n    \"customer_firstname\": \"\",\n    \"customer_lastname\": \"\",\n    \"customer_email\": \"\",\n    \"customer_phone\": \"\",\n    \"customer_mobile\": \"\",\n    \"customer_zipcode\": \"\",\n    \"customer_city\": \"\",\n    \"customer_address\": \"\",\n    \"customer_country\": \"\",\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"channel_id\": 0,\n    \"channel_name\": \"Partner\",\n    \"state\": 1,\n    \"payment_type\": \"\",\n    \"payment_amount\": 0,\n    \"gift_card_token\": null,\n    \"gift_card_amount\": null,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"insurance_amount\": 0,\n    \"order_id\": null,\n    \"deleted\": false,\n    \"customer_civility\": {\n      \"id\": 2,\n      \"label\": \"M.\",\n      \"rank\": 1,\n      \"deleted\": false\n    },\n    \"customer\": {\n      \"id\": 1610,\n      \"civility_id\": 2,\n      \"lastname\": \"Ratinaud\",\n      \"firstname\": \"Benoit\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"benoit.ratinaud@groupama.fle\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"---\",\n      \"city\": \"---\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"---\",\n      \"address2\": \"\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": 1609,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-07T19:11:49+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": \"\",\n      \"siren\": \"\",\n      \"siret\": \"\",\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 59,\n      \"invoice_balance\": 0,\n      \"hotel_booking_count\": 7\n    },\n    \"booking_rooms\": [\n      {\n        \"id\": 297,\n        \"price\": 500,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-29\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-05-30\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 298,\n        \"price\": 500,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-29\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-05-30\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 299,\n        \"price\": 500,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-29\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-05-30\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 300,\n        \"price\": 500,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-29\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-05-30\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 301,\n        \"price\": 500,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-29\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-05-30\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      }\n    ],\n    \"cm_data\": \"\"\n  },\n  {\n    \"id\": 108,\n    \"booking_id\": 250,\n    \"external_reference\": \"BY-1394661\",\n    \"ota_reference\": null,\n    \"group_id\": \"BY-1394661\",\n    \"is_cm\": false,\n    \"checkin\": \"2026-09-18\",\n    \"checkout\": \"2026-09-20\",\n    \"created_at\": \"2026-02-09T14:43:10+01:00\",\n    \"updated_at\": \"2026-02-09T14:43:40+01:00\",\n    \"expired_at\": \"2026-02-09T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 1610,\n    \"customer_cm_id\": null,\n    \"customer_civility_id\": 2,\n    \"customer_firstname\": \"\",\n    \"customer_lastname\": \"\",\n    \"customer_email\": \"\",\n    \"customer_phone\": \"\",\n    \"customer_mobile\": \"\",\n    \"customer_zipcode\": \"\",\n    \"customer_city\": \"\",\n    \"customer_address\": \"\",\n    \"customer_country\": \"\",\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"channel_id\": 0,\n    \"channel_name\": \"Partner\",\n    \"state\": 1,\n    \"payment_type\": \"\",\n    \"payment_amount\": 0,\n    \"gift_card_token\": null,\n    \"gift_card_amount\": null,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"insurance_amount\": 0,\n    \"order_id\": null,\n    \"deleted\": false,\n    \"customer_civility\": {\n      \"id\": 2,\n      \"label\": \"M.\",\n      \"rank\": 1,\n      \"deleted\": false\n    },\n    \"customer\": {\n      \"id\": 1610,\n      \"civility_id\": 2,\n      \"lastname\": \"Ratinaud\",\n      \"firstname\": \"Benoit\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"benoit.ratinaud@groupama.fle\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"---\",\n      \"city\": \"---\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"---\",\n      \"address2\": \"\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": 1609,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-07T19:11:49+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": \"\",\n      \"siren\": \"\",\n      \"siret\": \"\",\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 59,\n      \"invoice_balance\": 0,\n      \"hotel_booking_count\": 7\n    },\n    \"booking_rooms\": [\n      {\n        \"id\": 302,\n        \"price\": 500,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-09-18\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-09-19\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 303,\n        \"price\": 500,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-09-18\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-09-19\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 304,\n        \"price\": 500,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-09-18\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-09-19\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 305,\n        \"price\": 500,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-09-18\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-09-19\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 306,\n        \"price\": 500,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-09-18\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-09-19\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      }\n    ],\n    \"cm_data\": \"\"\n  },\n  {\n    \"id\": 123,\n    \"booking_id\": 0,\n    \"external_reference\": \"BY-1445451\",\n    \"ota_reference\": null,\n    \"group_id\": \"BY-1445451\",\n    \"is_cm\": false,\n    \"checkin\": \"2026-05-13\",\n    \"checkout\": \"2026-05-14\",\n    \"created_at\": \"2026-02-17T16:23:57+01:00\",\n    \"updated_at\": \"2026-03-19T20:14:27+01:00\",\n    \"expired_at\": \"2026-02-18T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 1160,\n    \"customer_cm_id\": null,\n    \"customer_civility_id\": 2,\n    \"customer_firstname\": \"\",\n    \"customer_lastname\": \"\",\n    \"customer_email\": \"\",\n    \"customer_phone\": \"\",\n    \"customer_mobile\": \"\",\n    \"customer_zipcode\": \"\",\n    \"customer_city\": \"\",\n    \"customer_address\": \"\",\n    \"customer_country\": \"\",\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"channel_id\": 0,\n    \"channel_name\": \"Partner\",\n    \"state\": 1,\n    \"payment_type\": \"\",\n    \"payment_amount\": 0,\n    \"gift_card_token\": null,\n    \"gift_card_amount\": null,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"insurance_amount\": 0,\n    \"order_id\": null,\n    \"deleted\": true,\n    \"customer_civility\": {\n      \"id\": 2,\n      \"label\": \"M.\",\n      \"rank\": 1,\n      \"deleted\": false\n    },\n    \"customer\": {\n      \"id\": 1160,\n      \"civility_id\": 2,\n      \"lastname\": \"Test\",\n      \"firstname\": \"Raph\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"test@pwd.com\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \".\",\n      \"city\": \"--\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"ZI de Kaweni B.P 73..\",\n      \"address2\": null,\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": 746,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-02-03T11:15:02+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": null,\n      \"siren\": null,\n      \"siret\": null,\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 57,\n      \"invoice_balance\": 1400,\n      \"hotel_booking_count\": 4\n    },\n    \"booking_rooms\": [\n      {\n        \"id\": 340,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 341,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 342,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 343,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 344,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 345,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 346,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 347,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 348,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 349,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 350,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 351,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 352,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 353,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 354,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 355,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 356,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 357,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 358,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 359,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 360,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 361,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 362,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 363,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 364,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 365,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 366,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 367,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      },\n      {\n        \"id\": 368,\n        \"price\": 250,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 1\n        },\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-05-13\",\n            \"amount\": 250\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      }\n    ],\n    \"cm_data\": \"\"\n  },\n  {\n    \"id\": 130,\n    \"booking_id\": 366,\n    \"external_reference\": \"BY-1492111\",\n    \"ota_reference\": null,\n    \"group_id\": \"BY-1492111\",\n    \"is_cm\": false,\n    \"checkin\": \"2026-06-04\",\n    \"checkout\": \"2026-06-05\",\n    \"created_at\": \"2026-02-19T11:26:38+01:00\",\n    \"updated_at\": \"2026-02-19T11:27:22+01:00\",\n    \"expired_at\": \"2026-02-25T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 1778,\n    \"customer_cm_id\": null,\n    \"customer_civility_id\": 2,\n    \"customer_firstname\": \"\",\n    \"customer_lastname\": \"\",\n    \"customer_email\": \"\",\n    \"customer_phone\": \"\",\n    \"customer_mobile\": \"\",\n    \"customer_zipcode\": \"\",\n    \"customer_city\": \"\",\n    \"customer_address\": \"\",\n    \"customer_country\": \"\",\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"channel_id\": 0,\n    \"channel_name\": \"Partner\",\n    \"state\": 1,\n    \"payment_type\": \"\",\n    \"payment_amount\": 0,\n    \"gift_card_token\": null,\n    \"gift_card_amount\": null,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"insurance_amount\": 0,\n    \"order_id\": null,\n    \"deleted\": false,\n    \"customer_civility\": {\n      \"id\": 2,\n      \"label\": \"M.\",\n      \"rank\": 1,\n      \"deleted\": false\n    },\n    \"customer\": {\n      \"id\": 1778,\n      \"civility_id\": 2,\n      \"lastname\": \"Smith\",\n      \"firstname\": \"John\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"jsmith@yopmail.com\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"\",\n      \"city\": \"\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"\",\n      \"address2\": null,\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": null,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-02-19T11:28:48+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": null,\n      \"siren\": null,\n      \"siret\": null,\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 42,\n      \"invoice_balance\": null,\n      \"hotel_booking_count\": 2\n    },\n    \"booking_rooms\": [\n      {\n        \"id\": 464,\n        \"price\": 230,\n        \"rooming\": \"\",\n        \"rate_id\": 1,\n        \"room_type_id\": 1,\n        \"room_id\": null,\n        \"booking_nb_persons\": {\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 2\n        },\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-06-04\",\n            \"amount\": 230\n          }\n        ],\n        \"rate\": {\n          \"id\": 1,\n          \"derived_from_id\": null,\n          \"vat_rate_id\": 1,\n          \"label\": \"Standard.\",\n          \"shortcode\": \"std\",\n          \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n          \"color\": \"#b300ff\",\n          \"rank\": 0,\n          \"subject_to_pricing\": true,\n          \"is_promo\": false,\n          \"rate_per_person\": false,\n          \"public\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"nb_adults_min\": 1,\n          \"nb_adults_max\": 2,\n          \"formula\": \"p*1\",\n          \"bo_visible\": true,\n          \"deleted\": false,\n          \"cm_id\": \"115237\",\n          \"cm2_id\": null,\n          \"cm_send_rate\": true,\n          \"send_ask_balance_email\": true,\n          \"nb_days_for_lastminute\": 0,\n          \"nb_days_for_earlybooking\": 0,\n          \"nb_days_for_free_cancelation\": 0,\n          \"deposit_rate\": null,\n          \"deposit_rate_computed\": 0,\n          \"packages\": null,\n          \"vat_rate\": null,\n          \"derived_from\": null\n        },\n        \"room_type\": {\n          \"id\": 1,\n          \"label\": \"Double avec 2 lit et un jacuzzi\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 2,\n          \"public\": true,\n          \"color\": \"#B13E53\",\n          \"description\": \"<p>Big room with jacuzzi and two full beds</p>\",\n          \"rank\": 1,\n          \"deleted\": false,\n          \"cm_id\": \"17140\",\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"room\": null,\n        \"extras\": []\n      }\n    ],\n    \"cm_data\": \"\"\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Creation d'une eReservation",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "ebookings"
              ]
            },
            "description": "Insertion d'une reservation dans le planning. L'hotel peut choisir d'accepter ou non automatiquement ces insertions (Validation auto). Si aucun tarif n'est affecte, le prix du sejour sera automatiquement calcule.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"checkin\": \"{{_date+100}}\",\n  \"checkout\": \"{{_date+102}}\",\n  \"comment\": \"Test API\",\n  \"customer_civility_id\": 1,\n  \"customer_firstname\": \"Vionnet\",\n  \"customer_lastname\": \"Aurelien\",\n  \"customer_email\": \"contact@thais-soft.com\",\n  \"customer_phone\": \"0000000000\",\n  \"customer_mobile\": \"0000000000\",\n  \"customer_zipcode\": \"34170\",\n  \"customer_city\": \"Montpellier\",\n  \"customer_address\": \"18 rue Jean JO\",\n  \"customer_country\": \"FR\",\n  \"channel_name\": \"Partner\",\n  \"payment_type\": \"CB\",\n  \"payment_amount\": 0,\n  \"insurance_amount\": 0,\n  \"booking_rooms\": [\n    {\n      \"room_type_id\": 1,\n      \"rate_id\": 1,\n      \"price\": 200,\n      \"nb_persons\": {\n        \"adults\": 2\n      }\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Creation d'une eReservation simple",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "ebookings"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"checkin\": \"2026-07-04\",\n  \"checkout\": \"2026-07-06\",\n  \"comment\": \"Test API\",\n  \"customer_civility_id\": 1,\n  \"customer_firstname\": \"Vionnet\",\n  \"customer_lastname\": \"Aurelien\",\n  \"customer_email\": \"contact@thais-soft.com\",\n  \"customer_phone\": \"0000000000\",\n  \"customer_mobile\": \"0000000000\",\n  \"customer_zipcode\": \"34170\",\n  \"customer_city\": \"Montpellier\",\n  \"customer_address\": \"18 rue Jean JO\",\n  \"customer_country\": \"FR\",\n  \"channel_name\": \"Partner\",\n  \"payment_type\": \"CB\",\n  \"payment_amount\": 0,\n  \"insurance_amount\": 0,\n  \"booking_rooms\": [\n    {\n      \"room_type_id\": 1,\n      \"rate_id\": 1,\n      \"price\": 200,\n      \"nb_persons\": {\n        \"adults\": 2\n      }\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 501,\n  \"booking_id\": \"\",\n  \"external_reference\": \"Aurelien_2026-07-04_2026-07-06_09\",\n  \"ota_reference\": null,\n  \"group_id\": null,\n  \"is_cm\": false,\n  \"checkin\": \"2026-07-04\",\n  \"checkout\": \"2026-07-06\",\n  \"created_at\": \"2026-03-26T11:09:28+01:00\",\n  \"updated_at\": \"2026-03-26T11:09:28+01:00\",\n  \"expired_at\": null,\n  \"nb_days_to_reopen\": null,\n  \"comment\": \"Test API\",\n  \"promo_code\": null,\n  \"customer_id\": null,\n  \"customer_cm_id\": null,\n  \"customer_civility_id\": 1,\n  \"customer_firstname\": \"Vionnet\",\n  \"customer_lastname\": \"Aurelien\",\n  \"customer_email\": \"contact@thais-soft.com\",\n  \"customer_phone\": \"0000000000\",\n  \"customer_mobile\": \"0000000000\",\n  \"customer_zipcode\": \"34170\",\n  \"customer_city\": \"Montpellier\",\n  \"customer_address\": \"18 rue Jean JO\",\n  \"customer_country\": \"FR\",\n  \"customer_rgpd_commercial_agreement\": false,\n  \"has_cc_data\": false,\n  \"channel_id\": \"\",\n  \"channel_name\": \"Partner\",\n  \"state\": 1,\n  \"payment_type\": \"CB\",\n  \"payment_amount\": 0,\n  \"gift_card_token\": null,\n  \"gift_card_amount\": null,\n  \"loyalty_program\": null,\n  \"loyalty_points\": null,\n  \"insurance_amount\": 0,\n  \"order_id\": null,\n  \"deleted\": false,\n  \"customer_civility\": null,\n  \"customer\": null,\n  \"booking_rooms\": [\n    {\n      \"id\": 1165,\n      \"price\": 200,\n      \"rooming\": \"\",\n      \"rate_id\": 1,\n      \"room_type_id\": 1,\n      \"room_id\": null,\n      \"booking_nb_persons\": {\n        \"3\": 2\n      },\n      \"nb_persons\": {\n        \"adults\": 2,\n        \"children\": 0,\n        \"infants\": 0\n      },\n      \"daily_rates\": [],\n      \"rate\": null,\n      \"room_type\": null,\n      \"room\": null,\n      \"extras\": []\n    }\n  ],\n  \"cm_data\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            },
            {
              "name": "Creation d'une eReservation en option",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "ebookings"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"checkin\": \"2026-07-09\",\n  \"checkout\": \"2026-07-11\",\n  \"expired_at\": \"2026-07-08\",\n  \"comment\": \"Option test API\",\n  \"customer_civility_id\": 1,\n  \"customer_firstname\": \"Vionnet\",\n  \"customer_lastname\": \"Aurelien\",\n  \"customer_email\": \"contact@thais-soft.com\",\n  \"customer_phone\": \"0000000000\",\n  \"customer_mobile\": \"0000000000\",\n  \"customer_zipcode\": \"34170\",\n  \"customer_city\": \"Montpellier\",\n  \"customer_address\": \"18 rue Jean JO\",\n  \"customer_country\": \"FR\",\n  \"channel_name\": \"Partner\",\n  \"payment_type\": \"CB\",\n  \"payment_amount\": 0,\n  \"insurance_amount\": 0,\n  \"booking_rooms\": [\n    {\n      \"room_type_id\": 1,\n      \"rate_id\": 1,\n      \"price\": 200,\n      \"nb_persons\": {\n        \"adults\": 2\n      }\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 502,\n  \"booking_id\": \"\",\n  \"external_reference\": \"Aurelien_2026-07-09_2026-07-11_09\",\n  \"ota_reference\": null,\n  \"group_id\": null,\n  \"is_cm\": false,\n  \"checkin\": \"2026-07-09\",\n  \"checkout\": \"2026-07-11\",\n  \"created_at\": \"2026-03-26T11:09:29+01:00\",\n  \"updated_at\": \"2026-03-26T11:09:29+01:00\",\n  \"expired_at\": \"2026-07-08T00:00:00+02:00\",\n  \"nb_days_to_reopen\": null,\n  \"comment\": \"Option test API\",\n  \"promo_code\": null,\n  \"customer_id\": null,\n  \"customer_cm_id\": null,\n  \"customer_civility_id\": 1,\n  \"customer_firstname\": \"Vionnet\",\n  \"customer_lastname\": \"Aurelien\",\n  \"customer_email\": \"contact@thais-soft.com\",\n  \"customer_phone\": \"0000000000\",\n  \"customer_mobile\": \"0000000000\",\n  \"customer_zipcode\": \"34170\",\n  \"customer_city\": \"Montpellier\",\n  \"customer_address\": \"18 rue Jean JO\",\n  \"customer_country\": \"FR\",\n  \"customer_rgpd_commercial_agreement\": false,\n  \"has_cc_data\": false,\n  \"channel_id\": \"\",\n  \"channel_name\": \"Partner\",\n  \"state\": 1,\n  \"payment_type\": \"CB\",\n  \"payment_amount\": 0,\n  \"gift_card_token\": null,\n  \"gift_card_amount\": null,\n  \"loyalty_program\": null,\n  \"loyalty_points\": null,\n  \"insurance_amount\": 0,\n  \"order_id\": null,\n  \"deleted\": false,\n  \"customer_civility\": null,\n  \"customer\": null,\n  \"booking_rooms\": [\n    {\n      \"id\": 1166,\n      \"price\": 200,\n      \"rooming\": \"\",\n      \"rate_id\": 1,\n      \"room_type_id\": 1,\n      \"room_id\": null,\n      \"booking_nb_persons\": {\n        \"3\": 2\n      },\n      \"nb_persons\": {\n        \"adults\": 2,\n        \"children\": 0,\n        \"infants\": 0\n      },\n      \"daily_rates\": [],\n      \"rate\": null,\n      \"room_type\": null,\n      \"room\": null,\n      \"extras\": []\n    }\n  ],\n  \"cm_data\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Information eReservation",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/{{id}}",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "ebookings",
                "{{id}}"
              ]
            },
            "description": "Recuperation des informations detaillees d'une eReservation a partir de son identifiant."
          },
          "response": [
            {
              "name": "Detail d'une eReservation",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/503",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "ebookings",
                    "503"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 503,\n  \"booking_id\": 817,\n  \"external_reference\": \"GetDetail_2026-07-14_2026-07-16_09\",\n  \"ota_reference\": null,\n  \"group_id\": \"\",\n  \"is_cm\": false,\n  \"checkin\": \"2026-07-14\",\n  \"checkout\": \"2026-07-16\",\n  \"created_at\": \"2026-03-26T11:09:30+01:00\",\n  \"updated_at\": \"2026-03-26T11:09:30+01:00\",\n  \"expired_at\": null,\n  \"nb_days_to_reopen\": null,\n  \"comment\": \"eResa pour GET detail\",\n  \"promo_code\": null,\n  \"customer_id\": null,\n  \"customer_cm_id\": null,\n  \"customer_civility_id\": 1,\n  \"customer_firstname\": \"Test\",\n  \"customer_lastname\": \"GetDetail\",\n  \"customer_email\": \"getdetail@thais-soft.com\",\n  \"customer_phone\": \"0000000000\",\n  \"customer_mobile\": \"0000000000\",\n  \"customer_zipcode\": \"34170\",\n  \"customer_city\": \"Montpellier\",\n  \"customer_address\": \"1 rue Test\",\n  \"customer_country\": \"FR\",\n  \"customer_rgpd_commercial_agreement\": false,\n  \"has_cc_data\": false,\n  \"channel_id\": 0,\n  \"channel_name\": \"Partner\",\n  \"state\": 1,\n  \"payment_type\": \"CB\",\n  \"payment_amount\": 0,\n  \"gift_card_token\": null,\n  \"gift_card_amount\": null,\n  \"loyalty_program\": null,\n  \"loyalty_points\": null,\n  \"insurance_amount\": 0,\n  \"order_id\": null,\n  \"deleted\": false,\n  \"customer_civility\": {\n    \"id\": 1,\n    \"label\": \"M. ou Mme\",\n    \"rank\": 2,\n    \"deleted\": false\n  },\n  \"customer\": null,\n  \"booking_rooms\": [\n    {\n      \"id\": 1167,\n      \"price\": 150,\n      \"rooming\": \"\",\n      \"rate_id\": 1,\n      \"room_type_id\": 1,\n      \"room_id\": null,\n      \"booking_nb_persons\": {\n        \"3\": 1\n      },\n      \"nb_persons\": {\n        \"adults\": 1,\n        \"children\": 0,\n        \"infants\": 0\n      },\n      \"daily_rates\": [],\n      \"rate\": {\n        \"id\": 1,\n        \"derived_from_id\": null,\n        \"vat_rate_id\": 1,\n        \"label\": \"Standard.\",\n        \"shortcode\": \"std\",\n        \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n        \"color\": \"#b300ff\",\n        \"rank\": 0,\n        \"subject_to_pricing\": true,\n        \"is_promo\": false,\n        \"rate_per_person\": false,\n        \"public\": true,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"formula\": \"p*1\",\n        \"bo_visible\": true,\n        \"deleted\": false,\n        \"cm_id\": \"115237\",\n        \"cm2_id\": null,\n        \"cm_send_rate\": true,\n        \"send_ask_balance_email\": true,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": 0,\n        \"deposit_rate\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null,\n        \"vat_rate\": null,\n        \"derived_from\": null\n      },\n      \"room_type\": {\n        \"id\": 1,\n        \"label\": \"Double avec 2 lit et un jacuzzi\",\n        \"shortcode\": null,\n        \"subject_to_pricing\": true,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"public\": true,\n        \"color\": \"#B13E53\",\n        \"description\": \"<p>Big room with jacuzzi and two full beds</p>\",\n        \"rank\": 1,\n        \"deleted\": false,\n        \"cm_id\": \"17140\",\n        \"cm2_id\": null,\n        \"ical_url\": null\n      },\n      \"room\": null,\n      \"extras\": []\n    }\n  ],\n  \"cm_data\": \"\"\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Supprimer la eReservation",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/{{id}}",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "ebookings",
                "{{id}}"
              ]
            },
            "description": "Suppression d'une eReservation a partir de son identifiant."
          },
          "response": [
            {
              "name": "Suppression d'une eReservation",
              "originalRequest": {
                "method": "DELETE",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/504",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "ebookings",
                    "504"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 504,\n  \"booking_id\": 818,\n  \"external_reference\": \"Delete_2026-07-19_2026-07-21_09\",\n  \"ota_reference\": null,\n  \"group_id\": \"\",\n  \"is_cm\": false,\n  \"checkin\": \"2026-07-19\",\n  \"checkout\": \"2026-07-21\",\n  \"created_at\": \"2026-03-26T11:09:32+01:00\",\n  \"updated_at\": \"2026-03-26T11:09:33+01:00\",\n  \"expired_at\": null,\n  \"nb_days_to_reopen\": null,\n  \"comment\": \"eResa a supprimer\",\n  \"promo_code\": null,\n  \"customer_id\": null,\n  \"customer_cm_id\": null,\n  \"customer_civility_id\": 1,\n  \"customer_firstname\": \"Test\",\n  \"customer_lastname\": \"Delete\",\n  \"customer_email\": \"delete@thais-soft.com\",\n  \"customer_phone\": \"0000000000\",\n  \"customer_mobile\": \"0000000000\",\n  \"customer_zipcode\": \"34170\",\n  \"customer_city\": \"Montpellier\",\n  \"customer_address\": \"1 rue Test\",\n  \"customer_country\": \"FR\",\n  \"customer_rgpd_commercial_agreement\": false,\n  \"has_cc_data\": false,\n  \"channel_id\": 0,\n  \"channel_name\": \"Partner\",\n  \"state\": 1,\n  \"payment_type\": \"CB\",\n  \"payment_amount\": 0,\n  \"gift_card_token\": null,\n  \"gift_card_amount\": null,\n  \"loyalty_program\": null,\n  \"loyalty_points\": null,\n  \"insurance_amount\": 0,\n  \"order_id\": null,\n  \"deleted\": true,\n  \"customer_civility\": null,\n  \"customer\": null,\n  \"booking_rooms\": null,\n  \"cm_data\": \"\"\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Modifier le commentaire d'une eReservation",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/{{id}}/comment",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "ebookings",
                "{{id}}",
                "comment"
              ]
            },
            "description": "Modification du commentaire d'une reservation (uniquement pour les eReservations en option). S'il y a deja un commentaire, le commentaire est ajoute (append). Si vous renvoyez le commentaire initial en debut de commentaire, celui-ci sera ecrase.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"comment\": \"Nouveau commentaire ajoute via API\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Modification du commentaire d'une eReservation",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/505/comment",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "ebookings",
                    "505",
                    "comment"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"comment\": \"Nouveau commentaire ajoute via API\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 505,\n  \"booking_id\": 0,\n  \"external_reference\": \"Comment_2026-07-24_2026-07-26_09\",\n  \"ota_reference\": null,\n  \"group_id\": \"\",\n  \"is_cm\": false,\n  \"checkin\": \"2026-07-24\",\n  \"checkout\": \"2026-07-26\",\n  \"created_at\": \"2026-03-26T11:09:34+01:00\",\n  \"updated_at\": \"2026-03-26T11:09:35+01:00\",\n  \"expired_at\": \"2026-07-23T00:00:00+02:00\",\n  \"nb_days_to_reopen\": null,\n  \"comment\": \"Nouveau commentaire ajoute via API\",\n  \"promo_code\": null,\n  \"customer_id\": null,\n  \"customer_cm_id\": null,\n  \"customer_civility_id\": 1,\n  \"customer_firstname\": \"Test\",\n  \"customer_lastname\": \"Comment\",\n  \"customer_email\": \"comment@thais-soft.com\",\n  \"customer_phone\": \"0000000000\",\n  \"customer_mobile\": \"0000000000\",\n  \"customer_zipcode\": \"34170\",\n  \"customer_city\": \"Montpellier\",\n  \"customer_address\": \"1 rue Test\",\n  \"customer_country\": \"FR\",\n  \"customer_rgpd_commercial_agreement\": false,\n  \"has_cc_data\": false,\n  \"channel_id\": 0,\n  \"channel_name\": \"Partner\",\n  \"state\": 1,\n  \"payment_type\": \"CB\",\n  \"payment_amount\": 0,\n  \"gift_card_token\": null,\n  \"gift_card_amount\": null,\n  \"loyalty_program\": null,\n  \"loyalty_points\": null,\n  \"insurance_amount\": 0,\n  \"order_id\": null,\n  \"deleted\": false,\n  \"customer_civility\": null,\n  \"customer\": null,\n  \"booking_rooms\": [\n    {\n      \"id\": 1169,\n      \"price\": 150,\n      \"rooming\": \"\",\n      \"rate_id\": 1,\n      \"room_type_id\": 1,\n      \"room_id\": null,\n      \"booking_nb_persons\": {\n        \"3\": 1\n      },\n      \"nb_persons\": {\n        \"adults\": 1,\n        \"children\": 0,\n        \"infants\": 0\n      },\n      \"daily_rates\": [],\n      \"rate\": {\n        \"id\": 1,\n        \"derived_from_id\": null,\n        \"vat_rate_id\": 1,\n        \"label\": \"Standard.\",\n        \"shortcode\": \"std\",\n        \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n        \"color\": \"#b300ff\",\n        \"rank\": 0,\n        \"subject_to_pricing\": true,\n        \"is_promo\": false,\n        \"rate_per_person\": false,\n        \"public\": true,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"formula\": \"p*1\",\n        \"bo_visible\": true,\n        \"deleted\": false,\n        \"cm_id\": \"115237\",\n        \"cm2_id\": null,\n        \"cm_send_rate\": true,\n        \"send_ask_balance_email\": true,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": 0,\n        \"deposit_rate\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null,\n        \"vat_rate\": null,\n        \"derived_from\": null\n      },\n      \"room_type\": {\n        \"id\": 1,\n        \"label\": \"Double avec 2 lit et un jacuzzi\",\n        \"shortcode\": null,\n        \"subject_to_pricing\": true,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"public\": true,\n        \"color\": \"#B13E53\",\n        \"description\": \"<p>Big room with jacuzzi and two full beds</p>\",\n        \"rank\": 1,\n        \"deleted\": false,\n        \"cm_id\": \"17140\",\n        \"cm2_id\": null,\n        \"ical_url\": null\n      },\n      \"room\": null,\n      \"extras\": []\n    }\n  ],\n  \"cm_data\": \"\"\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Modifier les dates d'une eReservation",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/{{id}}/move-to",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "ebookings",
                "{{id}}",
                "move-to"
              ]
            },
            "description": "Modification des dates de sejour (checkin/checkout) d'une eReservation.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"from\": \"{{_date+126}}\",\n  \"to\": \"{{_date+128}}\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Decalage d'une eReservation d'un jour",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/506/move-to",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "ebookings",
                    "506",
                    "move-to"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"2026-07-30\",\n  \"to\": \"2026-08-01\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 506,\n  \"booking_id\": 0,\n  \"external_reference\": \"MoveTo_2026-07-29_2026-07-31_09\",\n  \"ota_reference\": null,\n  \"group_id\": \"\",\n  \"is_cm\": false,\n  \"checkin\": \"2026-07-30\",\n  \"checkout\": \"2026-08-01\",\n  \"created_at\": \"2026-03-26T11:09:36+01:00\",\n  \"updated_at\": \"2026-03-26T11:09:37+01:00\",\n  \"expired_at\": \"2026-07-28T00:00:00+02:00\",\n  \"nb_days_to_reopen\": null,\n  \"comment\": \"eResa move-to test\",\n  \"promo_code\": null,\n  \"customer_id\": null,\n  \"customer_cm_id\": null,\n  \"customer_civility_id\": 1,\n  \"customer_firstname\": \"Test\",\n  \"customer_lastname\": \"MoveTo\",\n  \"customer_email\": \"moveto@thais-soft.com\",\n  \"customer_phone\": \"0000000000\",\n  \"customer_mobile\": \"0000000000\",\n  \"customer_zipcode\": \"34170\",\n  \"customer_city\": \"Montpellier\",\n  \"customer_address\": \"1 rue Test\",\n  \"customer_country\": \"FR\",\n  \"customer_rgpd_commercial_agreement\": false,\n  \"has_cc_data\": false,\n  \"channel_id\": 0,\n  \"channel_name\": \"Partner\",\n  \"state\": 1,\n  \"payment_type\": \"CB\",\n  \"payment_amount\": 0,\n  \"gift_card_token\": null,\n  \"gift_card_amount\": null,\n  \"loyalty_program\": null,\n  \"loyalty_points\": null,\n  \"insurance_amount\": 0,\n  \"order_id\": null,\n  \"deleted\": false,\n  \"customer_civility\": null,\n  \"customer\": null,\n  \"booking_rooms\": [\n    {\n      \"id\": 1170,\n      \"price\": 200,\n      \"rooming\": \"\",\n      \"rate_id\": 1,\n      \"room_type_id\": 1,\n      \"room_id\": null,\n      \"booking_nb_persons\": {\n        \"3\": 1\n      },\n      \"nb_persons\": {\n        \"adults\": 1,\n        \"children\": 0,\n        \"infants\": 0\n      },\n      \"daily_rates\": [\n        {\n          \"date\": \"2026-07-30\",\n          \"amount\": 100\n        },\n        {\n          \"date\": \"2026-07-31\",\n          \"amount\": 100\n        }\n      ],\n      \"rate\": null,\n      \"room_type\": null,\n      \"room\": null,\n      \"extras\": null\n    }\n  ],\n  \"cm_data\": \"\"\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Modifier les infos client d'une eReservation",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/{{id}}/customer",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "ebookings",
                "{{id}}",
                "customer"
              ]
            },
            "description": "Modification des informations du client associe a une eReservation (nom, email, telephone, adresse, etc.).",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"firstname\": \"Pam\",\n  \"lastname\": \"Beesly\",\n  \"email\": \"pam.beesly@dundermifflinpaper.biz\",\n  \"telephone\": \"0631313131\",\n  \"mobile\": \"0631313131\",\n  \"address\": \"3831 Calvert Street in Van Nuys\",\n  \"zipcode\": \"91401\",\n  \"country\": \"FR\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Modification des infos client",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/507/customer",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "ebookings",
                    "507",
                    "customer"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"firstname\": \"Pam\",\n  \"lastname\": \"Beesly\",\n  \"email\": \"pam.beesly@dundermifflinpaper.biz\",\n  \"telephone\": \"0631313131\",\n  \"mobile\": \"0631313131\",\n  \"address\": \"3831 Calvert Street in Van Nuys\",\n  \"zipcode\": \"91401\",\n  \"country\": \"FR\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 507,\n  \"booking_id\": 0,\n  \"external_reference\": \"Customer_2026-08-03_2026-08-05_09\",\n  \"ota_reference\": null,\n  \"group_id\": \"\",\n  \"is_cm\": false,\n  \"checkin\": \"2026-08-03\",\n  \"checkout\": \"2026-08-05\",\n  \"created_at\": \"2026-03-26T11:09:38+01:00\",\n  \"updated_at\": \"2026-03-26T11:09:39+01:00\",\n  \"expired_at\": \"2026-08-02T00:00:00+02:00\",\n  \"nb_days_to_reopen\": null,\n  \"comment\": \"eResa customer test\",\n  \"promo_code\": null,\n  \"customer_id\": null,\n  \"customer_cm_id\": null,\n  \"customer_civility_id\": 1,\n  \"customer_firstname\": \"Pam\",\n  \"customer_lastname\": \"Beesly\",\n  \"customer_email\": \"pam.beesly@dundermifflinpaper.biz\",\n  \"customer_phone\": \"0631313131\",\n  \"customer_mobile\": \"0631313131\",\n  \"customer_zipcode\": \"91401\",\n  \"customer_city\": \"Montpellier\",\n  \"customer_address\": \"3831 Calvert Street in Van Nuys\",\n  \"customer_country\": \"FR\",\n  \"customer_rgpd_commercial_agreement\": false,\n  \"has_cc_data\": false,\n  \"channel_id\": 0,\n  \"channel_name\": \"Partner\",\n  \"state\": 1,\n  \"payment_type\": \"CB\",\n  \"payment_amount\": 0,\n  \"gift_card_token\": null,\n  \"gift_card_amount\": null,\n  \"loyalty_program\": null,\n  \"loyalty_points\": null,\n  \"insurance_amount\": 0,\n  \"order_id\": null,\n  \"deleted\": false,\n  \"customer_civility\": null,\n  \"customer\": null,\n  \"booking_rooms\": null,\n  \"cm_data\": \"\"\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Ajouter une chambre a la eReservation",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/{{id}}/rooms",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "ebookings",
                "{{id}}",
                "rooms"
              ]
            },
            "description": "Ajout d'une chambre supplementaire a une eReservation existante. Le daily_rates peut etre specifie pour chaque jour du sejour.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"rooming\": \"Chambre ajoutee\",\n  \"rate_id\": 1,\n  \"price\": 100,\n  \"room_type_id\": 1,\n  \"booking_nb_persons\": {\n    \"adults\": 1,\n    \"children\": 0\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Ajout d'une chambre a une eReservation",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/508/rooms",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "ebookings",
                    "508",
                    "rooms"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"rooming\": \"Chambre ajoutee\",\n  \"rate_id\": 1,\n  \"price\": 100,\n  \"room_type_id\": 1,\n  \"booking_nb_persons\": {\n    \"adults\": 1,\n    \"children\": 0\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 508,\n  \"booking_id\": 0,\n  \"external_reference\": \"AddRoom_2026-08-08_2026-08-10_09\",\n  \"ota_reference\": null,\n  \"group_id\": \"\",\n  \"is_cm\": false,\n  \"checkin\": \"2026-08-08\",\n  \"checkout\": \"2026-08-10\",\n  \"created_at\": \"2026-03-26T11:09:40+01:00\",\n  \"updated_at\": \"2026-03-26T11:09:40+01:00\",\n  \"expired_at\": \"2026-08-07T00:00:00+02:00\",\n  \"nb_days_to_reopen\": null,\n  \"comment\": \"eResa ajout chambre test\",\n  \"promo_code\": null,\n  \"customer_id\": null,\n  \"customer_cm_id\": null,\n  \"customer_civility_id\": 1,\n  \"customer_firstname\": \"Test\",\n  \"customer_lastname\": \"AddRoom\",\n  \"customer_email\": \"addroom@thais-soft.com\",\n  \"customer_phone\": \"0000000000\",\n  \"customer_mobile\": \"0000000000\",\n  \"customer_zipcode\": \"34170\",\n  \"customer_city\": \"Montpellier\",\n  \"customer_address\": \"1 rue Test\",\n  \"customer_country\": \"FR\",\n  \"customer_rgpd_commercial_agreement\": false,\n  \"has_cc_data\": false,\n  \"channel_id\": 0,\n  \"channel_name\": \"Partner\",\n  \"state\": 1,\n  \"payment_type\": \"CB\",\n  \"payment_amount\": 0,\n  \"gift_card_token\": null,\n  \"gift_card_amount\": null,\n  \"loyalty_program\": null,\n  \"loyalty_points\": null,\n  \"insurance_amount\": 0,\n  \"order_id\": null,\n  \"deleted\": false,\n  \"customer_civility\": {\n    \"id\": 1,\n    \"label\": \"M. ou Mme\",\n    \"rank\": 2,\n    \"deleted\": false\n  },\n  \"customer\": null,\n  \"booking_rooms\": [\n    {\n      \"id\": 1172,\n      \"price\": 150,\n      \"rooming\": \"\",\n      \"rate_id\": 1,\n      \"room_type_id\": 1,\n      \"room_id\": null,\n      \"booking_nb_persons\": {\n        \"3\": 1\n      },\n      \"nb_persons\": {\n        \"adults\": 1,\n        \"children\": 0,\n        \"infants\": 0\n      },\n      \"daily_rates\": [],\n      \"rate\": {\n        \"id\": 1,\n        \"derived_from_id\": null,\n        \"vat_rate_id\": 1,\n        \"label\": \"Standard.\",\n        \"shortcode\": \"std\",\n        \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n        \"color\": \"#b300ff\",\n        \"rank\": 0,\n        \"subject_to_pricing\": true,\n        \"is_promo\": false,\n        \"rate_per_person\": false,\n        \"public\": true,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"formula\": \"p*1\",\n        \"bo_visible\": true,\n        \"deleted\": false,\n        \"cm_id\": \"115237\",\n        \"cm2_id\": null,\n        \"cm_send_rate\": true,\n        \"send_ask_balance_email\": true,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": 0,\n        \"deposit_rate\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null,\n        \"vat_rate\": null,\n        \"derived_from\": null\n      },\n      \"room_type\": {\n        \"id\": 1,\n        \"label\": \"Double avec 2 lit et un jacuzzi\",\n        \"shortcode\": null,\n        \"subject_to_pricing\": true,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"public\": true,\n        \"color\": \"#B13E53\",\n        \"description\": \"<p>Big room with jacuzzi and two full beds</p>\",\n        \"rank\": 1,\n        \"deleted\": false,\n        \"cm_id\": \"17140\",\n        \"cm2_id\": null,\n        \"ical_url\": null\n      },\n      \"room\": null,\n      \"extras\": []\n    }\n  ],\n  \"cm_data\": \"\"\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Supprimer une chambre de la eReservation",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/{{id}}/rooms/{{id_room}}",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "ebookings",
                "{{id}}",
                "rooms",
                "{{id_room}}"
              ]
            },
            "description": "Suppression d'une chambre d'une eReservation. La derniere chambre ne peut pas etre supprimee."
          },
          "response": [
            {
              "name": "Suppression d'une chambre ajoutee",
              "originalRequest": {
                "method": "DELETE",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/509/rooms/1175",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "ebookings",
                    "509",
                    "rooms",
                    "1175"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 509,\n  \"booking_id\": 0,\n  \"external_reference\": \"DelRoom_2026-08-13_2026-08-15_09\",\n  \"ota_reference\": null,\n  \"group_id\": \"\",\n  \"is_cm\": false,\n  \"checkin\": \"2026-08-13\",\n  \"checkout\": \"2026-08-15\",\n  \"created_at\": \"2026-03-26T11:09:41+01:00\",\n  \"updated_at\": \"2026-03-26T11:09:41+01:00\",\n  \"expired_at\": \"2026-08-12T00:00:00+02:00\",\n  \"nb_days_to_reopen\": null,\n  \"comment\": \"eResa delete room test\",\n  \"promo_code\": null,\n  \"customer_id\": null,\n  \"customer_cm_id\": null,\n  \"customer_civility_id\": 1,\n  \"customer_firstname\": \"Test\",\n  \"customer_lastname\": \"DelRoom\",\n  \"customer_email\": \"delroom@thais-soft.com\",\n  \"customer_phone\": \"0000000000\",\n  \"customer_mobile\": \"0000000000\",\n  \"customer_zipcode\": \"34170\",\n  \"customer_city\": \"Montpellier\",\n  \"customer_address\": \"1 rue Test\",\n  \"customer_country\": \"FR\",\n  \"customer_rgpd_commercial_agreement\": false,\n  \"has_cc_data\": false,\n  \"channel_id\": 0,\n  \"channel_name\": \"Partner\",\n  \"state\": 1,\n  \"payment_type\": \"CB\",\n  \"payment_amount\": 0,\n  \"gift_card_token\": null,\n  \"gift_card_amount\": null,\n  \"loyalty_program\": null,\n  \"loyalty_points\": null,\n  \"insurance_amount\": 0,\n  \"order_id\": null,\n  \"deleted\": false,\n  \"customer_civility\": null,\n  \"customer\": null,\n  \"booking_rooms\": null,\n  \"cm_data\": \"\"\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Modifier une chambre de la eReservation",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/{{id}}/rooms/{{id_room}}",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "ebookings",
                "{{id}}",
                "rooms",
                "{{id_room}}"
              ]
            },
            "description": "Modification d'une chambre d'une eReservation : rooming, tarif, prix, nombre de personnes.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"rooming\": \"Chambre modifiee\",\n  \"rate_id\": 1,\n  \"price\": 150,\n  \"room_type_id\": 1,\n  \"booking_nb_persons\": {\n    \"adults\": 1,\n    \"children\": 0\n  },\n  \"daily_rates\": [\n    {\n      \"date\": \"{{_date+145}}\",\n      \"amount\": 75\n    },\n    {\n      \"date\": \"{{_date+146}}\",\n      \"amount\": 75\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Modification du rooming d'une chambre",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/510/rooms/1176",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "ebookings",
                    "510",
                    "rooms",
                    "1176"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"rooming\": \"Chambre modifiee\",\n  \"rate_id\": 1,\n  \"price\": 150,\n  \"room_type_id\": 1,\n  \"booking_nb_persons\": {\n    \"adults\": 1,\n    \"children\": 0\n  },\n  \"daily_rates\": [\n    {\n      \"date\": \"2026-08-18\",\n      \"amount\": 75\n    },\n    {\n      \"date\": \"2026-08-19\",\n      \"amount\": 75\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 1176,\n  \"id_ex_bkn_reservations\": 510,\n  \"price\": 150,\n  \"rooming\": \"Chambre modifiee\",\n  \"id_rate\": 1,\n  \"room_id\": null,\n  \"id_room\": 1,\n  \"nb_personnes\": {\n    \"1\": 0,\n    \"3\": 1\n  },\n  \"daily_rates\": [\n    {\n      \"date\": \"2026-08-18\",\n      \"amount\": 75\n    },\n    {\n      \"date\": \"2026-08-19\",\n      \"amount\": 75\n    }\n  ],\n  \"regime\": null,\n  \"type_hebergement\": null,\n  \"chambre\": null,\n  \"extras\": null,\n  \"ex_bkn_reservation\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Modifier l'expiration d'une option",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/{{id}}/expired-at",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "ebookings",
                "{{id}}",
                "expired-at"
              ]
            },
            "description": "Modification de la date d'expiration d'une eReservation en option. La nouvelle date doit rester inferieure a la date de checkin.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"date\": \"{{_date+154}}\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Modification de la date d'expiration d'une option",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/511/expired-at",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "ebookings",
                    "511",
                    "expired-at"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"2026-08-27\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 511,\n  \"booking_id\": 0,\n  \"external_reference\": \"ExpiredAt_2026-08-28_2026-08-30_09\",\n  \"ota_reference\": null,\n  \"group_id\": \"\",\n  \"is_cm\": false,\n  \"checkin\": \"2026-08-28\",\n  \"checkout\": \"2026-08-30\",\n  \"created_at\": \"2026-03-26T11:09:48+01:00\",\n  \"updated_at\": \"2026-03-26T11:09:49+01:00\",\n  \"expired_at\": \"2026-08-27T00:00:00+02:00\",\n  \"nb_days_to_reopen\": null,\n  \"comment\": \"Option expiration test\",\n  \"promo_code\": null,\n  \"customer_id\": null,\n  \"customer_cm_id\": null,\n  \"customer_civility_id\": 1,\n  \"customer_firstname\": \"Test\",\n  \"customer_lastname\": \"ExpiredAt\",\n  \"customer_email\": \"expired@thais-soft.com\",\n  \"customer_phone\": \"0000000000\",\n  \"customer_mobile\": \"0000000000\",\n  \"customer_zipcode\": \"34170\",\n  \"customer_city\": \"Montpellier\",\n  \"customer_address\": \"1 rue Test\",\n  \"customer_country\": \"FR\",\n  \"customer_rgpd_commercial_agreement\": false,\n  \"has_cc_data\": false,\n  \"channel_id\": 0,\n  \"channel_name\": \"Partner\",\n  \"state\": 1,\n  \"payment_type\": \"CB\",\n  \"payment_amount\": 0,\n  \"gift_card_token\": null,\n  \"gift_card_amount\": null,\n  \"loyalty_program\": null,\n  \"loyalty_points\": null,\n  \"insurance_amount\": 0,\n  \"order_id\": null,\n  \"deleted\": false,\n  \"customer_civility\": null,\n  \"customer\": null,\n  \"booking_rooms\": [\n    {\n      \"id\": 1177,\n      \"price\": 150,\n      \"rooming\": \"\",\n      \"rate_id\": 1,\n      \"room_type_id\": 1,\n      \"room_id\": null,\n      \"booking_nb_persons\": {\n        \"3\": 1\n      },\n      \"nb_persons\": {\n        \"adults\": 1,\n        \"children\": 0,\n        \"infants\": 0\n      },\n      \"daily_rates\": [],\n      \"rate\": null,\n      \"room_type\": null,\n      \"room\": null,\n      \"extras\": null\n    }\n  ],\n  \"cm_data\": \"\"\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Valider la eReservation (transformation en Reservation)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/{{id}}/validate",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "ebookings",
                "{{id}}",
                "validate"
              ]
            },
            "description": "Validation d'une eReservation pour la transformer en reservation confirmee dans le planning. Permet de preciser le rooming, le tarif, le prix et le nombre de personnes.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"room_type_id\": \"{{room_type_id}}\",\n  \"room_id\": \"{{room_id}}\",\n  \"rate_id\": \"{{rate_id}}\",\n  \"price\": 200,\n  \"rooming\": \"Test Validate\",\n  \"booking_nb_persons\": {\n    \"adults\": 2\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Validation d'une eReservation",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/ebookings/512/validate",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "ebookings",
                    "512",
                    "validate"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"room_type_id\": 3,\n  \"room_id\": 95,\n  \"rate_id\": 1,\n  \"price\": 200,\n  \"rooming\": \"Test Validate\",\n  \"booking_nb_persons\": {\n    \"adults\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 819,\n  \"reference\": \"CDH819\",\n  \"customer_id\": 2236,\n  \"start_at\": \"2026-09-22\",\n  \"end_at\": \"2026-09-24\",\n  \"created_at\": \"2026-03-26T11:09:53+01:00\",\n  \"updated_at\": \"2026-03-26T11:09:53+01:00\",\n  \"start_time\": \"\",\n  \"end_time\": \"\",\n  \"comment\": \"eResa a valider (option)\",\n  \"confirmed\": false,\n  \"in_statistics\": true,\n  \"deposit_amount\": 0,\n  \"is_in_ask_balance_mode\": false,\n  \"ask_balance_email_sended_at\": null,\n  \"has_cc_data\": false,\n  \"dispatch\": 0,\n  \"created_by_id\": 6,\n  \"canceled\": false,\n  \"canceled_at\": null,\n  \"has_pending_update\": false,\n  \"cancelable_by_customer\": true,\n  \"no_show\": false,\n  \"email_txt\": \"\",\n  \"source\": \"Partner\",\n  \"booking_origin_id\": 0,\n  \"booking_reason_id\": 0,\n  \"tourist_tax_auto\": true,\n  \"booking_group_id\": \"\",\n  \"group_code\": null,\n  \"resort_order_id\": 1346,\n  \"crs_id\": null,\n  \"promo_code_id\": null,\n  \"has_valid_payline_token\": false,\n  \"resort_order\": {\n    \"id\": 1346,\n    \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n    \"label\": \"CDH819: 22/09/2026 - 24/09/2026\",\n    \"externalReference\": null,\n    \"isTransferBlocked\": false,\n    \"isPaid\": false,\n    \"totalExcludingTaxes\": 200,\n    \"totalIncludingTaxes\": 218,\n    \"totalOutstandingDeposits\": 0,\n    \"totalOutstandingIncludingTaxes\": 218,\n    \"deposits\": [],\n    \"originDeposits\": [],\n    \"invoices\": [],\n    \"receipts\": [],\n    \"purchases\": [\n      {\n        \"id\": 11915,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_RESERVATION\",\n        \"label\": \"Chambre supérieure (3022)\",\n        \"description\": \"Standard.\",\n        \"quantity\": 2,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 0,\n          \"label\": \"Hébergement\",\n          \"color\": \"\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 2236,\n          \"lastName\": \"Validate\",\n          \"firstName\": \"Test\",\n          \"email\": \"validate@thais-soft.com\",\n          \"company\": null,\n          \"blackListed\": false,\n          \"name\": \"Validate Test\",\n          \"languageId\": 1,\n          \"companyId\": null,\n          \"invoiceBalance\": null\n        },\n        \"orderId\": 1346,\n        \"originOrderId\": 1346,\n        \"originOrderLabel\": \"CDH819: 22/09/2026 - 24/09/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-09-24T00:00:00+02:00\",\n        \"priceIncludingTaxes\": 200,\n        \"priceExcludingTaxes\": 200,\n        \"taxesByRates\": {\n          \"0.00\": 0\n        },\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 200,\n        \"amountExcludingTaxes\": 200,\n        \"amountTaxesByRates\": {\n          \"0.00\": 0\n        },\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 11916,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"22/09\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 2236,\n              \"lastName\": \"Validate\",\n              \"firstName\": \"Test\",\n              \"email\": \"validate@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Validate Test\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-09-22T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 100,\n            \"priceExcludingTaxes\": 100,\n            \"taxesByRates\": {\n              \"0.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 100,\n            \"amountExcludingTaxes\": 100,\n            \"amountTaxesByRates\": {\n              \"0.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11915,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11917,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/09\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 2236,\n              \"lastName\": \"Validate\",\n              \"firstName\": \"Test\",\n              \"email\": \"validate@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Validate Test\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-09-23T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 100,\n            \"priceExcludingTaxes\": 100,\n            \"taxesByRates\": {\n              \"0.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 100,\n            \"amountExcludingTaxes\": 100,\n            \"amountTaxesByRates\": {\n              \"0.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11915,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": null,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11918,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 4,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": null,\n        \"article\": null,\n        \"customer\": {\n          \"id\": 2236,\n          \"lastName\": \"Validate\",\n          \"firstName\": \"Test\",\n          \"email\": \"validate@thais-soft.com\",\n          \"company\": null,\n          \"blackListed\": false,\n          \"name\": \"Validate Test\",\n          \"languageId\": 1,\n          \"companyId\": null,\n          \"invoiceBalance\": null\n        },\n        \"orderId\": 1346,\n        \"originOrderId\": 1346,\n        \"originOrderLabel\": \"CDH819: 22/09/2026 - 24/09/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-09-24T00:00:00+02:00\",\n        \"priceIncludingTaxes\": 18,\n        \"priceExcludingTaxes\": 0,\n        \"taxesByRates\": [],\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 18,\n        \"amountExcludingTaxes\": 0,\n        \"amountTaxesByRates\": [],\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 11919,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"22/09\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 2236,\n              \"lastName\": \"Validate\",\n              \"firstName\": \"Test\",\n              \"email\": \"validate@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Validate Test\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-09-22T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 9,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 9,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11918,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11920,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/09\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 2236,\n              \"lastName\": \"Validate\",\n              \"firstName\": \"Test\",\n              \"email\": \"validate@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Validate Test\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-09-23T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 9,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 9,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11918,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11915,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    ],\n    \"originPurchases\": [\n      {\n        \"id\": 11915,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_RESERVATION\",\n        \"label\": \"Chambre supérieure (3022)\",\n        \"description\": \"Standard.\",\n        \"quantity\": 2,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 0,\n          \"label\": \"Hébergement\",\n          \"color\": \"\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 2236,\n          \"lastName\": \"Validate\",\n          \"firstName\": \"Test\",\n          \"email\": \"validate@thais-soft.com\",\n          \"company\": null,\n          \"blackListed\": false,\n          \"name\": \"Validate Test\",\n          \"languageId\": 1,\n          \"companyId\": null,\n          \"invoiceBalance\": null\n        },\n        \"orderId\": 1346,\n        \"originOrderId\": 1346,\n        \"originOrderLabel\": \"CDH819: 22/09/2026 - 24/09/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-09-24T00:00:00+02:00\",\n        \"priceIncludingTaxes\": 200,\n        \"priceExcludingTaxes\": 200,\n        \"taxesByRates\": {\n          \"0.00\": 0\n        },\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 200,\n        \"amountExcludingTaxes\": 200,\n        \"amountTaxesByRates\": {\n          \"0.00\": 0\n        },\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 11916,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"22/09\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 2236,\n              \"lastName\": \"Validate\",\n              \"firstName\": \"Test\",\n              \"email\": \"validate@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Validate Test\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-09-22T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 100,\n            \"priceExcludingTaxes\": 100,\n            \"taxesByRates\": {\n              \"0.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 100,\n            \"amountExcludingTaxes\": 100,\n            \"amountTaxesByRates\": {\n              \"0.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11915,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11917,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/09\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 2236,\n              \"lastName\": \"Validate\",\n              \"firstName\": \"Test\",\n              \"email\": \"validate@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Validate Test\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-09-23T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 100,\n            \"priceExcludingTaxes\": 100,\n            \"taxesByRates\": {\n              \"0.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 100,\n            \"amountExcludingTaxes\": 100,\n            \"amountTaxesByRates\": {\n              \"0.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11915,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": null,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      {\n        \"id\": 11918,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 4,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": null,\n        \"article\": null,\n        \"customer\": {\n          \"id\": 2236,\n          \"lastName\": \"Validate\",\n          \"firstName\": \"Test\",\n          \"email\": \"validate@thais-soft.com\",\n          \"company\": null,\n          \"blackListed\": false,\n          \"name\": \"Validate Test\",\n          \"languageId\": 1,\n          \"companyId\": null,\n          \"invoiceBalance\": null\n        },\n        \"orderId\": 1346,\n        \"originOrderId\": 1346,\n        \"originOrderLabel\": \"CDH819: 22/09/2026 - 24/09/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-09-24T00:00:00+02:00\",\n        \"priceIncludingTaxes\": 18,\n        \"priceExcludingTaxes\": 0,\n        \"taxesByRates\": [],\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 18,\n        \"amountExcludingTaxes\": 0,\n        \"amountTaxesByRates\": [],\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 11919,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"22/09\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 2236,\n              \"lastName\": \"Validate\",\n              \"firstName\": \"Test\",\n              \"email\": \"validate@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Validate Test\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-09-22T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 9,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 9,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11918,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11920,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/09\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 2236,\n              \"lastName\": \"Validate\",\n              \"firstName\": \"Test\",\n              \"email\": \"validate@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Validate Test\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-09-23T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 9,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 9,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11918,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11915,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    ]\n  },\n  \"customer\": {\n    \"id\": 2236,\n    \"civility_id\": 1,\n    \"lastname\": \"Validate\",\n    \"firstname\": \"Test\",\n    \"company\": null,\n    \"comment\": null,\n    \"allergies\": null,\n    \"email\": \"validate@thais-soft.com\",\n    \"phone\": \"0000000000\",\n    \"cellphone\": \"0000000000\",\n    \"postcode\": \"34170\",\n    \"city\": \"Montpellier\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"1 rue Test\",\n    \"address2\": null,\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": null,\n    \"birthdate\": null,\n    \"customer_group_id\": 1,\n    \"customer_category_id\": null,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 5,\n    \"customer_company_id\": null,\n    \"satisfaction_rating\": null,\n    \"contact_channel\": null,\n    \"deleted\": false,\n    \"updated_at\": \"2026-03-20T12:02:50+01:00\",\n    \"auto_email\": true,\n    \"gdpr_accepted_at\": null,\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": null,\n    \"vat_number\": null,\n    \"vat_number_no_eu\": null,\n    \"siren\": null,\n    \"siret\": null,\n    \"civility\": {\n      \"id\": 1,\n      \"label\": \"M. ou Mme\",\n      \"rank\": 2,\n      \"deleted\": false\n    },\n    \"country\": null,\n    \"customer_group\": {\n      \"id\": 1,\n      \"label\": \"Autres\",\n      \"color\": \"#144bb8\",\n      \"rank\": 9,\n      \"deleted\": false\n    },\n    \"customer_category\": null,\n    \"nationality\": null,\n    \"language\": null,\n    \"customer_origin\": null,\n    \"customer_company\": null,\n    \"crm_completion\": 64,\n    \"invoice_balance\": null,\n    \"hotel_booking_count\": 16\n  },\n  \"booking_origin\": null,\n  \"booking_reason\": null,\n  \"created_by\": null,\n  \"booking_rooms\": [\n    {\n      \"id\": 1205,\n      \"booking_id\": 819,\n      \"room_id\": 37,\n      \"rate_id\": 1,\n      \"rooming_customer_id\": null,\n      \"state\": \"pending\",\n      \"rooming\": \"\",\n      \"color\": null,\n      \"locked\": false,\n      \"resort_purchase_id\": 11915,\n      \"taxes_resort_purchase_id\": 11918,\n      \"icons\": [],\n      \"housekeeping\": true,\n      \"hk_comment\": null,\n      \"resto_lunch_time\": null,\n      \"resto_dinner_time\": null,\n      \"resto_comment\": null,\n      \"crs_id\": null,\n      \"room\": {\n        \"id\": 37,\n        \"label\": \"3022\",\n        \"shortcode\": null,\n        \"description\": \"<p><strong>Espace et Confort :</strong><br />Cette suite spacieuse offre un design &eacute;l&eacute;gant et contemporain, avec un espace de vie s&eacute;par&eacute; comprenant un salon confortable, id&eacute;al pour se d&eacute;tendre ou recevoir des invit&eacute;s. La chambre principale dispose d'un lit king-size avec des draps en coton &eacute;gyptien, garantissant un sommeil r&eacute;parateur.</p>\\n<p><strong>Salle de Bain :</strong><br />La salle de bain attenante est un v&eacute;ritable sanctuaire, &eacute;quip&eacute;e d'une baignoire &agrave; remous et d'une douche &agrave; l'italienne. Vous y trouverez des produits de bain haut de gamme et des peignoirs moelleux pour une exp&eacute;rience de spa &agrave; domicile.</p>\\n<p><strong>&Eacute;quipements :</strong><br />La suite est dot&eacute;e de toutes les commodit&eacute;s modernes, y compris une t&eacute;l&eacute;vision &agrave; &eacute;cran plat, un minibar bien approvisionn&eacute; et une machine &agrave; caf&eacute;. La connexion Wi-Fi est gratuite et disponible dans tout l'espace.</p>\\n<p><strong>Balcon Priv&eacute; :</strong><br />Profitez d'un balcon priv&eacute; offrant une vue imprenable sur la ville ou la nature environnante, parfait pour savourer un caf&eacute; le matin ou un verre de vin le soir.</p>\\n<p><strong>Services Inclus :</strong><br />Les clients de la suite deluxe b&eacute;n&eacute;ficient &eacute;galement d&rsquo;un service de conciergerie 24h/24, de l'acc&egrave;s &agrave; un salon exclusif et d'un petit-d&eacute;jeuner gourmet inclus.</p>\\n<p>Offrez-vous une escapade inoubliable dans notre suite deluxe, o&ugrave; luxe et confort se rencontrent pour cr&eacute;er une exp&eacute;rience exceptionnelle.</p>\",\n        \"nb_persons_max\": 1,\n        \"room_type_id\": 3,\n        \"rank\": 17,\n        \"stage\": \"3ème étage\",\n        \"visible\": true,\n        \"show_in_stats\": true,\n        \"real\": true,\n        \"picture_url\": \"\",\n        \"pictures\": [\n          \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n        ],\n        \"created_at\": \"2024-10-09\",\n        \"deleted\": false,\n        \"deleted_at\": null,\n        \"icons\": [\n          \"shower\"\n        ],\n        \"ex_door_id\": null,\n        \"state_id\": 3,\n        \"is_date\": false,\n        \"is_separator\": false,\n        \"room_type\": {\n          \"id\": 3,\n          \"label\": \"Chambre supérieure\",\n          \"shortcode\": null,\n          \"subject_to_pricing\": true,\n          \"nb_persons_min\": 1,\n          \"nb_persons_max\": 4,\n          \"public\": true,\n          \"color\": \"#38B764\",\n          \"description\": \"<p>La chambre est super !&nbsp;</p>\",\n          \"rank\": 0,\n          \"deleted\": false,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"ical_url\": null\n        },\n        \"state\": null,\n        \"linked_room_id\": null\n      },\n      \"rate\": {\n        \"id\": 1,\n        \"derived_from_id\": null,\n        \"vat_rate_id\": 1,\n        \"label\": \"Standard.\",\n        \"shortcode\": \"std\",\n        \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Tarif 1 personne </span><strong style=\\\"color: rgb(0, 138, 116);\\\">incluant le petit-déjeuner gourmand et la table d'hôtes tous les soirs, cuisine maison!</strong></p><p>L'arrivée se fait après 16h et le départ avant 12h.</p><p><br></p><p><br></p>\",\n        \"color\": \"#b300ff\",\n        \"rank\": 0,\n        \"subject_to_pricing\": true,\n        \"is_promo\": false,\n        \"rate_per_person\": false,\n        \"public\": true,\n        \"nb_persons_min\": 1,\n        \"nb_persons_max\": 2,\n        \"nb_adults_min\": 1,\n        \"nb_adults_max\": 2,\n        \"formula\": \"p*1\",\n        \"bo_visible\": true,\n        \"deleted\": false,\n        \"cm_id\": \"115237\",\n        \"cm2_id\": null,\n        \"cm_send_rate\": true,\n        \"send_ask_balance_email\": true,\n        \"nb_days_for_lastminute\": 0,\n        \"nb_days_for_earlybooking\": 0,\n        \"nb_days_for_free_cancelation\": 0,\n        \"deposit_rate\": null,\n        \"deposit_rate_computed\": 0,\n        \"packages\": null,\n        \"vat_rate\": {\n          \"id\": 1,\n          \"vat_rate\": 0,\n          \"deleted\": false\n        },\n        \"derived_from\": null\n      },\n      \"booking\": null,\n      \"booking_nb_persons\": [\n        {\n          \"id\": 1290,\n          \"booking_room_id\": 1205,\n          \"age_range_id\": 3,\n          \"nb_persons\": 2,\n          \"age_range\": {\n            \"id\": 3,\n            \"age\": 18,\n            \"deleted\": false,\n            \"is_infants\": false,\n            \"is_children\": false,\n            \"is_adults\": true,\n            \"mapping_key\": \"adults\"\n          }\n        }\n      ],\n      \"nb_persons\": {\n        \"adults\": 2,\n        \"children\": 0,\n        \"infants\": 0\n      },\n      \"rooming_customer\": null,\n      \"resort_purchase\": {\n        \"id\": 11915,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_RESERVATION\",\n        \"label\": \"Chambre supérieure (3022)\",\n        \"description\": \"Standard.\",\n        \"quantity\": 2,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": {\n          \"id\": 0,\n          \"label\": \"Hébergement\",\n          \"color\": \"\"\n        },\n        \"article\": null,\n        \"customer\": {\n          \"id\": 2236,\n          \"lastName\": \"Validate\",\n          \"firstName\": \"Test\",\n          \"email\": \"validate@thais-soft.com\",\n          \"company\": null,\n          \"blackListed\": false,\n          \"name\": \"Validate Test\",\n          \"languageId\": 1,\n          \"companyId\": null,\n          \"invoiceBalance\": null\n        },\n        \"orderId\": 1346,\n        \"originOrderId\": 1346,\n        \"originOrderLabel\": \"CDH819: 22/09/2026 - 24/09/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-09-24T00:00:00+02:00\",\n        \"priceIncludingTaxes\": 200,\n        \"priceExcludingTaxes\": 200,\n        \"taxesByRates\": {\n          \"0.00\": 0\n        },\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 200,\n        \"amountExcludingTaxes\": 200,\n        \"amountTaxesByRates\": {\n          \"0.00\": 0\n        },\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 11916,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"22/09\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 2236,\n              \"lastName\": \"Validate\",\n              \"firstName\": \"Test\",\n              \"email\": \"validate@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Validate Test\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-09-22T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 100,\n            \"priceExcludingTaxes\": 100,\n            \"taxesByRates\": {\n              \"0.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 100,\n            \"amountExcludingTaxes\": 100,\n            \"amountTaxesByRates\": {\n              \"0.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11915,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11917,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_RESERVATION\",\n            \"label\": \"23/09\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": {\n              \"id\": 0,\n              \"label\": \"Hébergement\",\n              \"color\": \"\"\n            },\n            \"article\": null,\n            \"customer\": {\n              \"id\": 2236,\n              \"lastName\": \"Validate\",\n              \"firstName\": \"Test\",\n              \"email\": \"validate@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Validate Test\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-09-23T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 100,\n            \"priceExcludingTaxes\": 100,\n            \"taxesByRates\": {\n              \"0.00\": 0\n            },\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 100,\n            \"amountExcludingTaxes\": 100,\n            \"amountTaxesByRates\": {\n              \"0.00\": 0\n            },\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11915,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": null,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      },\n      \"taxes_resort_purchase\": {\n        \"id\": 11918,\n        \"application\": \"HOTEL\",\n        \"type\": \"HOTEL_TAXE\",\n        \"label\": \"Taxe de séjour\",\n        \"description\": \"\",\n        \"quantity\": 4,\n        \"discountRate\": 0,\n        \"offered\": false,\n        \"canceledAt\": null,\n        \"canceled\": false,\n        \"category\": null,\n        \"article\": null,\n        \"customer\": {\n          \"id\": 2236,\n          \"lastName\": \"Validate\",\n          \"firstName\": \"Test\",\n          \"email\": \"validate@thais-soft.com\",\n          \"company\": null,\n          \"blackListed\": false,\n          \"name\": \"Validate Test\",\n          \"languageId\": 1,\n          \"companyId\": null,\n          \"invoiceBalance\": null\n        },\n        \"orderId\": 1346,\n        \"originOrderId\": 1346,\n        \"originOrderLabel\": \"CDH819: 22/09/2026 - 24/09/2026\",\n        \"invoiceId\": null,\n        \"invoiced\": false,\n        \"receiptId\": null,\n        \"onReceipt\": false,\n        \"transfered\": false,\n        \"locked\": false,\n        \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n        \"updatedAt\": null,\n        \"consumedAt\": \"2026-09-24T00:00:00+02:00\",\n        \"priceIncludingTaxes\": 18,\n        \"priceExcludingTaxes\": 0,\n        \"taxesByRates\": [],\n        \"totalTaxes\": 0,\n        \"amountIncludingTaxes\": 18,\n        \"amountExcludingTaxes\": 0,\n        \"amountTaxesByRates\": [],\n        \"totalAmountTaxes\": 0,\n        \"childrenPurchases\": [\n          {\n            \"id\": 11919,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"22/09\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 2236,\n              \"lastName\": \"Validate\",\n              \"firstName\": \"Test\",\n              \"email\": \"validate@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Validate Test\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-09-22T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 9,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 9,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11918,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          },\n          {\n            \"id\": 11920,\n            \"application\": \"HOTEL\",\n            \"type\": \"HOTEL_TAXE\",\n            \"label\": \"23/09\",\n            \"description\": \"\",\n            \"quantity\": 2,\n            \"discountRate\": 0,\n            \"offered\": false,\n            \"canceledAt\": null,\n            \"canceled\": false,\n            \"category\": null,\n            \"article\": null,\n            \"customer\": {\n              \"id\": 2236,\n              \"lastName\": \"Validate\",\n              \"firstName\": \"Test\",\n              \"email\": \"validate@thais-soft.com\",\n              \"company\": null,\n              \"blackListed\": false,\n              \"name\": \"Validate Test\",\n              \"languageId\": 1,\n              \"companyId\": null,\n              \"invoiceBalance\": null\n            },\n            \"orderId\": null,\n            \"originOrderId\": null,\n            \"originOrderLabel\": null,\n            \"invoiceId\": null,\n            \"invoiced\": false,\n            \"receiptId\": null,\n            \"onReceipt\": false,\n            \"transfered\": false,\n            \"locked\": false,\n            \"createdAt\": \"2026-03-26T11:09:53+01:00\",\n            \"updatedAt\": null,\n            \"consumedAt\": \"2026-09-23T00:00:00+02:00\",\n            \"priceIncludingTaxes\": 9,\n            \"priceExcludingTaxes\": 0,\n            \"taxesByRates\": [],\n            \"totalTaxes\": 0,\n            \"amountIncludingTaxes\": 9,\n            \"amountExcludingTaxes\": 0,\n            \"amountTaxesByRates\": [],\n            \"totalAmountTaxes\": 0,\n            \"childrenPurchases\": [],\n            \"parentPurchaseId\": 11918,\n            \"groupId\": null,\n            \"onCreditNote\": false,\n            \"onCanceledDocument\": false\n          }\n        ],\n        \"parentPurchaseId\": null,\n        \"groupId\": 11915,\n        \"onCreditNote\": false,\n        \"onCanceledDocument\": false\n      }\n    }\n  ],\n  \"promo_code\": null,\n  \"ebooking\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des options de reservations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/options?from=&to=&pending=",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "options"
              ],
              "query": [
                {
                  "key": "from",
                  "value": "",
                  "description": "Date de debut de la periode de recherche",
                  "disabled": false
                },
                {
                  "key": "to",
                  "value": "",
                  "description": "Date de fin de la periode de recherche",
                  "disabled": false
                },
                {
                  "key": "pending",
                  "value": "",
                  "description": "Filtre sur les options en attente de confirmation",
                  "disabled": false
                }
              ]
            },
            "description": "Recuperation de liste d'options de reservations : presentes entre 2 dates, en attente de confirmation (oui/non)."
          },
          "response": [
            {
              "name": "Liste des options en attente",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/options?from=2026-03-26&to=2027-03-26&pending=true",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "options"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "2026-03-26",
                      "description": "Date de debut de la periode de recherche",
                      "disabled": false
                    },
                    {
                      "key": "to",
                      "value": "2027-03-26",
                      "description": "Date de fin de la periode de recherche",
                      "disabled": false
                    },
                    {
                      "key": "pending",
                      "value": "true",
                      "description": "Filtre sur les options en attente de confirmation",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 27,\n    \"booking_id\": null,\n    \"group_id\": \"BY-1363064\",\n    \"checkin\": \"2026-04-06\",\n    \"checkout\": \"2026-04-08\",\n    \"created_at\": \"2026-01-27T10:31:00+01:00\",\n    \"updated_at\": \"2026-01-27T15:37:27+01:00\",\n    \"expired_at\": \"2026-01-26T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 1160,\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"state\": 1,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"customer\": {\n      \"id\": 1160,\n      \"civility_id\": 2,\n      \"lastname\": \"Test\",\n      \"firstname\": \"Raph\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"test@pwd.com\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \".\",\n      \"city\": \"--\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"ZI de Kaweni B.P 73..\",\n      \"address2\": null,\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": 746,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-02-03T11:15:02+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": null,\n      \"siren\": null,\n      \"siret\": null,\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 57,\n      \"invoice_balance\": 1400,\n      \"hotel_booking_count\": 4\n    },\n    \"booking_rooms\": [\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-07\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      }\n    ]\n  },\n  {\n    \"id\": 29,\n    \"booking_id\": null,\n    \"group_id\": \"BY-1363064\",\n    \"checkin\": \"2026-04-06\",\n    \"checkout\": \"2026-04-08\",\n    \"created_at\": \"2026-01-27T14:55:45+01:00\",\n    \"updated_at\": \"2026-02-20T00:45:37+01:00\",\n    \"expired_at\": \"2026-02-26T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"toto\",\n    \"promo_code\": null,\n    \"customer_id\": 1160,\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"state\": 1,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"customer\": {\n      \"id\": 1160,\n      \"civility_id\": 2,\n      \"lastname\": \"Test\",\n      \"firstname\": \"Raph\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"test@pwd.com\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \".\",\n      \"city\": \"--\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"ZI de Kaweni B.P 73..\",\n      \"address2\": null,\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": 746,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-02-03T11:15:02+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": null,\n      \"siren\": null,\n      \"siret\": null,\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 57,\n      \"invoice_balance\": 1400,\n      \"hotel_booking_count\": 4\n    },\n    \"booking_rooms\": [\n      {\n        \"price\": 700,\n        \"rate_id\": 1,\n        \"room_type_id\": 5,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 350\n          },\n          {\n            \"date\": \"2026-04-07\",\n            \"amount\": 350\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 700,\n        \"rate_id\": 1,\n        \"room_type_id\": 5,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 350\n          },\n          {\n            \"date\": \"2026-04-07\",\n            \"amount\": 350\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 700,\n        \"rate_id\": 1,\n        \"room_type_id\": 5,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 350\n          },\n          {\n            \"date\": \"2026-04-07\",\n            \"amount\": 350\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 700,\n        \"rate_id\": 1,\n        \"room_type_id\": 5,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 350\n          },\n          {\n            \"date\": \"2026-04-07\",\n            \"amount\": 350\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 700,\n        \"rate_id\": 1,\n        \"room_type_id\": 5,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 350\n          },\n          {\n            \"date\": \"2026-04-07\",\n            \"amount\": 350\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 700,\n        \"rate_id\": 1,\n        \"room_type_id\": 5,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 350\n          },\n          {\n            \"date\": \"2026-04-07\",\n            \"amount\": 350\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 700,\n        \"rate_id\": 1,\n        \"room_type_id\": 5,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 350\n          },\n          {\n            \"date\": \"2026-04-07\",\n            \"amount\": 350\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 700,\n        \"rate_id\": 1,\n        \"room_type_id\": 5,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 350\n          },\n          {\n            \"date\": \"2026-04-07\",\n            \"amount\": 350\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 700,\n        \"rate_id\": 1,\n        \"room_type_id\": 5,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 350\n          },\n          {\n            \"date\": \"2026-04-07\",\n            \"amount\": 350\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 700,\n        \"rate_id\": 1,\n        \"room_type_id\": 5,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 350\n          },\n          {\n            \"date\": \"2026-04-07\",\n            \"amount\": 350\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 700,\n        \"rate_id\": 1,\n        \"room_type_id\": 5,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 350\n          },\n          {\n            \"date\": \"2026-04-07\",\n            \"amount\": 350\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 700,\n        \"rate_id\": 1,\n        \"room_type_id\": 5,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 350\n          },\n          {\n            \"date\": \"2026-04-07\",\n            \"amount\": 350\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 700,\n        \"rate_id\": 1,\n        \"room_type_id\": 5,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 350\n          },\n          {\n            \"date\": \"2026-04-07\",\n            \"amount\": 350\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 200,\n        \"rate_id\": 1,\n        \"room_type_id\": 35,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 1,\n          \"infants\": 0\n        },\n        \"daily_rates\": [],\n        \"extras\": []\n      }\n    ]\n  },\n  {\n    \"id\": 35,\n    \"booking_id\": null,\n    \"group_id\": \"BY-1363064\",\n    \"checkin\": \"2026-04-06\",\n    \"checkout\": \"2026-04-08\",\n    \"created_at\": \"2026-01-27T15:42:15+01:00\",\n    \"updated_at\": \"2026-01-27T17:29:35+01:00\",\n    \"expired_at\": \"2026-01-26T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 1160,\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"state\": 1,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"customer\": {\n      \"id\": 1160,\n      \"civility_id\": 2,\n      \"lastname\": \"Test\",\n      \"firstname\": \"Raph\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"test@pwd.com\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \".\",\n      \"city\": \"--\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"ZI de Kaweni B.P 73..\",\n      \"address2\": null,\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": 746,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-02-03T11:15:02+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": null,\n      \"siren\": null,\n      \"siret\": null,\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 57,\n      \"invoice_balance\": 1400,\n      \"hotel_booking_count\": 4\n    },\n    \"booking_rooms\": [\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-07\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      }\n    ]\n  },\n  {\n    \"id\": 36,\n    \"booking_id\": null,\n    \"group_id\": \"BY-1363064\",\n    \"checkin\": \"2026-04-06\",\n    \"checkout\": \"2026-04-08\",\n    \"created_at\": \"2026-01-27T17:31:53+01:00\",\n    \"updated_at\": \"2026-01-27T17:32:14+01:00\",\n    \"expired_at\": \"2026-01-26T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 1160,\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"state\": 1,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"customer\": {\n      \"id\": 1160,\n      \"civility_id\": 2,\n      \"lastname\": \"Test\",\n      \"firstname\": \"Raph\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"test@pwd.com\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \".\",\n      \"city\": \"--\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"ZI de Kaweni B.P 73..\",\n      \"address2\": null,\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": 746,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-02-03T11:15:02+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": null,\n      \"siren\": null,\n      \"siret\": null,\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 57,\n      \"invoice_balance\": 1400,\n      \"hotel_booking_count\": 4\n    },\n    \"booking_rooms\": [\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-07\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      }\n    ]\n  },\n  {\n    \"id\": 40,\n    \"booking_id\": null,\n    \"group_id\": \"BY-1394652\",\n    \"checkin\": \"2026-04-01\",\n    \"checkout\": \"2026-04-03\",\n    \"created_at\": \"2026-01-28T10:59:26+01:00\",\n    \"updated_at\": \"2026-01-28T15:27:42+01:00\",\n    \"expired_at\": \"2026-01-28T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 1610,\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"state\": 1,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"customer\": {\n      \"id\": 1610,\n      \"civility_id\": 2,\n      \"lastname\": \"Ratinaud\",\n      \"firstname\": \"Benoit\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"benoit.ratinaud@groupama.fle\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"---\",\n      \"city\": \"---\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"---\",\n      \"address2\": \"\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": 1609,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-07T19:11:49+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": \"\",\n      \"siren\": \"\",\n      \"siret\": \"\",\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 59,\n      \"invoice_balance\": 0,\n      \"hotel_booking_count\": 7\n    },\n    \"booking_rooms\": [\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-02\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-02\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-02\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-02\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-02\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      }\n    ]\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            },
            {
              "name": "Liste de toutes les options",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/options?from=2026-03-26&to=2027-03-26&pending=false",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "options"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "2026-03-26",
                      "description": "Date de debut de la periode de recherche",
                      "disabled": false
                    },
                    {
                      "key": "to",
                      "value": "2027-03-26",
                      "description": "Date de fin de la periode de recherche",
                      "disabled": false
                    },
                    {
                      "key": "pending",
                      "value": "false",
                      "description": "Filtre sur les options en attente de confirmation",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 52,\n    \"booking_id\": 90,\n    \"group_id\": \"BY-1394652\",\n    \"checkin\": \"2026-04-01\",\n    \"checkout\": \"2026-04-03\",\n    \"created_at\": \"2026-01-29T11:50:45+01:00\",\n    \"updated_at\": \"2026-01-29T12:00:55+01:00\",\n    \"expired_at\": \"2026-01-30T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 1610,\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"state\": 1,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"customer\": {\n      \"id\": 1610,\n      \"civility_id\": 2,\n      \"lastname\": \"Ratinaud\",\n      \"firstname\": \"Benoit\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"benoit.ratinaud@groupama.fle\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"---\",\n      \"city\": \"---\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"---\",\n      \"address2\": \"\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": 1609,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-07T19:11:49+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": \"\",\n      \"siren\": \"\",\n      \"siret\": \"\",\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 59,\n      \"invoice_balance\": 0,\n      \"hotel_booking_count\": 7\n    },\n    \"booking_rooms\": [\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-02\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-02\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-02\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-02\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-02\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      }\n    ]\n  },\n  {\n    \"id\": 54,\n    \"booking_id\": 92,\n    \"group_id\": \"BY-1394653\",\n    \"checkin\": \"2026-04-03\",\n    \"checkout\": \"2026-04-05\",\n    \"created_at\": \"2026-01-29T15:00:31+01:00\",\n    \"updated_at\": \"2026-01-29T17:47:28+01:00\",\n    \"expired_at\": \"2026-04-01T00:00:00+02:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 1610,\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"state\": 1,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"customer\": {\n      \"id\": 1610,\n      \"civility_id\": 2,\n      \"lastname\": \"Ratinaud\",\n      \"firstname\": \"Benoit\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"benoit.ratinaud@groupama.fle\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"---\",\n      \"city\": \"---\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"---\",\n      \"address2\": \"\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": 1609,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-07T19:11:49+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": \"\",\n      \"siren\": \"\",\n      \"siret\": \"\",\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 59,\n      \"invoice_balance\": 0,\n      \"hotel_booking_count\": 7\n    },\n    \"booking_rooms\": [\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-03\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-04\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-03\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-04\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-03\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-04\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-03\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-04\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-03\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-04\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      }\n    ]\n  },\n  {\n    \"id\": 56,\n    \"booking_id\": 93,\n    \"group_id\": \"BY-1394654\",\n    \"checkin\": \"2026-04-05\",\n    \"checkout\": \"2026-04-07\",\n    \"created_at\": \"2026-01-30T10:16:31+01:00\",\n    \"updated_at\": \"2026-01-30T10:17:20+01:00\",\n    \"expired_at\": \"2026-01-31T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 1610,\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"state\": 1,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"customer\": {\n      \"id\": 1610,\n      \"civility_id\": 2,\n      \"lastname\": \"Ratinaud\",\n      \"firstname\": \"Benoit\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"benoit.ratinaud@groupama.fle\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"---\",\n      \"city\": \"---\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"---\",\n      \"address2\": \"\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": 1609,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-07T19:11:49+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": \"\",\n      \"siren\": \"\",\n      \"siret\": \"\",\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 59,\n      \"invoice_balance\": 0,\n      \"hotel_booking_count\": 7\n    },\n    \"booking_rooms\": [\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-05\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-05\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-05\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-05\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-05\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-04-06\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      }\n    ]\n  },\n  {\n    \"id\": 64,\n    \"booking_id\": 110,\n    \"group_id\": \"BY-1308722\",\n    \"checkin\": \"2026-04-21\",\n    \"checkout\": \"2026-04-23\",\n    \"created_at\": \"2026-01-30T16:52:19+01:00\",\n    \"updated_at\": \"2026-01-30T16:52:41+01:00\",\n    \"expired_at\": \"2026-01-29T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 1450,\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"state\": 1,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"customer\": {\n      \"id\": 1450,\n      \"civility_id\": 2,\n      \"lastname\": \"DOE20\",\n      \"firstname\": \"John\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"john.doe20@groupcorner.com\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"---\",\n      \"city\": \"---\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"--\",\n      \"address2\": \"\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": 1449,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-12T17:13:40+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": \"\",\n      \"siren\": \"\",\n      \"siret\": \"\",\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 54,\n      \"invoice_balance\": 0,\n      \"hotel_booking_count\": 11\n    },\n    \"booking_rooms\": [\n      {\n        \"price\": 400,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-21\",\n            \"amount\": 200\n          },\n          {\n            \"date\": \"2026-04-22\",\n            \"amount\": 200\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 400,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-21\",\n            \"amount\": 200\n          },\n          {\n            \"date\": \"2026-04-22\",\n            \"amount\": 200\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 400,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-21\",\n            \"amount\": 200\n          },\n          {\n            \"date\": \"2026-04-22\",\n            \"amount\": 200\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 400,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-21\",\n            \"amount\": 200\n          },\n          {\n            \"date\": \"2026-04-22\",\n            \"amount\": 200\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 400,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 2,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-04-21\",\n            \"amount\": 200\n          },\n          {\n            \"date\": \"2026-04-22\",\n            \"amount\": 200\n          }\n        ],\n        \"extras\": []\n      }\n    ]\n  },\n  {\n    \"id\": 65,\n    \"booking_id\": 120,\n    \"group_id\": \"BY-1394659\",\n    \"checkin\": \"2026-06-01\",\n    \"checkout\": \"2026-06-03\",\n    \"created_at\": \"2026-02-02T09:19:55+01:00\",\n    \"updated_at\": \"2026-02-02T09:20:20+01:00\",\n    \"expired_at\": \"2026-02-02T00:00:00+01:00\",\n    \"nb_days_to_reopen\": null,\n    \"comment\": \"\",\n    \"promo_code\": null,\n    \"customer_id\": 1610,\n    \"customer_rgpd_commercial_agreement\": false,\n    \"has_cc_data\": false,\n    \"state\": 1,\n    \"loyalty_program\": null,\n    \"loyalty_points\": null,\n    \"customer\": {\n      \"id\": 1610,\n      \"civility_id\": 2,\n      \"lastname\": \"Ratinaud\",\n      \"firstname\": \"Benoit\",\n      \"company\": null,\n      \"comment\": null,\n      \"allergies\": null,\n      \"email\": \"benoit.ratinaud@groupama.fle\",\n      \"phone\": \"\",\n      \"cellphone\": \"\",\n      \"postcode\": \"---\",\n      \"city\": \"---\",\n      \"country_id\": 79,\n      \"country_iso2\": \"FR\",\n      \"address\": \"---\",\n      \"address2\": \"\",\n      \"warning\": false,\n      \"unwanted\": false,\n      \"travel_card\": null,\n      \"birthdate\": null,\n      \"customer_group_id\": 1,\n      \"customer_category_id\": 11,\n      \"nationality_id\": 79,\n      \"language_id\": 1,\n      \"customer_origin_id\": 5,\n      \"customer_company_id\": 1609,\n      \"satisfaction_rating\": null,\n      \"contact_channel\": null,\n      \"deleted\": false,\n      \"updated_at\": \"2026-03-07T19:11:49+01:00\",\n      \"auto_email\": false,\n      \"gdpr_accepted_at\": null,\n      \"rgpd_commercial_agreement\": false,\n      \"signature\": null,\n      \"vat_number\": null,\n      \"vat_number_no_eu\": \"\",\n      \"siren\": \"\",\n      \"siret\": \"\",\n      \"civility\": null,\n      \"country\": null,\n      \"customer_group\": null,\n      \"customer_category\": null,\n      \"nationality\": null,\n      \"language\": null,\n      \"customer_origin\": null,\n      \"customer_company\": null,\n      \"crm_completion\": 59,\n      \"invoice_balance\": 0,\n      \"hotel_booking_count\": 7\n    },\n    \"booking_rooms\": [\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-06-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-06-02\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-06-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-06-02\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-06-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-06-02\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-06-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-06-02\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      },\n      {\n        \"price\": 500,\n        \"rate_id\": 1,\n        \"room_type_id\": 3,\n        \"room_id\": null,\n        \"nb_persons\": {\n          \"adults\": 1,\n          \"children\": 0,\n          \"infants\": 0\n        },\n        \"daily_rates\": [\n          {\n            \"date\": \"2026-06-01\",\n            \"amount\": 250\n          },\n          {\n            \"date\": \"2026-06-02\",\n            \"amount\": 250\n          }\n        ],\n        \"extras\": []\n      }\n    ]\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Resort",
      "description": "",
      "item": [
        {
          "name": "Liste des taux de TVA",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/vat-rates",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "vat-rates"
              ]
            },
            "description": "Récupération de l'ensemble des taux de TVA configurés dans l'instance."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/vat-rates",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "vat-rates"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 1,\n    \"vat_rate\": 0,\n    \"deleted\": false\n  },\n  {\n    \"id\": 2,\n    \"vat_rate\": 5.5,\n    \"deleted\": false\n  },\n  {\n    \"id\": 3,\n    \"vat_rate\": 10,\n    \"deleted\": false\n  },\n  {\n    \"id\": 4,\n    \"vat_rate\": 20,\n    \"deleted\": false\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des groupes d'articles",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/article-categories",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "article-categories"
              ]
            },
            "description": "Récupération de l'ensemble des groupes d'articles configurés dans l'instance.\nCes groupes permettent de \"ranger\" les articles vendable et d'y affecter un numéro de compte comptable."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/article-categories",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "article-categories"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 23,\n    \"label\": \"Boisson chaude\",\n    \"rank\": 5,\n    \"color\": \"#26B38D\",\n    \"bo_visible\": true,\n    \"deleted\": false,\n    \"printer_id\": 2,\n    \"printer\": null\n  },\n  {\n    \"id\": 105,\n    \"label\": \"Boisson chaude\",\n    \"rank\": 5,\n    \"color\": \"#26B38D\",\n    \"bo_visible\": true,\n    \"deleted\": false,\n    \"printer_id\": 2,\n    \"printer\": null\n  },\n  {\n    \"id\": 26,\n    \"label\": \"Tapas\",\n    \"rank\": 6,\n    \"color\": \"#22E07E\",\n    \"bo_visible\": true,\n    \"deleted\": false,\n    \"printer_id\": 2,\n    \"printer\": null\n  },\n  {\n    \"id\": 32,\n    \"label\": \"Snacking\",\n    \"rank\": 8,\n    \"color\": \"#A4EFD0\",\n    \"bo_visible\": false,\n    \"deleted\": false,\n    \"printer_id\": 2,\n    \"printer\": null\n  },\n  {\n    \"id\": 1,\n    \"label\": \"Catégorie modifiée par API\",\n    \"rank\": 10,\n    \"color\": \"#4068ad\",\n    \"bo_visible\": true,\n    \"deleted\": false,\n    \"printer_id\": null,\n    \"printer\": null\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Ajouter un groupe d'articles",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/article-categories",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "article-categories"
              ]
            },
            "description": "Ajout d'un groupe d'articles (categorie).",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"label\": \"Categorie API Test\",\n  \"rank\": 10,\n  \"color\": \"#4068ad\",\n  \"bo_visible\": true,\n  \"deleted\": false,\n  \"printer_id\": null\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Creer un groupe d'articles",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/article-categories",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "article-categories"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"label\": \"Categorie API Test\",\n  \"rank\": 10,\n  \"color\": \"#4068ad\",\n  \"bo_visible\": true,\n  \"deleted\": false,\n  \"printer_id\": null\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 173,\n  \"label\": \"Categorie API Test\",\n  \"rank\": 10,\n  \"color\": \"#4068ad\",\n  \"bo_visible\": true,\n  \"deleted\": false,\n  \"printer_id\": null,\n  \"printer\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Modifier un groupe d'articles",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/article-categories/{{id}}",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "article-categories",
                "{{id}}"
              ]
            },
            "description": "Modification d'un groupe d'articles (categorie)."
          },
          "response": [
            {
              "name": "Créer puis modifier un groupe d'articles",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/article-categories/174",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "article-categories",
                    "174"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"label\": \"Catégorie modifiée par API\",\n  \"rank\": 10,\n  \"color\": \"#4068ad\",\n  \"bo_visible\": true,\n  \"deleted\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 174,\n  \"label\": \"Catégorie modifiée par API\",\n  \"rank\": 10,\n  \"color\": \"#4068ad\",\n  \"bo_visible\": true,\n  \"deleted\": false,\n  \"printer_id\": null,\n  \"printer\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des articles",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/articles",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "articles"
              ]
            },
            "description": "Récupération de l'ensemble des articles vendables dans l'instance."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/articles",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "articles"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 110,\n    \"cm_id\": null,\n    \"cm2_id\": null,\n    \"label\": \"Equipement bébé\",\n    \"vat_rate_id\": 3,\n    \"unit_price_incl\": 40,\n    \"article_category_id\": 0,\n    \"description\": \"\",\n    \"picture_url\": \"/public/images/lit-bebe.png\",\n    \"bookable\": true,\n    \"is_show_hk\": true,\n    \"is_breakfast\": false,\n    \"is_lunch\": false,\n    \"is_dinner\": false,\n    \"barcode\": \"\",\n    \"stock\": null,\n    \"rank\": -1,\n    \"deleted\": false,\n    \"vat_rate\": {\n      \"id\": 3,\n      \"vat_rate\": 10,\n      \"deleted\": false\n    },\n    \"article_category\": {\n      \"id\": 0,\n      \"label\": \"Hébergement\",\n      \"rank\": 72,\n      \"color\": \"\",\n      \"bo_visible\": true,\n      \"deleted\": true,\n      \"printer_id\": null,\n      \"printer\": null\n    },\n    \"packageds\": [\n      {\n        \"id\": 30,\n        \"article_parent_id\": 110,\n        \"article_id\": 8,\n        \"unit_price_incl\": 20,\n        \"quantity\": 1,\n        \"article_parent\": null,\n        \"article\": {\n          \"id\": 8,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"label\": \"Petit déjeuner adultes\",\n          \"vat_rate_id\": 3,\n          \"unit_price_incl\": 14,\n          \"article_category_id\": 2,\n          \"description\": \"1-BOISSON/RESTO\",\n          \"picture_url\": \"\",\n          \"bookable\": false,\n          \"is_show_hk\": false,\n          \"is_breakfast\": false,\n          \"is_lunch\": false,\n          \"is_dinner\": false,\n          \"barcode\": \"\",\n          \"stock\": 1,\n          \"rank\": 100,\n          \"deleted\": false,\n          \"vat_rate\": {\n            \"id\": 3,\n            \"vat_rate\": 10,\n            \"deleted\": false\n          },\n          \"article_category\": {\n            \"id\": 2,\n            \"label\": \"1-BOISSON/RESTO\",\n            \"rank\": 70,\n            \"color\": \"#BAE022\",\n            \"bo_visible\": true,\n            \"deleted\": true,\n            \"printer_id\": 3,\n            \"printer\": null\n          },\n          \"packageds\": null\n        }\n      },\n      {\n        \"id\": 31,\n        \"article_parent_id\": 110,\n        \"article_id\": 32,\n        \"unit_price_incl\": 20,\n        \"quantity\": 1,\n        \"article_parent\": null,\n        \"article\": {\n          \"id\": 32,\n          \"cm_id\": null,\n          \"cm2_id\": null,\n          \"label\": \"Article modifié\",\n          \"vat_rate_id\": 1,\n          \"unit_price_incl\": 11.5,\n          \"article_category_id\": 95,\n          \"description\": \"\",\n          \"picture_url\": \"\",\n          \"bookable\": false,\n          \"is_show_hk\": false,\n          \"is_breakfast\": false,\n          \"is_lunch\": false,\n          \"is_dinner\": false,\n          \"barcode\": \"\",\n          \"stock\": null,\n          \"rank\": 100,\n          \"deleted\": false,\n          \"vat_rate\": {\n            \"id\": 1,\n            \"vat_rate\": 0,\n            \"deleted\": false\n          },\n          \"article_category\": {\n            \"id\": 95,\n            \"label\": \"Catégorie modifiée par API\",\n            \"rank\": 10,\n            \"color\": \"#4068ad\",\n            \"bo_visible\": true,\n            \"deleted\": false,\n            \"printer_id\": null,\n            \"printer\": null\n          },\n          \"packageds\": null\n        }\n      }\n    ]\n  },\n  {\n    \"id\": 113,\n    \"cm_id\": null,\n    \"cm2_id\": null,\n    \"label\": \"Chartreuse verte\",\n    \"vat_rate_id\": 4,\n    \"unit_price_incl\": 12,\n    \"article_category_id\": 20,\n    \"description\": \"\",\n    \"picture_url\": \"\",\n    \"bookable\": false,\n    \"is_show_hk\": false,\n    \"is_breakfast\": false,\n    \"is_lunch\": true,\n    \"is_dinner\": true,\n    \"barcode\": \"\",\n    \"stock\": -1,\n    \"rank\": -1,\n    \"deleted\": false,\n    \"vat_rate\": {\n      \"id\": 4,\n      \"vat_rate\": 20,\n      \"deleted\": false\n    },\n    \"article_category\": {\n      \"id\": 20,\n      \"label\": \"Catégorie modifiée par API\",\n      \"rank\": 10,\n      \"color\": \"#4068ad\",\n      \"bo_visible\": true,\n      \"deleted\": false,\n      \"printer_id\": null,\n      \"printer\": null\n    },\n    \"packageds\": []\n  },\n  {\n    \"id\": 119,\n    \"cm_id\": null,\n    \"cm2_id\": null,\n    \"label\": \"Croquettes de fromage\",\n    \"vat_rate_id\": 3,\n    \"unit_price_incl\": 8.5,\n    \"article_category_id\": 26,\n    \"description\": \"\",\n    \"picture_url\": \"\",\n    \"bookable\": false,\n    \"is_show_hk\": false,\n    \"is_breakfast\": false,\n    \"is_lunch\": true,\n    \"is_dinner\": true,\n    \"barcode\": \"\",\n    \"stock\": null,\n    \"rank\": -1,\n    \"deleted\": false,\n    \"vat_rate\": {\n      \"id\": 3,\n      \"vat_rate\": 10,\n      \"deleted\": false\n    },\n    \"article_category\": {\n      \"id\": 26,\n      \"label\": \"Tapas\",\n      \"rank\": 6,\n      \"color\": \"#22E07E\",\n      \"bo_visible\": true,\n      \"deleted\": false,\n      \"printer_id\": 2,\n      \"printer\": null\n    },\n    \"packageds\": []\n  },\n  {\n    \"id\": 122,\n    \"cm_id\": null,\n    \"cm2_id\": null,\n    \"label\": \"Plateau de charcuterie\",\n    \"vat_rate_id\": 3,\n    \"unit_price_incl\": 14,\n    \"article_category_id\": 26,\n    \"description\": \"\",\n    \"picture_url\": \"\",\n    \"bookable\": false,\n    \"is_show_hk\": false,\n    \"is_breakfast\": false,\n    \"is_lunch\": true,\n    \"is_dinner\": true,\n    \"barcode\": \"\",\n    \"stock\": null,\n    \"rank\": -1,\n    \"deleted\": false,\n    \"vat_rate\": {\n      \"id\": 3,\n      \"vat_rate\": 10,\n      \"deleted\": false\n    },\n    \"article_category\": {\n      \"id\": 26,\n      \"label\": \"Tapas\",\n      \"rank\": 6,\n      \"color\": \"#22E07E\",\n      \"bo_visible\": true,\n      \"deleted\": false,\n      \"printer_id\": 2,\n      \"printer\": null\n    },\n    \"packageds\": []\n  },\n  {\n    \"id\": 125,\n    \"cm_id\": null,\n    \"cm2_id\": null,\n    \"label\": \"Tapenade\",\n    \"vat_rate_id\": 3,\n    \"unit_price_incl\": 6,\n    \"article_category_id\": 26,\n    \"description\": \"\",\n    \"picture_url\": \"\",\n    \"bookable\": false,\n    \"is_show_hk\": false,\n    \"is_breakfast\": false,\n    \"is_lunch\": true,\n    \"is_dinner\": true,\n    \"barcode\": \"\",\n    \"stock\": null,\n    \"rank\": -1,\n    \"deleted\": false,\n    \"vat_rate\": {\n      \"id\": 3,\n      \"vat_rate\": 10,\n      \"deleted\": false\n    },\n    \"article_category\": {\n      \"id\": 26,\n      \"label\": \"Tapas\",\n      \"rank\": 6,\n      \"color\": \"#22E07E\",\n      \"bo_visible\": true,\n      \"deleted\": false,\n      \"printer_id\": 2,\n      \"printer\": null\n    },\n    \"packageds\": []\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Ajouter un article",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/articles",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "articles"
              ]
            },
            "description": "Ajout d'un article vendable dans l'instance.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"label\": \"Article API Test\",\n  \"vat_rate_id\": \"{{vat_rate_id}}\",\n  \"unit_price_incl\": 15.5,\n  \"article_category_id\": \"{{category_id}}\",\n  \"description\": \"Article cree via API\",\n  \"picture_url\": \"\",\n  \"bookable\": false,\n  \"is_show_hk\": false,\n  \"is_breakfast\": false,\n  \"is_lunch\": false,\n  \"is_dinner\": false,\n  \"barcode\": \"\",\n  \"stock\": null,\n  \"rank\": 100,\n  \"deleted\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Creer un article",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/articles",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "articles"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"label\": \"Article API Test\",\n  \"vat_rate_id\": 1,\n  \"unit_price_incl\": 15.5,\n  \"article_category_id\": 23,\n  \"description\": \"Article cree via API\",\n  \"picture_url\": \"\",\n  \"bookable\": false,\n  \"is_show_hk\": false,\n  \"is_breakfast\": false,\n  \"is_lunch\": false,\n  \"is_dinner\": false,\n  \"barcode\": \"\",\n  \"stock\": null,\n  \"rank\": 100,\n  \"deleted\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 2084,\n  \"cm_id\": null,\n  \"cm2_id\": null,\n  \"label\": \"Article API Test\",\n  \"vat_rate_id\": 1,\n  \"unit_price_incl\": 15.5,\n  \"article_category_id\": 23,\n  \"description\": \"Article cree via API\",\n  \"picture_url\": \"\",\n  \"bookable\": false,\n  \"is_show_hk\": false,\n  \"is_breakfast\": false,\n  \"is_lunch\": false,\n  \"is_dinner\": false,\n  \"barcode\": \"\",\n  \"stock\": null,\n  \"rank\": 100,\n  \"deleted\": false,\n  \"vat_rate\": null,\n  \"article_category\": null,\n  \"packageds\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Aide à la préparation au FEC",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/fec?startAt=2026-01-01&endAt=2026-03-13&documentType=all&groupBy=account_number&outstanding=false&format=json",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "fec"
              ],
              "query": [
                {
                  "key": "startAt",
                  "value": "2026-01-01",
                  "description": "format: yyyy-mm-dd",
                  "disabled": false
                },
                {
                  "key": "endAt",
                  "value": "2026-03-13",
                  "description": "format: yyyy-mm-dd",
                  "disabled": false
                },
                {
                  "key": "documentType",
                  "value": "all",
                  "description": "all (default) | invoice | receipt",
                  "disabled": false
                },
                {
                  "key": "groupBy",
                  "value": "account_number",
                  "description": "account_number | internal_ref | date (use pipe to apply multi groupBy)",
                  "disabled": false
                },
                {
                  "key": "outstanding",
                  "value": "false",
                  "disabled": false
                },
                {
                  "key": "format",
                  "value": "json",
                  "description": "json (default) | html | xls | txt",
                  "disabled": false
                }
              ]
            }
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/fec?startAt=2026-01-01&endAt=2026-03-13&documentType=all&groupBy=account_number&outstanding=false&format=json",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "fec"
                  ],
                  "query": [
                    {
                      "key": "startAt",
                      "value": "2026-01-01",
                      "description": "format: yyyy-mm-dd",
                      "disabled": false
                    },
                    {
                      "key": "endAt",
                      "value": "2026-03-13",
                      "description": "format: yyyy-mm-dd",
                      "disabled": false
                    },
                    {
                      "key": "documentType",
                      "value": "all",
                      "description": "all (default) | invoice | receipt",
                      "disabled": false
                    },
                    {
                      "key": "groupBy",
                      "value": "account_number",
                      "description": "account_number | internal_ref | date (use pipe to apply multi groupBy)",
                      "disabled": false
                    },
                    {
                      "key": "outstanding",
                      "value": "false",
                      "disabled": false
                    },
                    {
                      "key": "format",
                      "value": "json",
                      "description": "json (default) | html | xls | txt",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"lines\": [\n    {\n      \"write_number\": 1,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"01/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 1,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"01/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 1,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 2,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"01/01 - 9,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 2,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 3,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"01/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 3,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"01/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 3,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 4,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"01/01 - 9,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 4,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 5,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"02/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 5,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"02/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 5,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 6,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"02/01 - 9,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 6,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 7,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"02/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 7,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"02/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 7,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 8,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"02/01 - 9,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 8,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 9,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"03/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 9,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"03/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 9,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 10,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"03/01 - 9,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 10,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 11,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"03/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 11,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"03/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 11,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 12,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"03/01 - 9,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 12,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 13,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"04/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 13,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"04/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 13,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 14,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/01 - 9,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 14,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 15,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"04/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 15,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"04/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 15,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 16,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/01 - 9,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 16,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 17,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"05/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 17,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"05/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 17,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 18,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"05/01 - 9,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 18,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 19,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"05/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 19,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"05/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 19,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 20,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"05/01 - 9,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 20,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 21,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 21,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 21,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 22,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"06/01 - 9,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 22,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 23,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 23,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 23,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 24,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"06/01 - 9,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 24,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 25,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 25,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 25,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 26,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"07/01 - 9,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 26,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 27,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 27,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 27,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 28,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"07/01 - 9,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 28,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 29,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"08/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 29,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"08/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 29,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 30,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"08/01 - 9,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 30,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 31,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"08/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 31,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"08/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 31,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 32,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"08/01 - 9,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 32,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 33,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"09/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 33,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"09/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 33,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 34,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"09/01 - 9,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 34,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 35,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"09/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 35,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"09/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 35,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 36,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"09/01 - 9,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 36,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 37,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"10/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 37,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"10/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 37,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 38,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"10/01 - 9,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 38,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 39,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"10/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 39,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"10/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 39,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 40,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"10/01 - 9,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 40,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 41,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"11/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 41,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"11/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 41,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 42,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"11/01 - 9,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 42,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #469\",\n      \"internal_ref\": 469,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:06:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 43,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"11/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 43,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"11/01 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 43,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 44,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"11/01 - 9,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 44,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #470\",\n      \"internal_ref\": 470,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 15:09:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 45,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 516,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #141\",\n      \"internal_ref\": 141,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:29:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:29:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 2 / Spa du 19/01/2026 00:00 - 619,20 (Passage)\"\n    },\n    {\n      \"write_number\": 45,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 103.2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #141\",\n      \"internal_ref\": 141,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:29:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:29:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 2 / Spa du 19/01/2026 00:00 - 619,20 (Passage)\"\n    },\n    {\n      \"write_number\": 45,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 619.2,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #141\",\n      \"internal_ref\": 141,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:29:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:29:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 46,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #17\",\n      \"internal_ref\": 17,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 16:12:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 16:12:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"23/01 - 110,00 (CHARLY MARLO)\"\n    },\n    {\n      \"write_number\": 46,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #17\",\n      \"internal_ref\": 17,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 16:12:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 16:12:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"23/01 - 110,00 (CHARLY MARLO)\"\n    },\n    {\n      \"write_number\": 46,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 110,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #17\",\n      \"internal_ref\": 17,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 16:12:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 16:12:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client CHARLY MARLO - factures à établir\",\n      \"label\": \"Client CHARLY MARLO - factures à établir\"\n    },\n    {\n      \"write_number\": 47,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 516,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #140\",\n      \"internal_ref\": 140,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:29:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:29:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 3 / Spa du 23/01/2026 00:00 - 619,20 (Passage)\"\n    },\n    {\n      \"write_number\": 47,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 103.2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #140\",\n      \"internal_ref\": 140,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:29:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:29:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 3 / Spa du 23/01/2026 00:00 - 619,20 (Passage)\"\n    },\n    {\n      \"write_number\": 47,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 619.2,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #140\",\n      \"internal_ref\": 140,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:29:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:29:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 48,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-23 11:08:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #2\",\n      \"internal_ref\": 2,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 11:08:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 11:08:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-23 11:08:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700173\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700173\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Jus  - 4,50 ()\"\n    },\n    {\n      \"write_number\": 48,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-23 11:08:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #2\",\n      \"internal_ref\": 2,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 11:08:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 11:08:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-23 11:08:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Jus  - 4,50 ()\"\n    },\n    {\n      \"write_number\": 48,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-23 11:08:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #2\",\n      \"internal_ref\": 2,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 11:08:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 11:08:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-23 11:08:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 49,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-23 11:08:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #2\",\n      \"internal_ref\": 2,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 11:08:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 11:08:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-23 11:08:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700204\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse jaune - 13,00 ()\"\n    },\n    {\n      \"write_number\": 49,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-23 11:08:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #2\",\n      \"internal_ref\": 2,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 11:08:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 11:08:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-23 11:08:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse jaune - 13,00 ()\"\n    },\n    {\n      \"write_number\": 49,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-23 11:08:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #2\",\n      \"internal_ref\": 2,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 11:08:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 11:08:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-23 11:08:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 50,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-23 11:08:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #2\",\n      \"internal_ref\": 2,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 11:08:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 11:08:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-23 11:08:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700204\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse verte - 12,00 ()\"\n    },\n    {\n      \"write_number\": 50,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-23 11:08:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #2\",\n      \"internal_ref\": 2,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 11:08:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 11:08:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-23 11:08:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse verte - 12,00 ()\"\n    },\n    {\n      \"write_number\": 50,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-23 11:08:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #2\",\n      \"internal_ref\": 2,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 11:08:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 11:08:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-23 11:08:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 51,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #12\",\n      \"internal_ref\": 12,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 14:32:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 14:32:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"24/01 - 200,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 51,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #12\",\n      \"internal_ref\": 12,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 14:32:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 14:32:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"24/01 - 200,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 51,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #12\",\n      \"internal_ref\": 12,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 14:32:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 14:32:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 52,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #12\",\n      \"internal_ref\": 12,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 14:32:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 14:32:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"24/01 - 4,96 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 52,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.96,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #12\",\n      \"internal_ref\": 12,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 14:32:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 14:32:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 53,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #13\",\n      \"internal_ref\": 13,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 14:32:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 14:32:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"24/01 - 200,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 53,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #13\",\n      \"internal_ref\": 13,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 14:32:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 14:32:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"24/01 - 200,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 53,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #13\",\n      \"internal_ref\": 13,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 14:32:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 14:32:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 54,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #13\",\n      \"internal_ref\": 13,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 14:32:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 14:32:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"24/01 - 4,96 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 54,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.96,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #13\",\n      \"internal_ref\": 13,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 14:32:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 14:32:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 55,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #17\",\n      \"internal_ref\": 17,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 16:12:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 16:12:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"24/01 - 110,00 (CHARLY MARLO)\"\n    },\n    {\n      \"write_number\": 55,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #17\",\n      \"internal_ref\": 17,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 16:12:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 16:12:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"24/01 - 110,00 (CHARLY MARLO)\"\n    },\n    {\n      \"write_number\": 55,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 110,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #17\",\n      \"internal_ref\": 17,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 16:12:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 16:12:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client CHARLY MARLO - factures à établir\",\n      \"label\": \"Client CHARLY MARLO - factures à établir\"\n    },\n    {\n      \"write_number\": 56,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 40.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #17\",\n      \"internal_ref\": 17,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 11:47:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 11:47:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 45,00 (CHARLY MARLO)\"\n    },\n    {\n      \"write_number\": 56,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #17\",\n      \"internal_ref\": 17,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 11:47:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 11:47:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 45,00 (CHARLY MARLO)\"\n    },\n    {\n      \"write_number\": 56,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 45,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #17\",\n      \"internal_ref\": 17,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 11:47:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 11:47:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client CHARLY MARLO - factures à établir\",\n      \"label\": \"Client CHARLY MARLO - factures à établir\"\n    },\n    {\n      \"write_number\": 57,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 40.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #17\",\n      \"internal_ref\": 17,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 11:47:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 11:47:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 45,00 (CHARLY MARLO)\"\n    },\n    {\n      \"write_number\": 57,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #17\",\n      \"internal_ref\": 17,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 11:47:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 11:47:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 45,00 (CHARLY MARLO)\"\n    },\n    {\n      \"write_number\": 57,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 45,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #17\",\n      \"internal_ref\": 17,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 11:47:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 11:47:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client CHARLY MARLO - factures à établir\",\n      \"label\": \"Client CHARLY MARLO - factures à établir\"\n    },\n    {\n      \"write_number\": 58,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #47\",\n      \"internal_ref\": 47,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Tiramisu - 9,50 ()\"\n    },\n    {\n      \"write_number\": 58,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #47\",\n      \"internal_ref\": 47,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tiramisu - 9,50 ()\"\n    },\n    {\n      \"write_number\": 58,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #47\",\n      \"internal_ref\": 47,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 59,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #47\",\n      \"internal_ref\": 47,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100323\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 59,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #47\",\n      \"internal_ref\": 47,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 59,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #47\",\n      \"internal_ref\": 47,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-25 14:18:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 60,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-25 14:18:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #47\",\n      \"internal_ref\": 47,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:18:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:18:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-25 14:18:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100263\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Rillettes - 10,00 ()\"\n    },\n    {\n      \"write_number\": 60,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-25 14:18:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #47\",\n      \"internal_ref\": 47,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:18:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:18:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-25 14:18:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Rillettes - 10,00 ()\"\n    },\n    {\n      \"write_number\": 60,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-25 14:18:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #47\",\n      \"internal_ref\": 47,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:18:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:18:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-25 14:18:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 61,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #45\",\n      \"internal_ref\": 45,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"26/01 - 200,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 61,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #45\",\n      \"internal_ref\": 45,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"26/01 - 200,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 61,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #45\",\n      \"internal_ref\": 45,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 62,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #46\",\n      \"internal_ref\": 46,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:07:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:07:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"26/01 - 200,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 62,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #46\",\n      \"internal_ref\": 46,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:07:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:07:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"26/01 - 200,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 62,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #46\",\n      \"internal_ref\": 46,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:07:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:07:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 63,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #72\",\n      \"internal_ref\": 72,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 11:44:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 11:44:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"26/01 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 63,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #72\",\n      \"internal_ref\": 72,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 11:44:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 11:44:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"26/01 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 63,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #72\",\n      \"internal_ref\": 72,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 11:44:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 11:44:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 64,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #72\",\n      \"internal_ref\": 72,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 11:44:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 11:44:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"26/01 - 200,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 64,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #72\",\n      \"internal_ref\": 72,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 11:44:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 11:44:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"26/01 - 200,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 64,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #72\",\n      \"internal_ref\": 72,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 11:44:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 11:44:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 65,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #71\",\n      \"internal_ref\": 71,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 11:44:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 11:44:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"26/01 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 65,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #71\",\n      \"internal_ref\": 71,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 11:44:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 11:44:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"26/01 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 65,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #71\",\n      \"internal_ref\": 71,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 11:44:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 11:44:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 66,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #74\",\n      \"internal_ref\": 74,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 11:59:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 11:59:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"26/01 - 40,00 (Avoc  federic)\"\n    },\n    {\n      \"write_number\": 66,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #74\",\n      \"internal_ref\": 74,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 11:59:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 11:59:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"26/01 - 40,00 (Avoc  federic)\"\n    },\n    {\n      \"write_number\": 66,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #74\",\n      \"internal_ref\": 74,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 11:59:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 11:59:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Avoc  federic - factures à établir\",\n      \"label\": \"Client Avoc  federic - factures à établir\"\n    },\n    {\n      \"write_number\": 67,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #76\",\n      \"internal_ref\": 76,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 12:03:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 12:03:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"26/01 - 100,00 (lefloch clementine)\"\n    },\n    {\n      \"write_number\": 67,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #76\",\n      \"internal_ref\": 76,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 12:03:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 12:03:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"26/01 - 100,00 (lefloch clementine)\"\n    },\n    {\n      \"write_number\": 67,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #76\",\n      \"internal_ref\": 76,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 12:03:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 12:03:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000L\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000L\",\n      \"aux_account_label\": \"Client lefloch clementine - factures à établir\",\n      \"label\": \"Client lefloch clementine - factures à établir\"\n    },\n    {\n      \"write_number\": 68,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #84\",\n      \"internal_ref\": 84,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 15:38:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 15:38:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"26/01 - 200,00 (ImagineSoft Untest)\"\n    },\n    {\n      \"write_number\": 68,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #84\",\n      \"internal_ref\": 84,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 15:38:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 15:38:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"26/01 - 200,00 (ImagineSoft Untest)\"\n    },\n    {\n      \"write_number\": 68,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #84\",\n      \"internal_ref\": 84,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 15:38:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 15:38:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000I\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000I\",\n      \"aux_account_label\": \"Client ImagineSoft Untest - factures à établir\",\n      \"label\": \"Client ImagineSoft Untest - factures à établir\"\n    },\n    {\n      \"write_number\": 69,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #153\",\n      \"internal_ref\": 153,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"26/01 - 200,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 69,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #153\",\n      \"internal_ref\": 153,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"26/01 - 200,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 69,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #153\",\n      \"internal_ref\": 153,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 70,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 04:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 414.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #139\",\n      \"internal_ref\": 139,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 22:44:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 22:44:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 04:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"301 / Hébergement du 26/01/2026 04:00 - 456,00 (Passage)\"\n    },\n    {\n      \"write_number\": 70,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 04:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #139\",\n      \"internal_ref\": 139,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 22:44:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 22:44:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 04:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"301 / Hébergement du 26/01/2026 04:00 - 456,00 (Passage)\"\n    },\n    {\n      \"write_number\": 70,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 04:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 456,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #139\",\n      \"internal_ref\": 139,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 22:44:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 22:44:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 04:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 71,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 08:52:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #54\",\n      \"internal_ref\": 54,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 09:53:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 09:53:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 08:52:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 71,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 08:52:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #54\",\n      \"internal_ref\": 54,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 09:53:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 09:53:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 08:52:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 71,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 08:52:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #54\",\n      \"internal_ref\": 54,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 09:53:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 09:53:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 08:52:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 72,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 08:56:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #58\",\n      \"internal_ref\": 58,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 09:56:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 09:56:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 08:56:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 72,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 08:56:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #58\",\n      \"internal_ref\": 58,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 09:56:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 09:56:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 08:56:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 72,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 08:56:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #58\",\n      \"internal_ref\": 58,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 09:56:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 09:56:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 08:56:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 73,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 09:53:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #53\",\n      \"internal_ref\": 53,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 09:53:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 09:53:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 09:53:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 73,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 09:53:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #53\",\n      \"internal_ref\": 53,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 09:53:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 09:53:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 09:53:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 73,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 09:53:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #53\",\n      \"internal_ref\": 53,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 09:53:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 09:53:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 09:53:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 74,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 09:53:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #53\",\n      \"internal_ref\": 53,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 09:53:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 09:53:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 09:53:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 74,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 09:53:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #53\",\n      \"internal_ref\": 53,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 09:53:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 09:53:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 09:53:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 74,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 09:53:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #53\",\n      \"internal_ref\": 53,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 09:53:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 09:53:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 09:53:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 75,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #83\",\n      \"internal_ref\": 83,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100263\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Croquettes de fromage - 8,50 ()\"\n    },\n    {\n      \"write_number\": 75,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #83\",\n      \"internal_ref\": 83,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croquettes de fromage - 8,50 ()\"\n    },\n    {\n      \"write_number\": 75,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #83\",\n      \"internal_ref\": 83,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 76,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #83\",\n      \"internal_ref\": 83,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Pâté en croute - 14,00 ()\"\n    },\n    {\n      \"write_number\": 76,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #83\",\n      \"internal_ref\": 83,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâté en croute - 14,00 ()\"\n    },\n    {\n      \"write_number\": 76,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #83\",\n      \"internal_ref\": 83,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 77,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #83\",\n      \"internal_ref\": 83,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100323\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 77,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #83\",\n      \"internal_ref\": 83,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 77,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #83\",\n      \"internal_ref\": 83,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 78,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #83\",\n      \"internal_ref\": 83,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 2 boules - 5,00 ()\"\n    },\n    {\n      \"write_number\": 78,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #83\",\n      \"internal_ref\": 83,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 2 boules - 5,00 ()\"\n    },\n    {\n      \"write_number\": 78,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #83\",\n      \"internal_ref\": 83,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 79,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #83\",\n      \"internal_ref\": 83,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Fondant au chocolat - 8,50 ()\"\n    },\n    {\n      \"write_number\": 79,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #83\",\n      \"internal_ref\": 83,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au chocolat - 8,50 ()\"\n    },\n    {\n      \"write_number\": 79,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #83\",\n      \"internal_ref\": 83,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 15:07:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 15:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 80,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 22:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 21.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #139\",\n      \"internal_ref\": 139,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 22:44:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 22:44:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 22:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"305 / Hébergement du 26/01/2026 22:00 - 24,00 (Passage)\"\n    },\n    {\n      \"write_number\": 80,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 22:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #139\",\n      \"internal_ref\": 139,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 22:44:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 22:44:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 22:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"305 / Hébergement du 26/01/2026 22:00 - 24,00 (Passage)\"\n    },\n    {\n      \"write_number\": 80,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-26 22:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 24,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #139\",\n      \"internal_ref\": 139,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 22:44:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 22:44:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-26 22:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 81,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #45\",\n      \"internal_ref\": 45,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"27/01 - 200,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 81,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #45\",\n      \"internal_ref\": 45,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"27/01 - 200,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 81,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #45\",\n      \"internal_ref\": 45,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 82,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #76\",\n      \"internal_ref\": 76,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 12:03:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 12:03:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"27/01 - 100,00 (lefloch clementine)\"\n    },\n    {\n      \"write_number\": 82,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #76\",\n      \"internal_ref\": 76,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 12:03:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 12:03:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"27/01 - 100,00 (lefloch clementine)\"\n    },\n    {\n      \"write_number\": 82,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #76\",\n      \"internal_ref\": 76,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 12:03:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 12:03:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000L\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000L\",\n      \"aux_account_label\": \"Client lefloch clementine - factures à établir\",\n      \"label\": \"Client lefloch clementine - factures à établir\"\n    },\n    {\n      \"write_number\": 83,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #81\",\n      \"internal_ref\": 81,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"27/01 - 200,00 (Guennoun Samuel)\"\n    },\n    {\n      \"write_number\": 83,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #81\",\n      \"internal_ref\": 81,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"27/01 - 200,00 (Guennoun Samuel)\"\n    },\n    {\n      \"write_number\": 83,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #81\",\n      \"internal_ref\": 81,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Guennoun Samuel - factures à établir\",\n      \"label\": \"Client Guennoun Samuel - factures à établir\"\n    },\n    {\n      \"write_number\": 84,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #81\",\n      \"internal_ref\": 81,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 14:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 14:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Plateau de fromage - 200,00 (Guennoun Samuel)\"\n    },\n    {\n      \"write_number\": 84,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #81\",\n      \"internal_ref\": 81,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 14:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 14:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Plateau de fromage - 200,00 (Guennoun Samuel)\"\n    },\n    {\n      \"write_number\": 84,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #81\",\n      \"internal_ref\": 81,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 14:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 14:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Guennoun Samuel - factures à établir\",\n      \"label\": \"Client Guennoun Samuel - factures à établir\"\n    },\n    {\n      \"write_number\": 85,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #84\",\n      \"internal_ref\": 84,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 16:07:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 16:07:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"27/01 - 200,00 (ImagineSoft Untest)\"\n    },\n    {\n      \"write_number\": 85,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #84\",\n      \"internal_ref\": 84,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 16:07:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 16:07:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"27/01 - 200,00 (ImagineSoft Untest)\"\n    },\n    {\n      \"write_number\": 85,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #84\",\n      \"internal_ref\": 84,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 16:07:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 16:07:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000I\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000I\",\n      \"aux_account_label\": \"Client ImagineSoft Untest - factures à établir\",\n      \"label\": \"Client ImagineSoft Untest - factures à établir\"\n    },\n    {\n      \"write_number\": 86,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #45\",\n      \"internal_ref\": 45,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 15:08:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 15:08:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 10,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 86,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #45\",\n      \"internal_ref\": 45,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 15:08:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 15:08:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 10,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 86,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #45\",\n      \"internal_ref\": 45,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 15:08:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 15:08:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 87,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #153\",\n      \"internal_ref\": 153,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"27/01 - 200,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 87,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #153\",\n      \"internal_ref\": 153,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"27/01 - 200,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 87,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #153\",\n      \"internal_ref\": 153,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 88,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 11:18:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 54.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #92\",\n      \"internal_ref\": 92,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:34:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:34:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 11:18:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100953\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100953\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Curry de volaille - 60,00 ()\"\n    },\n    {\n      \"write_number\": 88,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 11:18:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #92\",\n      \"internal_ref\": 92,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:34:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:34:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 11:18:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Curry de volaille - 60,00 ()\"\n    },\n    {\n      \"write_number\": 88,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 11:18:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 60,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #92\",\n      \"internal_ref\": 92,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:34:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:34:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 11:18:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 89,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 11:19:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 62.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #92\",\n      \"internal_ref\": 92,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:34:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:34:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 11:19:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100954\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100954\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Amatriciana - 75,00 ()\"\n    },\n    {\n      \"write_number\": 89,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 11:19:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #92\",\n      \"internal_ref\": 92,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:34:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:34:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 11:19:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Amatriciana - 75,00 ()\"\n    },\n    {\n      \"write_number\": 89,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 11:19:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 75,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #92\",\n      \"internal_ref\": 92,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:34:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:34:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 11:19:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 90,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 11:19:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #92\",\n      \"internal_ref\": 92,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:34:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:34:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 11:19:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Carpaccio de tomate - 14,00 ()\"\n    },\n    {\n      \"write_number\": 90,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 11:19:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #92\",\n      \"internal_ref\": 92,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:34:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:34:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 11:19:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Carpaccio de tomate - 14,00 ()\"\n    },\n    {\n      \"write_number\": 90,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 11:19:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #92\",\n      \"internal_ref\": 92,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:34:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:34:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 11:19:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 91,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 16:00:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #189\",\n      \"internal_ref\": 189,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 16:00:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 16:00:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 16:00:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Pâté en croute - 12,00 (Duperret Antoine)\"\n    },\n    {\n      \"write_number\": 91,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 16:00:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #189\",\n      \"internal_ref\": 189,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 16:00:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 16:00:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 16:00:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâté en croute - 12,00 (Duperret Antoine)\"\n    },\n    {\n      \"write_number\": 91,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 16:00:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #189\",\n      \"internal_ref\": 189,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 16:00:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 16:00:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 16:00:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Duperret Antoine - factures à établir\",\n      \"label\": \"Client Duperret Antoine - factures à établir\"\n    },\n    {\n      \"write_number\": 92,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 17:25:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #115\",\n      \"internal_ref\": 115,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 17:25:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 17:25:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 17:25:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100323\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 92,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 17:25:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #115\",\n      \"internal_ref\": 115,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 17:25:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 17:25:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 17:25:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 92,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 17:25:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #115\",\n      \"internal_ref\": 115,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 17:25:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 17:25:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 17:25:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 93,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 17:25:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.08,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #115\",\n      \"internal_ref\": 115,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 17:25:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 17:25:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 17:25:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100174\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Kir - 8,50 ()\"\n    },\n    {\n      \"write_number\": 93,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 17:25:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.42,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #115\",\n      \"internal_ref\": 115,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 17:25:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 17:25:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 17:25:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Kir - 8,50 ()\"\n    },\n    {\n      \"write_number\": 93,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-27 17:25:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #115\",\n      \"internal_ref\": 115,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 17:25:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 17:25:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-27 17:25:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 94,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #16\",\n      \"internal_ref\": 16,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 15:16:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 15:16:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"28/01 - 90,00 (Passage)\"\n    },\n    {\n      \"write_number\": 94,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #16\",\n      \"internal_ref\": 16,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 15:16:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 15:16:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"28/01 - 90,00 (Passage)\"\n    },\n    {\n      \"write_number\": 94,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #16\",\n      \"internal_ref\": 16,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 15:16:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 15:16:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 95,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 28.44,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #16\",\n      \"internal_ref\": 16,\n      \"accounting_date\": {\n        \"date\": \"2026-01-24 19:13:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-24 19:13:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 30,00 (Passage)\"\n    },\n    {\n      \"write_number\": 95,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.56,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #16\",\n      \"internal_ref\": 16,\n      \"accounting_date\": {\n        \"date\": \"2026-01-24 19:13:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-24 19:13:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 30,00 (Passage)\"\n    },\n    {\n      \"write_number\": 95,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 30,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #16\",\n      \"internal_ref\": 16,\n      \"accounting_date\": {\n        \"date\": \"2026-01-24 19:13:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-24 19:13:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 96,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #45\",\n      \"internal_ref\": 45,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"28/01 - 200,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 96,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #45\",\n      \"internal_ref\": 45,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"28/01 - 200,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 96,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #45\",\n      \"internal_ref\": 45,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 97,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #76\",\n      \"internal_ref\": 76,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 12:03:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 12:03:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"28/01 - 100,00 (lefloch clementine)\"\n    },\n    {\n      \"write_number\": 97,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #76\",\n      \"internal_ref\": 76,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 12:03:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 12:03:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"28/01 - 100,00 (lefloch clementine)\"\n    },\n    {\n      \"write_number\": 97,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #76\",\n      \"internal_ref\": 76,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 12:03:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 12:03:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000L\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000L\",\n      \"aux_account_label\": \"Client lefloch clementine - factures à établir\",\n      \"label\": \"Client lefloch clementine - factures à établir\"\n    },\n    {\n      \"write_number\": 98,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #82\",\n      \"internal_ref\": 82,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"28/01 - 200,00 (Guennoun Samuel)\"\n    },\n    {\n      \"write_number\": 98,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #82\",\n      \"internal_ref\": 82,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"28/01 - 200,00 (Guennoun Samuel)\"\n    },\n    {\n      \"write_number\": 98,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #82\",\n      \"internal_ref\": 82,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Guennoun Samuel - factures à établir\",\n      \"label\": \"Client Guennoun Samuel - factures à établir\"\n    },\n    {\n      \"write_number\": 99,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #131\",\n      \"internal_ref\": 131,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 13:48:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 13:48:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"28/01 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 99,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #131\",\n      \"internal_ref\": 131,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 13:48:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 13:48:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"28/01 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 99,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #131\",\n      \"internal_ref\": 131,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 13:48:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 13:48:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 100,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #134\",\n      \"internal_ref\": 134,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 15:14:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 15:14:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"28/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 100,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #134\",\n      \"internal_ref\": 134,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 15:14:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 15:14:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"28/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 100,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #134\",\n      \"internal_ref\": 134,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 15:14:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 15:14:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 101,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #153\",\n      \"internal_ref\": 153,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"28/01 - 200,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 101,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #153\",\n      \"internal_ref\": 153,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"28/01 - 200,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 101,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #153\",\n      \"internal_ref\": 153,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 102,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #110\",\n      \"internal_ref\": 110,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 13:33:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 13:33:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (Coeroli Beatrice)\"\n    },\n    {\n      \"write_number\": 102,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #110\",\n      \"internal_ref\": 110,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 13:33:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 13:33:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (Coeroli Beatrice)\"\n    },\n    {\n      \"write_number\": 102,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #110\",\n      \"internal_ref\": 110,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 13:33:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 13:33:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Coeroli Beatrice - factures à établir\",\n      \"label\": \"Client Coeroli Beatrice - factures à établir\"\n    },\n    {\n      \"write_number\": 103,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #76\",\n      \"internal_ref\": 76,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Brochette de crevette - 9,50 (lefloch clementine)\"\n    },\n    {\n      \"write_number\": 103,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #76\",\n      \"internal_ref\": 76,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Brochette de crevette - 9,50 (lefloch clementine)\"\n    },\n    {\n      \"write_number\": 103,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #76\",\n      \"internal_ref\": 76,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000L\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000L\",\n      \"aux_account_label\": \"Client lefloch clementine - factures à établir\",\n      \"label\": \"Client lefloch clementine - factures à établir\"\n    },\n    {\n      \"write_number\": 104,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #76\",\n      \"internal_ref\": 76,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Crème brûlée - 8,50 (lefloch clementine)\"\n    },\n    {\n      \"write_number\": 104,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #76\",\n      \"internal_ref\": 76,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Crème brûlée - 8,50 (lefloch clementine)\"\n    },\n    {\n      \"write_number\": 104,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #76\",\n      \"internal_ref\": 76,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000L\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000L\",\n      \"aux_account_label\": \"Client lefloch clementine - factures à établir\",\n      \"label\": \"Client lefloch clementine - factures à établir\"\n    },\n    {\n      \"write_number\": 105,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #45\",\n      \"internal_ref\": 45,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 1 boule - 2,50 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 105,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #45\",\n      \"internal_ref\": 45,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 1 boule - 2,50 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 105,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #45\",\n      \"internal_ref\": 45,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:07:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 106,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #84\",\n      \"internal_ref\": 84,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Brochette de crevette - 9,50 (ImagineSoft Untest)\"\n    },\n    {\n      \"write_number\": 106,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #84\",\n      \"internal_ref\": 84,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Brochette de crevette - 9,50 (ImagineSoft Untest)\"\n    },\n    {\n      \"write_number\": 106,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #84\",\n      \"internal_ref\": 84,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000I\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000I\",\n      \"aux_account_label\": \"Client ImagineSoft Untest - factures à établir\",\n      \"label\": \"Client ImagineSoft Untest - factures à établir\"\n    },\n    {\n      \"write_number\": 107,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #84\",\n      \"internal_ref\": 84,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Crème brûlée - 8,50 (ImagineSoft Untest)\"\n    },\n    {\n      \"write_number\": 107,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #84\",\n      \"internal_ref\": 84,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Crème brûlée - 8,50 (ImagineSoft Untest)\"\n    },\n    {\n      \"write_number\": 107,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #84\",\n      \"internal_ref\": 84,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000I\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000I\",\n      \"aux_account_label\": \"Client ImagineSoft Untest - factures à établir\",\n      \"label\": \"Client ImagineSoft Untest - factures à établir\"\n    },\n    {\n      \"write_number\": 108,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #84\",\n      \"internal_ref\": 84,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 1 boule - 5,00 (ImagineSoft Untest)\"\n    },\n    {\n      \"write_number\": 108,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #84\",\n      \"internal_ref\": 84,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 1 boule - 5,00 (ImagineSoft Untest)\"\n    },\n    {\n      \"write_number\": 108,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #84\",\n      \"internal_ref\": 84,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:09:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000I\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000I\",\n      \"aux_account_label\": \"Client ImagineSoft Untest - factures à établir\",\n      \"label\": \"Client ImagineSoft Untest - factures à établir\"\n    },\n    {\n      \"write_number\": 109,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:10:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #84\",\n      \"internal_ref\": 84,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:10:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:10:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:10:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Crème brûlée - 8,50 (ImagineSoft Untest)\"\n    },\n    {\n      \"write_number\": 109,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:10:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #84\",\n      \"internal_ref\": 84,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:10:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:10:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:10:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Crème brûlée - 8,50 (ImagineSoft Untest)\"\n    },\n    {\n      \"write_number\": 109,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-28 19:10:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #84\",\n      \"internal_ref\": 84,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 19:10:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 19:10:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-28 19:10:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000I\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000I\",\n      \"aux_account_label\": \"Client ImagineSoft Untest - factures à établir\",\n      \"label\": \"Client ImagineSoft Untest - factures à établir\"\n    },\n    {\n      \"write_number\": 110,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 28.44,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #16\",\n      \"internal_ref\": 16,\n      \"accounting_date\": {\n        \"date\": \"2026-01-24 19:13:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-24 19:13:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 30,00 (Passage)\"\n    },\n    {\n      \"write_number\": 110,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.56,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #16\",\n      \"internal_ref\": 16,\n      \"accounting_date\": {\n        \"date\": \"2026-01-24 19:13:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-24 19:13:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 30,00 (Passage)\"\n    },\n    {\n      \"write_number\": 110,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 30,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #16\",\n      \"internal_ref\": 16,\n      \"accounting_date\": {\n        \"date\": \"2026-01-24 19:13:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-24 19:13:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 111,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #73\",\n      \"internal_ref\": 73,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"29/01 - 200,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 111,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #73\",\n      \"internal_ref\": 73,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"29/01 - 200,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 111,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #73\",\n      \"internal_ref\": 73,\n      \"accounting_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-25 14:01:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 112,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #64\",\n      \"internal_ref\": 64,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:43:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:43:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"29/01 - 90,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 112,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #64\",\n      \"internal_ref\": 64,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:43:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:43:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"29/01 - 90,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 112,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #64\",\n      \"internal_ref\": 64,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:43:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:43:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 113,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #82\",\n      \"internal_ref\": 82,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"29/01 - 200,00 (Guennoun Samuel)\"\n    },\n    {\n      \"write_number\": 113,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #82\",\n      \"internal_ref\": 82,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"29/01 - 200,00 (Guennoun Samuel)\"\n    },\n    {\n      \"write_number\": 113,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #82\",\n      \"internal_ref\": 82,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Guennoun Samuel - factures à établir\",\n      \"label\": \"Client Guennoun Samuel - factures à établir\"\n    },\n    {\n      \"write_number\": 114,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #134\",\n      \"internal_ref\": 134,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 15:14:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 15:14:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"29/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 114,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #134\",\n      \"internal_ref\": 134,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 15:14:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 15:14:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"29/01 - 100,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 114,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #134\",\n      \"internal_ref\": 134,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 15:14:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 15:14:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 115,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"29/01 - 200,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 115,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"29/01 - 200,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 115,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 116,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"29/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 116,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"29/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 116,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 117,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"29/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 117,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"29/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 117,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 118,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"29/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 118,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"29/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 118,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 119,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"29/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 119,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"29/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 119,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 120,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #153\",\n      \"internal_ref\": 153,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"29/01 - 200,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 120,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #153\",\n      \"internal_ref\": 153,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"29/01 - 200,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 120,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #153\",\n      \"internal_ref\": 153,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 15:58:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 121,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #110\",\n      \"internal_ref\": 110,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 13:33:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 13:33:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (Coeroli Beatrice)\"\n    },\n    {\n      \"write_number\": 121,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #110\",\n      \"internal_ref\": 110,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 13:33:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 13:33:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (Coeroli Beatrice)\"\n    },\n    {\n      \"write_number\": 121,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #110\",\n      \"internal_ref\": 110,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 13:33:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 13:33:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Coeroli Beatrice - factures à établir\",\n      \"label\": \"Client Coeroli Beatrice - factures à établir\"\n    },\n    {\n      \"write_number\": 122,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 14:00:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #113\",\n      \"internal_ref\": 113,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 14:00:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 14:00:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 14:00:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100323\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 (CAZEMAJOU Hugo)\"\n    },\n    {\n      \"write_number\": 122,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 14:00:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #113\",\n      \"internal_ref\": 113,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 14:00:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 14:00:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 14:00:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 (CAZEMAJOU Hugo)\"\n    },\n    {\n      \"write_number\": 122,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-29 14:00:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #113\",\n      \"internal_ref\": 113,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 14:00:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 14:00:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-29 14:00:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client CAZEMAJOU Hugo - factures à établir\",\n      \"label\": \"Client CAZEMAJOU Hugo - factures à établir\"\n    },\n    {\n      \"write_number\": 123,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #61\",\n      \"internal_ref\": 61,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 10:00:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 10:00:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"30/01 - 200,00 (abicyclette Frédéric)\"\n    },\n    {\n      \"write_number\": 123,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #61\",\n      \"internal_ref\": 61,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 10:00:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 10:00:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"30/01 - 200,00 (abicyclette Frédéric)\"\n    },\n    {\n      \"write_number\": 123,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #61\",\n      \"internal_ref\": 61,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 10:00:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 10:00:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client abicyclette Frédéric - factures à établir\",\n      \"label\": \"Client abicyclette Frédéric - factures à établir\"\n    },\n    {\n      \"write_number\": 124,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #82\",\n      \"internal_ref\": 82,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"30/01 - 200,00 (Guennoun Samuel)\"\n    },\n    {\n      \"write_number\": 124,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #82\",\n      \"internal_ref\": 82,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"30/01 - 200,00 (Guennoun Samuel)\"\n    },\n    {\n      \"write_number\": 124,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #82\",\n      \"internal_ref\": 82,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Guennoun Samuel - factures à établir\",\n      \"label\": \"Client Guennoun Samuel - factures à établir\"\n    },\n    {\n      \"write_number\": 125,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #95\",\n      \"internal_ref\": 95,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:43:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:43:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"30/01 - 100,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 125,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #95\",\n      \"internal_ref\": 95,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:43:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:43:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"30/01 - 100,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 125,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #95\",\n      \"internal_ref\": 95,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:43:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:43:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 126,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #95\",\n      \"internal_ref\": 95,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:43:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:43:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 10,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 126,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #95\",\n      \"internal_ref\": 95,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:43:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:43:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 10,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 126,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #95\",\n      \"internal_ref\": 95,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:43:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:43:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 127,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #96\",\n      \"internal_ref\": 96,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:45:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:45:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"30/01 - 40,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 127,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #96\",\n      \"internal_ref\": 96,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:45:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:45:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"30/01 - 40,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 127,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #96\",\n      \"internal_ref\": 96,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 14:45:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 14:45:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 128,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 516,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #134\",\n      \"internal_ref\": 134,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 15:15:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 15:15:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 3 / Spa du 30/01/2026 00:00 au 31/01/2026 00:00 - 619,20 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 128,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 103.2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #134\",\n      \"internal_ref\": 134,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 15:15:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 15:15:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 3 / Spa du 30/01/2026 00:00 au 31/01/2026 00:00 - 619,20 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 128,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 619.2,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #134\",\n      \"internal_ref\": 134,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 15:15:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 15:15:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 129,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"30/01 - 200,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 129,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"30/01 - 200,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 129,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 130,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"30/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 130,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"30/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 130,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 131,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"30/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 131,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"30/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 131,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 132,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"30/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 132,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"30/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 132,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 133,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"30/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 133,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"30/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 133,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 134,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #96\",\n      \"internal_ref\": 96,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 16:41:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 16:41:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 10,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 134,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #96\",\n      \"internal_ref\": 96,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 16:41:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 16:41:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 10,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 134,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #96\",\n      \"internal_ref\": 96,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 16:41:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 16:41:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 135,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 09:36:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #61\",\n      \"internal_ref\": 61,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 09:36:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 09:36:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 09:36:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100323\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 135,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 09:36:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #61\",\n      \"internal_ref\": 61,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 09:36:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 09:36:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 09:36:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 135,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 09:36:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #61\",\n      \"internal_ref\": 61,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 09:36:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 09:36:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 09:36:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client test Aless - factures à établir\",\n      \"label\": \"Client test Aless - factures à établir\"\n    },\n    {\n      \"write_number\": 136,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 09:36:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #61\",\n      \"internal_ref\": 61,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 09:36:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 09:36:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 09:36:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Crème brûlée - 8,50 (test Aless)\"\n    },\n    {\n      \"write_number\": 136,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 09:36:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #61\",\n      \"internal_ref\": 61,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 09:36:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 09:36:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 09:36:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Crème brûlée - 8,50 (test Aless)\"\n    },\n    {\n      \"write_number\": 136,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 09:36:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #61\",\n      \"internal_ref\": 61,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 09:36:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 09:36:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 09:36:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client test Aless - factures à établir\",\n      \"label\": \"Client test Aless - factures à établir\"\n    },\n    {\n      \"write_number\": 137,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 10:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #95\",\n      \"internal_ref\": 95,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:51:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:51:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 10:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600943\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600943\",\n      \"aux_account_label\": \"HT Sport (TVA 10.00%)\",\n      \"label\": \"Parking 2 / Lancer de hache du 30/01/2026 10:00 - 15,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 137,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 10:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #95\",\n      \"internal_ref\": 95,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:51:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:51:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 10:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Parking 2 / Lancer de hache du 30/01/2026 10:00 - 15,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 137,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 10:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #95\",\n      \"internal_ref\": 95,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:51:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:51:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 10:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 138,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 12:25:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #168\",\n      \"internal_ref\": 168,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 12:25:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 12:25:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 12:25:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100204\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse verte - 12,00 ()\"\n    },\n    {\n      \"write_number\": 138,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 12:25:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #168\",\n      \"internal_ref\": 168,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 12:25:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 12:25:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 12:25:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse verte - 12,00 ()\"\n    },\n    {\n      \"write_number\": 138,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 12:25:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #168\",\n      \"internal_ref\": 168,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 12:25:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 12:25:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 12:25:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 139,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 12:26:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #168\",\n      \"internal_ref\": 168,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 12:26:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 12:26:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 12:26:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100173\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100173\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Soda - 2,50 ()\"\n    },\n    {\n      \"write_number\": 139,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 12:26:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #168\",\n      \"internal_ref\": 168,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 12:26:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 12:26:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 12:26:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Soda - 2,50 ()\"\n    },\n    {\n      \"write_number\": 139,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 12:26:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #168\",\n      \"internal_ref\": 168,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 12:26:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 12:26:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 12:26:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 140,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 12:26:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.08,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #168\",\n      \"internal_ref\": 168,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 12:26:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 12:26:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 12:26:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100174\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Kir - 8,50 ()\"\n    },\n    {\n      \"write_number\": 140,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 12:26:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.42,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #168\",\n      \"internal_ref\": 168,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 12:26:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 12:26:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 12:26:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Kir - 8,50 ()\"\n    },\n    {\n      \"write_number\": 140,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 12:26:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #168\",\n      \"internal_ref\": 168,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 12:26:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 12:26:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 12:26:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 141,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #168\",\n      \"internal_ref\": 168,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100323\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Panini nutella - 6,00 ()\"\n    },\n    {\n      \"write_number\": 141,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #168\",\n      \"internal_ref\": 168,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Panini nutella - 6,00 ()\"\n    },\n    {\n      \"write_number\": 141,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 6,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #168\",\n      \"internal_ref\": 168,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 142,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 12:50:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 23.7,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #171\",\n      \"internal_ref\": 171,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 12:50:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 12:50:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 12:50:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80101132\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80101132\",\n      \"aux_account_label\": \"HT Menu (TVA 5.50%)\",\n      \"label\": \"Menu Saint Valentin - 25,00 ()\"\n    },\n    {\n      \"write_number\": 142,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 12:50:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.3,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #171\",\n      \"internal_ref\": 171,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 12:50:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 12:50:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 12:50:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Menu Saint Valentin - 25,00 ()\"\n    },\n    {\n      \"write_number\": 142,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 12:50:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 25,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #171\",\n      \"internal_ref\": 171,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 12:50:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 12:50:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 12:50:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 143,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100263\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Croquettes de fromage - 8,50 ()\"\n    },\n    {\n      \"write_number\": 143,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croquettes de fromage - 8,50 ()\"\n    },\n    {\n      \"write_number\": 143,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 144,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Pâté en croute - 14,00 ()\"\n    },\n    {\n      \"write_number\": 144,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâté en croute - 14,00 ()\"\n    },\n    {\n      \"write_number\": 144,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 145,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100323\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 145,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 145,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 146,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 2 boules - 5,00 ()\"\n    },\n    {\n      \"write_number\": 146,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 2 boules - 5,00 ()\"\n    },\n    {\n      \"write_number\": 146,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 147,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Fondant au chocolat - 8,50 ()\"\n    },\n    {\n      \"write_number\": 147,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au chocolat - 8,50 ()\"\n    },\n    {\n      \"write_number\": 147,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 148,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100263\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Croquettes de fromage - 8,50 ()\"\n    },\n    {\n      \"write_number\": 148,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croquettes de fromage - 8,50 ()\"\n    },\n    {\n      \"write_number\": 148,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 149,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Pâté en croute - 14,00 ()\"\n    },\n    {\n      \"write_number\": 149,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâté en croute - 14,00 ()\"\n    },\n    {\n      \"write_number\": 149,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 150,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100323\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 150,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 150,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 151,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 2 boules - 5,00 ()\"\n    },\n    {\n      \"write_number\": 151,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 2 boules - 5,00 ()\"\n    },\n    {\n      \"write_number\": 151,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 152,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Fondant au chocolat - 8,50 ()\"\n    },\n    {\n      \"write_number\": 152,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au chocolat - 8,50 ()\"\n    },\n    {\n      \"write_number\": 152,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 153,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100263\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Croquettes de fromage - 8,50 ()\"\n    },\n    {\n      \"write_number\": 153,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croquettes de fromage - 8,50 ()\"\n    },\n    {\n      \"write_number\": 153,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 154,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Pâté en croute - 14,00 ()\"\n    },\n    {\n      \"write_number\": 154,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâté en croute - 14,00 ()\"\n    },\n    {\n      \"write_number\": 154,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 155,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100323\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 155,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 155,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 156,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 2 boules - 5,00 ()\"\n    },\n    {\n      \"write_number\": 156,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 2 boules - 5,00 ()\"\n    },\n    {\n      \"write_number\": 156,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 157,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Fondant au chocolat - 8,50 ()\"\n    },\n    {\n      \"write_number\": 157,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au chocolat - 8,50 ()\"\n    },\n    {\n      \"write_number\": 157,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:24:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 158,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100263\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Croquettes de fromage - 8,50 ()\"\n    },\n    {\n      \"write_number\": 158,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croquettes de fromage - 8,50 ()\"\n    },\n    {\n      \"write_number\": 158,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 159,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Pâté en croute - 14,00 ()\"\n    },\n    {\n      \"write_number\": 159,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâté en croute - 14,00 ()\"\n    },\n    {\n      \"write_number\": 159,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 160,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100323\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 160,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 160,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 161,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 2 boules - 5,00 ()\"\n    },\n    {\n      \"write_number\": 161,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 2 boules - 5,00 ()\"\n    },\n    {\n      \"write_number\": 161,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 162,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Fondant au chocolat - 8,50 ()\"\n    },\n    {\n      \"write_number\": 162,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au chocolat - 8,50 ()\"\n    },\n    {\n      \"write_number\": 162,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 15:26:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 163,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.08,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #61\",\n      \"internal_ref\": 61,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100174\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Kir - 8,50 (abicyclette Frédéric)\"\n    },\n    {\n      \"write_number\": 163,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.42,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #61\",\n      \"internal_ref\": 61,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Kir - 8,50 (abicyclette Frédéric)\"\n    },\n    {\n      \"write_number\": 163,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #61\",\n      \"internal_ref\": 61,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client abicyclette Frédéric - factures à établir\",\n      \"label\": \"Client abicyclette Frédéric - factures à établir\"\n    },\n    {\n      \"write_number\": 164,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #61\",\n      \"internal_ref\": 61,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100173\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100173\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Jus  - 4,50 (abicyclette Frédéric)\"\n    },\n    {\n      \"write_number\": 164,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #61\",\n      \"internal_ref\": 61,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Jus  - 4,50 (abicyclette Frédéric)\"\n    },\n    {\n      \"write_number\": 164,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #61\",\n      \"internal_ref\": 61,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-30 18:24:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client abicyclette Frédéric - factures à établir\",\n      \"label\": \"Client abicyclette Frédéric - factures à établir\"\n    },\n    {\n      \"write_number\": 165,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #82\",\n      \"internal_ref\": 82,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"31/01 - 200,00 (Guennoun Samuel)\"\n    },\n    {\n      \"write_number\": 165,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #82\",\n      \"internal_ref\": 82,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"31/01 - 200,00 (Guennoun Samuel)\"\n    },\n    {\n      \"write_number\": 165,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #82\",\n      \"internal_ref\": 82,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 14:48:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Guennoun Samuel - factures à établir\",\n      \"label\": \"Client Guennoun Samuel - factures à établir\"\n    },\n    {\n      \"write_number\": 166,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"31/01 - 200,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 166,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"31/01 - 200,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 166,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 167,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"31/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 167,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"31/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 167,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 168,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"31/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 168,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"31/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 168,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 169,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"31/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 169,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"31/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 169,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 170,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"31/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 170,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"31/01 - 200,00 (EDF)\"\n    },\n    {\n      \"write_number\": 170,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #147\",\n      \"internal_ref\": 147,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:40:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 171,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #190\",\n      \"internal_ref\": 190,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 17:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 17:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"31/01 - 110,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 171,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #190\",\n      \"internal_ref\": 190,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 17:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 17:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"31/01 - 110,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 171,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 110,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #190\",\n      \"internal_ref\": 190,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 17:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 17:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 172,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #192\",\n      \"internal_ref\": 192,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:00:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:00:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"31/01 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 172,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #192\",\n      \"internal_ref\": 192,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:00:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:00:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"31/01 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 172,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #192\",\n      \"internal_ref\": 192,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:00:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:00:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 173,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #193\",\n      \"internal_ref\": 193,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:02:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:02:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"31/01 - 40,00 (Passage)\"\n    },\n    {\n      \"write_number\": 173,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #193\",\n      \"internal_ref\": 193,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:02:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:02:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"31/01 - 40,00 (Passage)\"\n    },\n    {\n      \"write_number\": 173,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #193\",\n      \"internal_ref\": 193,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:02:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:02:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 174,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #190\",\n      \"internal_ref\": 190,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:12:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:12:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"31/01 - 110,00 (Passage)\"\n    },\n    {\n      \"write_number\": 174,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #190\",\n      \"internal_ref\": 190,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:12:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:12:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"31/01 - 110,00 (Passage)\"\n    },\n    {\n      \"write_number\": 174,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 110,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #190\",\n      \"internal_ref\": 190,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:12:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:12:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 175,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #194\",\n      \"internal_ref\": 194,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:13:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:13:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"31/01 - 110,00 (Passage)\"\n    },\n    {\n      \"write_number\": 175,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #194\",\n      \"internal_ref\": 194,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:13:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:13:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"31/01 - 110,00 (Passage)\"\n    },\n    {\n      \"write_number\": 175,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 110,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #194\",\n      \"internal_ref\": 194,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:13:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:13:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 176,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #192\",\n      \"internal_ref\": 192,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:16:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:16:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (Passage)\"\n    },\n    {\n      \"write_number\": 176,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #192\",\n      \"internal_ref\": 192,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:16:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:16:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (Passage)\"\n    },\n    {\n      \"write_number\": 176,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #192\",\n      \"internal_ref\": 192,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:16:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:16:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 177,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #193\",\n      \"internal_ref\": 193,\n      \"accounting_date\": {\n        \"date\": \"2026-02-01 12:48:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-01 12:48:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (Passage)\"\n    },\n    {\n      \"write_number\": 177,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #193\",\n      \"internal_ref\": 193,\n      \"accounting_date\": {\n        \"date\": \"2026-02-01 12:48:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-01 12:48:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (Passage)\"\n    },\n    {\n      \"write_number\": 177,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #193\",\n      \"internal_ref\": 193,\n      \"accounting_date\": {\n        \"date\": \"2026-02-01 12:48:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-01 12:48:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 178,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #192\",\n      \"internal_ref\": 192,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:15:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:15:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600971\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600971\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"Place / Parking Test du 31/01/2026 15:00 au 01/02/2026 11:00 - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 178,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #192\",\n      \"internal_ref\": 192,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:15:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:15:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 179,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 23:59:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 516,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #165\",\n      \"internal_ref\": 165,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 11:42:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 11:42:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 23:59:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 3 / Spa du 31/01/2026 23:59 au 01/02/2026 23:59 - 619,20 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 179,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 23:59:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 103.2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #165\",\n      \"internal_ref\": 165,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 11:42:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 11:42:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 23:59:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 3 / Spa du 31/01/2026 23:59 au 01/02/2026 23:59 - 619,20 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 179,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-01-31 23:59:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 619.2,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #165\",\n      \"internal_ref\": 165,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 11:42:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 11:42:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-01-31 23:59:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 180,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #116\",\n      \"internal_ref\": 116,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 17:21:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 17:21:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"01/02 - 100,00 (Arthur Van Proeyen)\"\n    },\n    {\n      \"write_number\": 180,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #116\",\n      \"internal_ref\": 116,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 17:21:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 17:21:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"01/02 - 100,00 (Arthur Van Proeyen)\"\n    },\n    {\n      \"write_number\": 180,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #116\",\n      \"internal_ref\": 116,\n      \"accounting_date\": {\n        \"date\": \"2026-01-27 17:21:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-27 17:21:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Arthur Van Proeyen - factures à établir\",\n      \"label\": \"Client Arthur Van Proeyen - factures à établir\"\n    },\n    {\n      \"write_number\": 181,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #116\",\n      \"internal_ref\": 116,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:32:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:32:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"02/02 - 100,00 (Arthur Van Proeyen)\"\n    },\n    {\n      \"write_number\": 181,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #116\",\n      \"internal_ref\": 116,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:32:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:32:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"02/02 - 100,00 (Arthur Van Proeyen)\"\n    },\n    {\n      \"write_number\": 181,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #116\",\n      \"internal_ref\": 116,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:32:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:32:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Arthur Van Proeyen - factures à établir\",\n      \"label\": \"Client Arthur Van Proeyen - factures à établir\"\n    },\n    {\n      \"write_number\": 182,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #116\",\n      \"internal_ref\": 116,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:45:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:45:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 10,00 (Arthur Van Proeyen)\"\n    },\n    {\n      \"write_number\": 182,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #116\",\n      \"internal_ref\": 116,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:45:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:45:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 10,00 (Arthur Van Proeyen)\"\n    },\n    {\n      \"write_number\": 182,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #116\",\n      \"internal_ref\": 116,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:45:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:45:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Arthur Van Proeyen - factures à établir\",\n      \"label\": \"Client Arthur Van Proeyen - factures à établir\"\n    },\n    {\n      \"write_number\": 183,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 38.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #190\",\n      \"internal_ref\": 190,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:13:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:13:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 45,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 183,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.89,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #190\",\n      \"internal_ref\": 190,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:13:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:13:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 45,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 183,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 42.75,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #190\",\n      \"internal_ref\": 190,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:13:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:13:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 184,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 25.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #190\",\n      \"internal_ref\": 190,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:13:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:13:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (Passage)\"\n    },\n    {\n      \"write_number\": 184,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.59,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #190\",\n      \"internal_ref\": 190,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:13:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:13:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (Passage)\"\n    },\n    {\n      \"write_number\": 184,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 28.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #190\",\n      \"internal_ref\": 190,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:13:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:13:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 185,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 38.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #194\",\n      \"internal_ref\": 194,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:13:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:13:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 45,00 (Passage)\"\n    },\n    {\n      \"write_number\": 185,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.89,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #194\",\n      \"internal_ref\": 194,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:13:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:13:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 45,00 (Passage)\"\n    },\n    {\n      \"write_number\": 185,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 42.75,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #194\",\n      \"internal_ref\": 194,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:13:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:13:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 186,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #192\",\n      \"internal_ref\": 192,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:16:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:16:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (Passage)\"\n    },\n    {\n      \"write_number\": 186,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #192\",\n      \"internal_ref\": 192,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:16:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:16:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (Passage)\"\n    },\n    {\n      \"write_number\": 186,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #192\",\n      \"internal_ref\": 192,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:16:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:16:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 187,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #193\",\n      \"internal_ref\": 193,\n      \"accounting_date\": {\n        \"date\": \"2026-02-01 12:48:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-01 12:48:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (Passage)\"\n    },\n    {\n      \"write_number\": 187,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #193\",\n      \"internal_ref\": 193,\n      \"accounting_date\": {\n        \"date\": \"2026-02-01 12:48:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-01 12:48:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (Passage)\"\n    },\n    {\n      \"write_number\": 187,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #193\",\n      \"internal_ref\": 193,\n      \"accounting_date\": {\n        \"date\": \"2026-02-01 12:48:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-01 12:48:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 188,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #192\",\n      \"internal_ref\": 192,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:15:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:15:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600971\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600971\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"Place / Parking Test du 01/02/2026 15:00 au 02/02/2026 11:00 - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 188,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-01 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #192\",\n      \"internal_ref\": 192,\n      \"accounting_date\": {\n        \"date\": \"2026-01-31 18:15:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-31 18:15:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-01 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 189,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #189\",\n      \"internal_ref\": 189,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 10:04:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 10:04:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"02/02 - 9,00 (Duperret Antoine)\"\n    },\n    {\n      \"write_number\": 189,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #189\",\n      \"internal_ref\": 189,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 10:04:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 10:04:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Duperret Antoine - factures à établir\",\n      \"label\": \"Client Duperret Antoine - factures à établir\"\n    },\n    {\n      \"write_number\": 190,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-02 17:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #189\",\n      \"internal_ref\": 189,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-02 17:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 1 boule - 5,00 (Duperret Antoine)\"\n    },\n    {\n      \"write_number\": 190,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-02 17:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #189\",\n      \"internal_ref\": 189,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-02 17:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 1 boule - 5,00 (Duperret Antoine)\"\n    },\n    {\n      \"write_number\": 190,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-02 17:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #189\",\n      \"internal_ref\": 189,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-02 17:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Duperret Antoine - factures à établir\",\n      \"label\": \"Client Duperret Antoine - factures à établir\"\n    },\n    {\n      \"write_number\": 191,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-02 17:05:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #189\",\n      \"internal_ref\": 189,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:05:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:05:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-02 17:05:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100173\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100173\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Jus  - 4,50 (Duperret Antoine)\"\n    },\n    {\n      \"write_number\": 191,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-02 17:05:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #189\",\n      \"internal_ref\": 189,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:05:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:05:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-02 17:05:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Jus  - 4,50 (Duperret Antoine)\"\n    },\n    {\n      \"write_number\": 191,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-02 17:05:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #189\",\n      \"internal_ref\": 189,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:05:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:05:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-02 17:05:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Duperret Antoine - factures à établir\",\n      \"label\": \"Client Duperret Antoine - factures à établir\"\n    },\n    {\n      \"write_number\": 192,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #189\",\n      \"internal_ref\": 189,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 10:04:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 10:04:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"03/02 - 9,00 (Duperret Antoine)\"\n    },\n    {\n      \"write_number\": 192,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #189\",\n      \"internal_ref\": 189,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 10:04:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 10:04:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Duperret Antoine - factures à établir\",\n      \"label\": \"Client Duperret Antoine - factures à établir\"\n    },\n    {\n      \"write_number\": 193,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #212\",\n      \"internal_ref\": 212,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:12:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:12:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"03/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 193,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #212\",\n      \"internal_ref\": 212,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:12:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:12:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"03/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 193,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #212\",\n      \"internal_ref\": 212,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:12:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:12:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 194,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #212\",\n      \"internal_ref\": 212,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:12:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:12:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"03/02 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 194,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #212\",\n      \"internal_ref\": 212,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:12:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:12:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 195,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #226\",\n      \"internal_ref\": 226,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"03/02 - 140,00 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 195,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #226\",\n      \"internal_ref\": 226,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"03/02 - 140,00 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 195,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #226\",\n      \"internal_ref\": 226,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alicia Louise Dorget - factures à établir\",\n      \"label\": \"Client Alicia Louise Dorget - factures à établir\"\n    },\n    {\n      \"write_number\": 196,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #226\",\n      \"internal_ref\": 226,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"03/02 - 140,00 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 196,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #226\",\n      \"internal_ref\": 226,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"03/02 - 140,00 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 196,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #226\",\n      \"internal_ref\": 226,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alicia Louise Dorget - factures à établir\",\n      \"label\": \"Client Alicia Louise Dorget - factures à établir\"\n    },\n    {\n      \"write_number\": 197,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #226\",\n      \"internal_ref\": 226,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"03/02 - 140,00 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 197,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #226\",\n      \"internal_ref\": 226,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"03/02 - 140,00 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 197,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #226\",\n      \"internal_ref\": 226,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alicia Louise Dorget - factures à établir\",\n      \"label\": \"Client Alicia Louise Dorget - factures à établir\"\n    },\n    {\n      \"write_number\": 198,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #226\",\n      \"internal_ref\": 226,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"03/02 - 9,00 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 198,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #226\",\n      \"internal_ref\": 226,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alicia Louise Dorget - factures à établir\",\n      \"label\": \"Client Alicia Louise Dorget - factures à établir\"\n    },\n    {\n      \"write_number\": 199,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #226\",\n      \"internal_ref\": 226,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"03/02 - 9,00 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 199,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #226\",\n      \"internal_ref\": 226,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alicia Louise Dorget - factures à établir\",\n      \"label\": \"Client Alicia Louise Dorget - factures à établir\"\n    },\n    {\n      \"write_number\": 200,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #226\",\n      \"internal_ref\": 226,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"03/02 - 9,00 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 200,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #226\",\n      \"internal_ref\": 226,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:08:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alicia Louise Dorget - factures à établir\",\n      \"label\": \"Client Alicia Louise Dorget - factures à établir\"\n    },\n    {\n      \"write_number\": 201,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 88.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #230\",\n      \"internal_ref\": 230,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"03/02 - 97,00 (de Cuellar Esperanza)\"\n    },\n    {\n      \"write_number\": 201,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #230\",\n      \"internal_ref\": 230,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"03/02 - 97,00 (de Cuellar Esperanza)\"\n    },\n    {\n      \"write_number\": 201,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 97,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #230\",\n      \"internal_ref\": 230,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client de Cuellar Esperanza - factures à établir\",\n      \"label\": \"Client de Cuellar Esperanza - factures à établir\"\n    },\n    {\n      \"write_number\": 202,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 88.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #230\",\n      \"internal_ref\": 230,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"03/02 - 97,00 (de Cuellar Esperanza)\"\n    },\n    {\n      \"write_number\": 202,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #230\",\n      \"internal_ref\": 230,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"03/02 - 97,00 (de Cuellar Esperanza)\"\n    },\n    {\n      \"write_number\": 202,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 97,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #230\",\n      \"internal_ref\": 230,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client de Cuellar Esperanza - factures à établir\",\n      \"label\": \"Client de Cuellar Esperanza - factures à établir\"\n    },\n    {\n      \"write_number\": 203,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #230\",\n      \"internal_ref\": 230,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"03/02 - 4,50 (de Cuellar Esperanza)\"\n    },\n    {\n      \"write_number\": 203,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #230\",\n      \"internal_ref\": 230,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client de Cuellar Esperanza - factures à établir\",\n      \"label\": \"Client de Cuellar Esperanza - factures à établir\"\n    },\n    {\n      \"write_number\": 204,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #230\",\n      \"internal_ref\": 230,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"03/02 - 4,50 (de Cuellar Esperanza)\"\n    },\n    {\n      \"write_number\": 204,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #230\",\n      \"internal_ref\": 230,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 14:03:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client de Cuellar Esperanza - factures à établir\",\n      \"label\": \"Client de Cuellar Esperanza - factures à établir\"\n    },\n    {\n      \"write_number\": 205,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 57.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #231\",\n      \"internal_ref\": 231,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 14:28:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 14:28:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"03/02 - 63,00 (DORGET ALICIA)\"\n    },\n    {\n      \"write_number\": 205,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #231\",\n      \"internal_ref\": 231,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 14:28:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 14:28:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"03/02 - 63,00 (DORGET ALICIA)\"\n    },\n    {\n      \"write_number\": 205,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 63,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #231\",\n      \"internal_ref\": 231,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 14:28:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 14:28:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DORGET ALICIA - factures à établir\",\n      \"label\": \"Client DORGET ALICIA - factures à établir\"\n    },\n    {\n      \"write_number\": 206,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #231\",\n      \"internal_ref\": 231,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 14:28:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 14:28:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"03/02 - 4,50 (DORGET ALICIA)\"\n    },\n    {\n      \"write_number\": 206,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #231\",\n      \"internal_ref\": 231,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 14:28:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 14:28:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DORGET ALICIA - factures à établir\",\n      \"label\": \"Client DORGET ALICIA - factures à établir\"\n    },\n    {\n      \"write_number\": 207,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100173\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100173\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Jus  - 4,50 ()\"\n    },\n    {\n      \"write_number\": 207,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Jus  - 4,50 ()\"\n    },\n    {\n      \"write_number\": 207,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 208,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Brochette de crevette - 9,50 ()\"\n    },\n    {\n      \"write_number\": 208,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Brochette de crevette - 9,50 ()\"\n    },\n    {\n      \"write_number\": 208,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 209,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100263\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Rillettes - 10,00 ()\"\n    },\n    {\n      \"write_number\": 209,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Rillettes - 10,00 ()\"\n    },\n    {\n      \"write_number\": 209,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 210,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100204\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse verte - 12,00 ()\"\n    },\n    {\n      \"write_number\": 210,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse verte - 12,00 ()\"\n    },\n    {\n      \"write_number\": 210,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 211,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 211,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 211,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 212,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Plateau de fromage - 12,00 ()\"\n    },\n    {\n      \"write_number\": 212,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Plateau de fromage - 12,00 ()\"\n    },\n    {\n      \"write_number\": 212,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 213,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Plateau de fromage - 12,00 ()\"\n    },\n    {\n      \"write_number\": 213,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Plateau de fromage - 12,00 ()\"\n    },\n    {\n      \"write_number\": 213,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 214,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Plateau de fromage - 12,00 ()\"\n    },\n    {\n      \"write_number\": 214,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Plateau de fromage - 12,00 ()\"\n    },\n    {\n      \"write_number\": 214,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 215,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Plateau de fromage - 12,00 ()\"\n    },\n    {\n      \"write_number\": 215,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Plateau de fromage - 12,00 ()\"\n    },\n    {\n      \"write_number\": 215,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 216,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100204\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse verte - 12,00 ()\"\n    },\n    {\n      \"write_number\": 216,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse verte - 12,00 ()\"\n    },\n    {\n      \"write_number\": 216,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 11:58:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #179\",\n      \"internal_ref\": 179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:58:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:58:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 11:58:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 217,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 16:37:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #67\",\n      \"internal_ref\": 67,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 16:37:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 16:37:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 16:37:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100174\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"mojito - 12,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 217,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 16:37:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #67\",\n      \"internal_ref\": 67,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 16:37:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 16:37:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 16:37:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"mojito - 12,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 217,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-03 16:37:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #67\",\n      \"internal_ref\": 67,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 16:37:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 16:37:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-03 16:37:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 218,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 516,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #123\",\n      \"internal_ref\": 123,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 14:16:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 14:16:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 2 / Spa du 04/02/2026 00:00 au 06/02/2026 00:00 - 619,20 (ACME)\"\n    },\n    {\n      \"write_number\": 218,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 103.2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #123\",\n      \"internal_ref\": 123,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 14:16:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 14:16:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 2 / Spa du 04/02/2026 00:00 au 06/02/2026 00:00 - 619,20 (ACME)\"\n    },\n    {\n      \"write_number\": 218,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 619.2,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #123\",\n      \"internal_ref\": 123,\n      \"accounting_date\": {\n        \"date\": \"2026-01-28 14:16:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-28 14:16:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 219,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"04/02 - 140,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 219,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"04/02 - 140,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 219,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 220,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"04/02 - 140,00 (AVALONA Grace)\"\n    },\n    {\n      \"write_number\": 220,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"04/02 - 140,00 (AVALONA Grace)\"\n    },\n    {\n      \"write_number\": 220,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client AVALONA Grace - factures à établir\",\n      \"label\": \"Client AVALONA Grace - factures à établir\"\n    },\n    {\n      \"write_number\": 221,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"04/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 221,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"04/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 221,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 222,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"04/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 222,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"04/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 222,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 223,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"04/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 223,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"04/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 223,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 224,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"04/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 224,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"04/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 224,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 225,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"04/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 225,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"04/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 225,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 226,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"04/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 226,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"04/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 226,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 227,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"04/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 227,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"04/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 227,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 228,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"04/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 228,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"04/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 228,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 229,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/02 - 9,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 229,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 230,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/02 - 9,00 (AVALONA Grace)\"\n    },\n    {\n      \"write_number\": 230,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client AVALONA Grace - factures à établir\",\n      \"label\": \"Client AVALONA Grace - factures à établir\"\n    },\n    {\n      \"write_number\": 231,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/02 - 9,00 (EDF)\"\n    },\n    {\n      \"write_number\": 231,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 232,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/02 - 9,00 (EDF)\"\n    },\n    {\n      \"write_number\": 232,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 233,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/02 - 9,00 (EDF)\"\n    },\n    {\n      \"write_number\": 233,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 234,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/02 - 9,00 (EDF)\"\n    },\n    {\n      \"write_number\": 234,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 235,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/02 - 9,00 (EDF)\"\n    },\n    {\n      \"write_number\": 235,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 236,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/02 - 9,00 (EDF)\"\n    },\n    {\n      \"write_number\": 236,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 237,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/02 - 9,00 (EDF)\"\n    },\n    {\n      \"write_number\": 237,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 238,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/02 - 9,00 (EDF)\"\n    },\n    {\n      \"write_number\": 238,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 239,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #237\",\n      \"internal_ref\": 237,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 21:41:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 21:41:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"04/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 239,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #237\",\n      \"internal_ref\": 237,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 21:41:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 21:41:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"04/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 239,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #237\",\n      \"internal_ref\": 237,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 21:41:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 21:41:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 240,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #237\",\n      \"internal_ref\": 237,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 21:41:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 21:41:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/02 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 240,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #237\",\n      \"internal_ref\": 237,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 21:41:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 21:41:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 241,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #272\",\n      \"internal_ref\": 272,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 14:56:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 14:56:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"04/02 - 100,00 (Guennoun Samuel)\"\n    },\n    {\n      \"write_number\": 241,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #272\",\n      \"internal_ref\": 272,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 14:56:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 14:56:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"04/02 - 100,00 (Guennoun Samuel)\"\n    },\n    {\n      \"write_number\": 241,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #272\",\n      \"internal_ref\": 272,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 14:56:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 14:56:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Guennoun Samuel - factures à établir\",\n      \"label\": \"Client Guennoun Samuel - factures à établir\"\n    },\n    {\n      \"write_number\": 242,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #272\",\n      \"internal_ref\": 272,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 14:56:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 14:56:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/02 - 4,50 (Guennoun Samuel)\"\n    },\n    {\n      \"write_number\": 242,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #272\",\n      \"internal_ref\": 272,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 14:56:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 14:56:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Guennoun Samuel - factures à établir\",\n      \"label\": \"Client Guennoun Samuel - factures à établir\"\n    },\n    {\n      \"write_number\": 243,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #277\",\n      \"internal_ref\": 277,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:03:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:03:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"04/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 243,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #277\",\n      \"internal_ref\": 277,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:03:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:03:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"04/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 243,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #277\",\n      \"internal_ref\": 277,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:03:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:03:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 244,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #277\",\n      \"internal_ref\": 277,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:03:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:03:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/02 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 244,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #277\",\n      \"internal_ref\": 277,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:03:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:03:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 245,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #298\",\n      \"internal_ref\": 298,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:15:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:15:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/02 - 4,50 (AUTH Test)\"\n    },\n    {\n      \"write_number\": 245,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #298\",\n      \"internal_ref\": 298,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:15:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:15:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client AUTH Test - factures à établir\",\n      \"label\": \"Client AUTH Test - factures à établir\"\n    },\n    {\n      \"write_number\": 246,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #259\",\n      \"internal_ref\": 259,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 07:35:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 07:35:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600294\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600294\",\n      \"aux_account_label\": \"HT Séminaire (TVA 20.00%)\",\n      \"label\": \"Salle Pierre le Vénérable / Salle séminaire du 04/02/2026 08:00 - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 246,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #259\",\n      \"internal_ref\": 259,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 07:35:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 07:35:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Salle Pierre le Vénérable / Salle séminaire du 04/02/2026 08:00 - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 246,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #259\",\n      \"internal_ref\": 259,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 07:35:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 07:35:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 247,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 240,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #259\",\n      \"internal_ref\": 259,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 07:36:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 07:36:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700991\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700991\",\n      \"aux_account_label\": \"HT Nouriture (TVA 0.00%)\",\n      \"label\": \"Diner - 240,00 (Passage)\"\n    },\n    {\n      \"write_number\": 247,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 240,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #259\",\n      \"internal_ref\": 259,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 07:36:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 07:36:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 248,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:01:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #262\",\n      \"internal_ref\": 262,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:01:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:01:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:01:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100173\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100173\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Jus  - 4,50 (donghi)\"\n    },\n    {\n      \"write_number\": 248,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:01:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #262\",\n      \"internal_ref\": 262,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:01:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:01:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:01:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Jus  - 4,50 (donghi)\"\n    },\n    {\n      \"write_number\": 248,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:01:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #262\",\n      \"internal_ref\": 262,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:01:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:01:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:01:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client donghi - factures à établir\",\n      \"label\": \"Client donghi - factures à établir\"\n    },\n    {\n      \"write_number\": 249,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #262\",\n      \"internal_ref\": 262,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100323\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 (donghi)\"\n    },\n    {\n      \"write_number\": 249,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #262\",\n      \"internal_ref\": 262,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 (donghi)\"\n    },\n    {\n      \"write_number\": 249,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #262\",\n      \"internal_ref\": 262,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client donghi - factures à établir\",\n      \"label\": \"Client donghi - factures à établir\"\n    },\n    {\n      \"write_number\": 250,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #262\",\n      \"internal_ref\": 262,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 1 boule - 2,50 (donghi)\"\n    },\n    {\n      \"write_number\": 250,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #262\",\n      \"internal_ref\": 262,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 1 boule - 2,50 (donghi)\"\n    },\n    {\n      \"write_number\": 250,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #262\",\n      \"internal_ref\": 262,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:01:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client donghi - factures à établir\",\n      \"label\": \"Client donghi - factures à établir\"\n    },\n    {\n      \"write_number\": 251,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:02:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #262\",\n      \"internal_ref\": 262,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:02:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:02:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:02:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100954\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100954\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"burger - 15,00 (donghi)\"\n    },\n    {\n      \"write_number\": 251,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:02:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #262\",\n      \"internal_ref\": 262,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:02:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:02:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:02:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"burger - 15,00 (donghi)\"\n    },\n    {\n      \"write_number\": 251,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:02:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #262\",\n      \"internal_ref\": 262,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:02:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:02:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:02:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client donghi - factures à établir\",\n      \"label\": \"Client donghi - factures à établir\"\n    },\n    {\n      \"write_number\": 252,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:02:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #276\",\n      \"internal_ref\": 276,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:02:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:02:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:02:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100954\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100954\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"burger - 15,00 ()\"\n    },\n    {\n      \"write_number\": 252,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:02:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #276\",\n      \"internal_ref\": 276,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:02:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:02:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:02:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"burger - 15,00 ()\"\n    },\n    {\n      \"write_number\": 252,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:02:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #276\",\n      \"internal_ref\": 276,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:02:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:02:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:02:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 253,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:03:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #278\",\n      \"internal_ref\": 278,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:03:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:03:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:03:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100954\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100954\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"burger - 15,00 ()\"\n    },\n    {\n      \"write_number\": 253,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:03:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #278\",\n      \"internal_ref\": 278,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:03:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:03:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:03:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"burger - 15,00 ()\"\n    },\n    {\n      \"write_number\": 253,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:03:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #278\",\n      \"internal_ref\": 278,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:03:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:03:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:03:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 254,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:04:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #278\",\n      \"internal_ref\": 278,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:04:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:04:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:04:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 1 boule - 2,50 ()\"\n    },\n    {\n      \"write_number\": 254,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:04:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #278\",\n      \"internal_ref\": 278,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:04:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:04:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:04:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 1 boule - 2,50 ()\"\n    },\n    {\n      \"write_number\": 254,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:04:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #278\",\n      \"internal_ref\": 278,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:04:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:04:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:04:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 255,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:25:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #463\",\n      \"internal_ref\": 463,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:25:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:25:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:25:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100954\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100954\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Amatriciana - 25,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 255,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:25:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #463\",\n      \"internal_ref\": 463,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:25:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:25:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:25:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Amatriciana - 25,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 255,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:25:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 25,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #463\",\n      \"internal_ref\": 463,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:25:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:25:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:25:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 256,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:25:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #463\",\n      \"internal_ref\": 463,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:25:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:25:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:25:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Bruchetta - 10,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 256,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:25:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #463\",\n      \"internal_ref\": 463,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:25:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:25:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:25:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Bruchetta - 10,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 256,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:25:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #463\",\n      \"internal_ref\": 463,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:25:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:25:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:25:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 257,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:25:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #463\",\n      \"internal_ref\": 463,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:25:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:25:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:25:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Brochette de crevette - 9,50 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 257,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:25:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #463\",\n      \"internal_ref\": 463,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:25:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:25:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:25:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Brochette de crevette - 9,50 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 257,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:25:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #463\",\n      \"internal_ref\": 463,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:25:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:25:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:25:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 258,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:25:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #463\",\n      \"internal_ref\": 463,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:25:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:25:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:25:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100954\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100954\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"burger - 15,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 258,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:25:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #463\",\n      \"internal_ref\": 463,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:25:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:25:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:25:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"burger - 15,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 258,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:25:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #463\",\n      \"internal_ref\": 463,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:25:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:25:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:25:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 259,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:42:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.08,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1179\",\n      \"internal_ref\": 1179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:42:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:42:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:42:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100174\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Kir - 8,50 (dd dd)\"\n    },\n    {\n      \"write_number\": 259,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:42:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.42,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1179\",\n      \"internal_ref\": 1179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:42:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:42:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:42:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Kir - 8,50 (dd dd)\"\n    },\n    {\n      \"write_number\": 259,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:42:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1179\",\n      \"internal_ref\": 1179,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:42:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:42:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:42:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client dd dd - factures à établir\",\n      \"label\": \"Client dd dd - factures à établir\"\n    },\n    {\n      \"write_number\": 260,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:42:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #289\",\n      \"internal_ref\": 289,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:42:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:42:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:42:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Tiramisu - 9,50 (alice lemaire)\"\n    },\n    {\n      \"write_number\": 260,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:42:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #289\",\n      \"internal_ref\": 289,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:42:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:42:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:42:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tiramisu - 9,50 (alice lemaire)\"\n    },\n    {\n      \"write_number\": 260,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:42:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #289\",\n      \"internal_ref\": 289,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:42:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:42:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:42:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client alice lemaire - factures à établir\",\n      \"label\": \"Client alice lemaire - factures à établir\"\n    },\n    {\n      \"write_number\": 261,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:43:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #290\",\n      \"internal_ref\": 290,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:43:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:43:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:43:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100204\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse jaune - 13,00 ()\"\n    },\n    {\n      \"write_number\": 261,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:43:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #290\",\n      \"internal_ref\": 290,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:43:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:43:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:43:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse jaune - 13,00 ()\"\n    },\n    {\n      \"write_number\": 261,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:43:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #290\",\n      \"internal_ref\": 290,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:43:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:43:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:43:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 262,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:43:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #290\",\n      \"internal_ref\": 290,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:43:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:43:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:43:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100173\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100173\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Jus  - 4,50 ()\"\n    },\n    {\n      \"write_number\": 262,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:43:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #290\",\n      \"internal_ref\": 290,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:43:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:43:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:43:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Jus  - 4,50 ()\"\n    },\n    {\n      \"write_number\": 262,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-04 15:43:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #290\",\n      \"internal_ref\": 290,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:43:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:43:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-04 15:43:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 263,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"05/02 - 140,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 263,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"05/02 - 140,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 263,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 264,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"05/02 - 140,00 (AVALONA Grace)\"\n    },\n    {\n      \"write_number\": 264,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"05/02 - 140,00 (AVALONA Grace)\"\n    },\n    {\n      \"write_number\": 264,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client AVALONA Grace - factures à établir\",\n      \"label\": \"Client AVALONA Grace - factures à établir\"\n    },\n    {\n      \"write_number\": 265,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"05/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 265,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"05/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 265,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 266,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"05/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 266,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"05/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 266,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 267,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"05/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 267,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"05/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 267,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 268,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"05/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 268,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"05/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 268,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 269,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"05/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 269,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"05/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 269,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 270,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"05/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 270,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"05/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 270,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 271,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"05/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 271,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"05/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 271,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 272,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"05/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 272,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"05/02 - 140,00 (EDF)\"\n    },\n    {\n      \"write_number\": 272,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 273,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"05/02 - 9,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 273,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 274,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"05/02 - 9,00 (AVALONA Grace)\"\n    },\n    {\n      \"write_number\": 274,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client AVALONA Grace - factures à établir\",\n      \"label\": \"Client AVALONA Grace - factures à établir\"\n    },\n    {\n      \"write_number\": 275,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"05/02 - 9,00 (EDF)\"\n    },\n    {\n      \"write_number\": 275,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 276,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"05/02 - 9,00 (EDF)\"\n    },\n    {\n      \"write_number\": 276,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 277,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"05/02 - 9,00 (EDF)\"\n    },\n    {\n      \"write_number\": 277,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 278,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"05/02 - 9,00 (EDF)\"\n    },\n    {\n      \"write_number\": 278,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 279,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"05/02 - 9,00 (EDF)\"\n    },\n    {\n      \"write_number\": 279,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 280,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"05/02 - 9,00 (EDF)\"\n    },\n    {\n      \"write_number\": 280,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 281,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"05/02 - 9,00 (EDF)\"\n    },\n    {\n      \"write_number\": 281,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 282,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"05/02 - 9,00 (EDF)\"\n    },\n    {\n      \"write_number\": 282,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #227\",\n      \"internal_ref\": 227,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:15:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client EDF - factures à établir\",\n      \"label\": \"Client EDF - factures à établir\"\n    },\n    {\n      \"write_number\": 283,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #310\",\n      \"internal_ref\": 310,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 08:26:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 08:26:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600294\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600294\",\n      \"aux_account_label\": \"HT Séminaire (TVA 20.00%)\",\n      \"label\": \"Salle de l'Abbaye / Salle séminaire du 05/02/2026 08:00 - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 283,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #310\",\n      \"internal_ref\": 310,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 08:26:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 08:26:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Salle de l'Abbaye / Salle séminaire du 05/02/2026 08:00 - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 283,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #310\",\n      \"internal_ref\": 310,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 08:26:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 08:26:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 284,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 11:32:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #317\",\n      \"internal_ref\": 317,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 11:32:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 11:32:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 11:32:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700204\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse jaune - 13,00 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 284,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 11:32:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #317\",\n      \"internal_ref\": 317,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 11:32:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 11:32:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 11:32:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse jaune - 13,00 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 284,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 11:32:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #317\",\n      \"internal_ref\": 317,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 11:32:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 11:32:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 11:32:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alicia Louise Dorget - factures à établir\",\n      \"label\": \"Client Alicia Louise Dorget - factures à établir\"\n    },\n    {\n      \"write_number\": 285,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #317\",\n      \"internal_ref\": 317,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700323\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 285,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #317\",\n      \"internal_ref\": 317,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 285,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #317\",\n      \"internal_ref\": 317,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alicia Louise Dorget - factures à établir\",\n      \"label\": \"Client Alicia Louise Dorget - factures à établir\"\n    },\n    {\n      \"write_number\": 286,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #317\",\n      \"internal_ref\": 317,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700204\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse verte - 12,00 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 286,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #317\",\n      \"internal_ref\": 317,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse verte - 12,00 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 286,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #317\",\n      \"internal_ref\": 317,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alicia Louise Dorget - factures à établir\",\n      \"label\": \"Client Alicia Louise Dorget - factures à établir\"\n    },\n    {\n      \"write_number\": 287,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #317\",\n      \"internal_ref\": 317,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Crème brûlée - 8,50 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 287,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #317\",\n      \"internal_ref\": 317,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Crème brûlée - 8,50 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 287,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #317\",\n      \"internal_ref\": 317,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alicia Louise Dorget - factures à établir\",\n      \"label\": \"Client Alicia Louise Dorget - factures à établir\"\n    },\n    {\n      \"write_number\": 288,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 17.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #317\",\n      \"internal_ref\": 317,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Tiramisu - 19,00 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 288,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #317\",\n      \"internal_ref\": 317,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tiramisu - 19,00 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 288,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 19,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #317\",\n      \"internal_ref\": 317,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 11:32:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alicia Louise Dorget - factures à établir\",\n      \"label\": \"Client Alicia Louise Dorget - factures à établir\"\n    },\n    {\n      \"write_number\": 289,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 14:28:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #320\",\n      \"internal_ref\": 320,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:28:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:28:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 14:28:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100173\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100173\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Jus  - 4,50 ()\"\n    },\n    {\n      \"write_number\": 289,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 14:28:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #320\",\n      \"internal_ref\": 320,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:28:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:28:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 14:28:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Jus  - 4,50 ()\"\n    },\n    {\n      \"write_number\": 289,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 14:28:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #320\",\n      \"internal_ref\": 320,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:28:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:28:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 14:28:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 290,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 14:37:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #463\",\n      \"internal_ref\": 463,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:37:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:37:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 14:37:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Pâté en croute - 12,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 290,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 14:37:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #463\",\n      \"internal_ref\": 463,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:37:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:37:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 14:37:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâté en croute - 12,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 290,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 14:37:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #463\",\n      \"internal_ref\": 463,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:37:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:37:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 14:37:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 291,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 15:13:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #324\",\n      \"internal_ref\": 324,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 16:14:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 16:14:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 15:13:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 291,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 15:13:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #324\",\n      \"internal_ref\": 324,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 16:14:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 16:14:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 15:13:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 291,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 15:13:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #324\",\n      \"internal_ref\": 324,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 16:14:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 16:14:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 15:13:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 292,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 15:56:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #328\",\n      \"internal_ref\": 328,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 16:56:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 16:56:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 15:56:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 292,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 15:56:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #328\",\n      \"internal_ref\": 328,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 16:56:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 16:56:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 15:56:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 292,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 15:56:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #328\",\n      \"internal_ref\": 328,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 16:56:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 16:56:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 15:56:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 293,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:08:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #333\",\n      \"internal_ref\": 333,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:09:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:09:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:08:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 293,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:08:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #333\",\n      \"internal_ref\": 333,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:09:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:09:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:08:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 293,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:08:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #333\",\n      \"internal_ref\": 333,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:09:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:09:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:08:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 294,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:14:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #323\",\n      \"internal_ref\": 323,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 16:14:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 16:14:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:14:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 294,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:14:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #323\",\n      \"internal_ref\": 323,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 16:14:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 16:14:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:14:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 294,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:14:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #323\",\n      \"internal_ref\": 323,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 16:14:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 16:14:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:14:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 295,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:14:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #323\",\n      \"internal_ref\": 323,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 16:14:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 16:14:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:14:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 295,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:14:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #323\",\n      \"internal_ref\": 323,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 16:14:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 16:14:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:14:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 295,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:14:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #323\",\n      \"internal_ref\": 323,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 16:14:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 16:14:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:14:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 296,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:17:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #337\",\n      \"internal_ref\": 337,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:17:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:17:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:17:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 296,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:17:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #337\",\n      \"internal_ref\": 337,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:17:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:17:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:17:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 296,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:17:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #337\",\n      \"internal_ref\": 337,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:17:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:17:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:17:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 297,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:18:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #341\",\n      \"internal_ref\": 341,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:19:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:19:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:18:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 297,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:18:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #341\",\n      \"internal_ref\": 341,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:19:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:19:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:18:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 297,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:18:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #341\",\n      \"internal_ref\": 341,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:19:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:19:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:18:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 298,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:20:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #345\",\n      \"internal_ref\": 345,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:20:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:20:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:20:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 298,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:20:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #345\",\n      \"internal_ref\": 345,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:20:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:20:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:20:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 298,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:20:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #345\",\n      \"internal_ref\": 345,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:20:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:20:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:20:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 299,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:27:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #349\",\n      \"internal_ref\": 349,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:27:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:27:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:27:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 299,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:27:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #349\",\n      \"internal_ref\": 349,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:27:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:27:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:27:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 299,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:27:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #349\",\n      \"internal_ref\": 349,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:27:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:27:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:27:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 300,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:28:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #353\",\n      \"internal_ref\": 353,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:29:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:29:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:28:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 300,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:28:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #353\",\n      \"internal_ref\": 353,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:29:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:29:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:28:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 300,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:28:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #353\",\n      \"internal_ref\": 353,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:29:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:29:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:28:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 301,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:30:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #357\",\n      \"internal_ref\": 357,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:30:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:30:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:30:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 301,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:30:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #357\",\n      \"internal_ref\": 357,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:30:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:30:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:30:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 301,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:30:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #357\",\n      \"internal_ref\": 357,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:30:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:30:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:30:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 302,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:33:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #361\",\n      \"internal_ref\": 361,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:34:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:34:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:33:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 302,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:33:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #361\",\n      \"internal_ref\": 361,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:34:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:34:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:33:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 302,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:33:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #361\",\n      \"internal_ref\": 361,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:34:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:34:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:33:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 303,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:35:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #365\",\n      \"internal_ref\": 365,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:35:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 303,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:35:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #365\",\n      \"internal_ref\": 365,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:35:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 303,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:35:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #365\",\n      \"internal_ref\": 365,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:35:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 304,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:39:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #369\",\n      \"internal_ref\": 369,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:39:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:39:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:39:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 304,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:39:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #369\",\n      \"internal_ref\": 369,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:39:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:39:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:39:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 304,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:39:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #369\",\n      \"internal_ref\": 369,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:39:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:39:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:39:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 305,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:41:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #373\",\n      \"internal_ref\": 373,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:41:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:41:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:41:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 305,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:41:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #373\",\n      \"internal_ref\": 373,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:41:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:41:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:41:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 305,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:41:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #373\",\n      \"internal_ref\": 373,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:41:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:41:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:41:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 306,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:48:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #377\",\n      \"internal_ref\": 377,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:48:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:48:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:48:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 306,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:48:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #377\",\n      \"internal_ref\": 377,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:48:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:48:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:48:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 306,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:48:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #377\",\n      \"internal_ref\": 377,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:48:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:48:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:48:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 307,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:54:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #381\",\n      \"internal_ref\": 381,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:54:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:54:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:54:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 307,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:54:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #381\",\n      \"internal_ref\": 381,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:54:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:54:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:54:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 307,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:54:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #381\",\n      \"internal_ref\": 381,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:54:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:54:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:54:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 308,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:56:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #327\",\n      \"internal_ref\": 327,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 16:56:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 16:56:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:56:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 308,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:56:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #327\",\n      \"internal_ref\": 327,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 16:56:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 16:56:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:56:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 308,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:56:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #327\",\n      \"internal_ref\": 327,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 16:56:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 16:56:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:56:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 309,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:56:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #327\",\n      \"internal_ref\": 327,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 16:56:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 16:56:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:56:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 309,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:56:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #327\",\n      \"internal_ref\": 327,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 16:56:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 16:56:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:56:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 309,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 16:56:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #327\",\n      \"internal_ref\": 327,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 16:56:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 16:56:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 16:56:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 310,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:09:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #332\",\n      \"internal_ref\": 332,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:09:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:09:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:09:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 310,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:09:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #332\",\n      \"internal_ref\": 332,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:09:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:09:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:09:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 310,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:09:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #332\",\n      \"internal_ref\": 332,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:09:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:09:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:09:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 311,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:09:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #332\",\n      \"internal_ref\": 332,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:09:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:09:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:09:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 311,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:09:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #332\",\n      \"internal_ref\": 332,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:09:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:09:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:09:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 311,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:09:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #332\",\n      \"internal_ref\": 332,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:09:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:09:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:09:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 312,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:17:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #336\",\n      \"internal_ref\": 336,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:17:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 312,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:17:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #336\",\n      \"internal_ref\": 336,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:17:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 312,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:17:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #336\",\n      \"internal_ref\": 336,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:17:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 313,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:17:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #336\",\n      \"internal_ref\": 336,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:17:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 313,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:17:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #336\",\n      \"internal_ref\": 336,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:17:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 313,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:17:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #336\",\n      \"internal_ref\": 336,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:17:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 314,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:18:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #340\",\n      \"internal_ref\": 340,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:18:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:18:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:18:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 314,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:18:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #340\",\n      \"internal_ref\": 340,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:18:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:18:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:18:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 314,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:18:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #340\",\n      \"internal_ref\": 340,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:18:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:18:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:18:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 315,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:18:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #340\",\n      \"internal_ref\": 340,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:18:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:18:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:18:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 315,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:18:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #340\",\n      \"internal_ref\": 340,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:18:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:18:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:18:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 315,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:18:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #340\",\n      \"internal_ref\": 340,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:18:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:18:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:18:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 316,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:20:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #344\",\n      \"internal_ref\": 344,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:20:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:20:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:20:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 316,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:20:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #344\",\n      \"internal_ref\": 344,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:20:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:20:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:20:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 316,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:20:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #344\",\n      \"internal_ref\": 344,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:20:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:20:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:20:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 317,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:20:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #344\",\n      \"internal_ref\": 344,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:20:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:20:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:20:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 317,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:20:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #344\",\n      \"internal_ref\": 344,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:20:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:20:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:20:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 317,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:20:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #344\",\n      \"internal_ref\": 344,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:20:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:20:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:20:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 318,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:27:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #348\",\n      \"internal_ref\": 348,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:27:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 318,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:27:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #348\",\n      \"internal_ref\": 348,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:27:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 318,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:27:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #348\",\n      \"internal_ref\": 348,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:27:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 319,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:27:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #348\",\n      \"internal_ref\": 348,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:27:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 319,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:27:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #348\",\n      \"internal_ref\": 348,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:27:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 319,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:27:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #348\",\n      \"internal_ref\": 348,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:27:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 320,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:28:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #352\",\n      \"internal_ref\": 352,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:28:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:28:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:28:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 320,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:28:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #352\",\n      \"internal_ref\": 352,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:28:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:28:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:28:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 320,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:28:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #352\",\n      \"internal_ref\": 352,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:28:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:28:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:28:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 321,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:28:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #352\",\n      \"internal_ref\": 352,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:28:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:28:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:28:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 321,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:28:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #352\",\n      \"internal_ref\": 352,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:28:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:28:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:28:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 321,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:28:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #352\",\n      \"internal_ref\": 352,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:28:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:28:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:28:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 322,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:30:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #356\",\n      \"internal_ref\": 356,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:30:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:30:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:30:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 322,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:30:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #356\",\n      \"internal_ref\": 356,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:30:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:30:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:30:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 322,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:30:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #356\",\n      \"internal_ref\": 356,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:30:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:30:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:30:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 323,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:30:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #356\",\n      \"internal_ref\": 356,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:30:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:30:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:30:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 323,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:30:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #356\",\n      \"internal_ref\": 356,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:30:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:30:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:30:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 323,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:30:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #356\",\n      \"internal_ref\": 356,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:30:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:30:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:30:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 324,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:34:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #360\",\n      \"internal_ref\": 360,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:34:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:34:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:34:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 324,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:34:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #360\",\n      \"internal_ref\": 360,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:34:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:34:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:34:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 324,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:34:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #360\",\n      \"internal_ref\": 360,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:34:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:34:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:34:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 325,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:34:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #360\",\n      \"internal_ref\": 360,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:34:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:34:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:34:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 325,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:34:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #360\",\n      \"internal_ref\": 360,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:34:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:34:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:34:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 325,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:34:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #360\",\n      \"internal_ref\": 360,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:34:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:34:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:34:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 326,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #364\",\n      \"internal_ref\": 364,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:35:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:35:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 326,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #364\",\n      \"internal_ref\": 364,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:35:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:35:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 326,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #364\",\n      \"internal_ref\": 364,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:35:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:35:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 327,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #364\",\n      \"internal_ref\": 364,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:35:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:35:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 327,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #364\",\n      \"internal_ref\": 364,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:35:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:35:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 327,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #364\",\n      \"internal_ref\": 364,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:35:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:35:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 328,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:39:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #368\",\n      \"internal_ref\": 368,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:39:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:39:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:39:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 328,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:39:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #368\",\n      \"internal_ref\": 368,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:39:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:39:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:39:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 328,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:39:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #368\",\n      \"internal_ref\": 368,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:39:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:39:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:39:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 329,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:39:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #368\",\n      \"internal_ref\": 368,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:39:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:39:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:39:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 329,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:39:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #368\",\n      \"internal_ref\": 368,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:39:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:39:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:39:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 329,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:39:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #368\",\n      \"internal_ref\": 368,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:39:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:39:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:39:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 330,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:41:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #372\",\n      \"internal_ref\": 372,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:41:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:41:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:41:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 330,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:41:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #372\",\n      \"internal_ref\": 372,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:41:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:41:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:41:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 330,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:41:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #372\",\n      \"internal_ref\": 372,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:41:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:41:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:41:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 331,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:41:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #372\",\n      \"internal_ref\": 372,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:41:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:41:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:41:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 331,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:41:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #372\",\n      \"internal_ref\": 372,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:41:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:41:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:41:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 331,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:41:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #372\",\n      \"internal_ref\": 372,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:41:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:41:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:41:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 332,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:48:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #376\",\n      \"internal_ref\": 376,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:48:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:48:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:48:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 332,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:48:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #376\",\n      \"internal_ref\": 376,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:48:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:48:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:48:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croque monsieur  - 14,00 ()\"\n    },\n    {\n      \"write_number\": 332,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:48:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #376\",\n      \"internal_ref\": 376,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:48:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:48:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:48:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 333,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:48:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #376\",\n      \"internal_ref\": 376,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:48:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:48:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:48:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 333,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:48:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #376\",\n      \"internal_ref\": 376,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:48:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:48:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:48:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâte à la carbonnara - 15,00 ()\"\n    },\n    {\n      \"write_number\": 333,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:48:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #376\",\n      \"internal_ref\": 376,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:48:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:48:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:48:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 334,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:54:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:54:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:54:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:54:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Croque monsieur  - 14,00 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 334,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:54:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:54:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:54:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:54:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croque monsieur  - 14,00 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 334,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:54:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:54:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:54:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:54:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupon Martin - factures à établir\",\n      \"label\": \"Client Dupon Martin - factures à établir\"\n    },\n    {\n      \"write_number\": 335,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:54:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:54:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:54:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:54:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Pâte à la carbonnara - 15,00 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 335,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:54:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:54:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:54:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:54:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâte à la carbonnara - 15,00 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 335,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 17:54:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 17:54:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 17:54:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 17:54:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupon Martin - factures à établir\",\n      \"label\": \"Client Dupon Martin - factures à établir\"\n    },\n    {\n      \"write_number\": 336,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 22:47:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #67\",\n      \"internal_ref\": 67,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:47:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:47:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 22:47:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700204\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse jaune - 13,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 336,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 22:47:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #67\",\n      \"internal_ref\": 67,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:47:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:47:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 22:47:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse jaune - 13,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 336,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 22:47:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #67\",\n      \"internal_ref\": 67,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:47:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:47:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 22:47:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 337,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 22:47:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #67\",\n      \"internal_ref\": 67,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:47:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:47:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 22:47:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700173\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700173\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Jus  - 4,50 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 337,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 22:47:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #67\",\n      \"internal_ref\": 67,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:47:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:47:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 22:47:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Jus  - 4,50 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 337,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-05 22:47:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #67\",\n      \"internal_ref\": 67,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:47:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:47:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-05 22:47:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 338,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 338,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 338,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 339,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 339,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 339,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 340,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #24\",\n      \"internal_ref\": 24,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 340,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #24\",\n      \"internal_ref\": 24,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 340,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #24\",\n      \"internal_ref\": 24,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 341,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 10:48:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 10:48:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 341,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 10:48:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 10:48:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 341,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 10:48:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 10:48:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 342,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 342,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 342,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 343,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 343,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 343,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 344,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 344,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 344,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 345,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 345,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 345,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 346,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 346,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 346,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 347,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 347,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 347,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 348,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 348,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 348,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 349,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 349,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 349,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 350,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 350,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 350,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 351,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 351,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 351,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 352,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 352,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 352,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 353,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 353,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 353,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 354,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 354,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 354,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 355,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 355,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 355,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 356,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 356,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 356,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 357,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 357,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 357,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 358,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 358,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 358,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 359,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 359,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 359,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 360,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 360,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 360,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 361,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 361,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 361,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 362,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 362,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 362,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 363,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 40,00 (Passage)\"\n    },\n    {\n      \"write_number\": 363,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 40,00 (Passage)\"\n    },\n    {\n      \"write_number\": 363,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 17:04:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 364,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 364,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 364,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 365,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 365,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 365,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 366,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 366,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 366,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 367,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 367,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 367,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #211\",\n      \"internal_ref\": 211,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 17:59:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 368,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #404\",\n      \"internal_ref\": 404,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 15:19:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 15:19:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 100,00 (bonno test)\"\n    },\n    {\n      \"write_number\": 368,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #404\",\n      \"internal_ref\": 404,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 15:19:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 15:19:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 100,00 (bonno test)\"\n    },\n    {\n      \"write_number\": 368,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #404\",\n      \"internal_ref\": 404,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 15:19:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 15:19:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client bonno test - factures à établir\",\n      \"label\": \"Client bonno test - factures à établir\"\n    },\n    {\n      \"write_number\": 369,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #404\",\n      \"internal_ref\": 404,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 15:19:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 15:19:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"06/02 - 9,00 (bonno test)\"\n    },\n    {\n      \"write_number\": 369,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #404\",\n      \"internal_ref\": 404,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 15:19:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 15:19:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client bonno test - factures à établir\",\n      \"label\": \"Client bonno test - factures à établir\"\n    },\n    {\n      \"write_number\": 370,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #405\",\n      \"internal_ref\": 405,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 15:22:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 15:22:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/02 - 100,00 (AKBAR MAYOTTE)\"\n    },\n    {\n      \"write_number\": 370,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #405\",\n      \"internal_ref\": 405,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 15:22:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 15:22:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/02 - 100,00 (AKBAR MAYOTTE)\"\n    },\n    {\n      \"write_number\": 370,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #405\",\n      \"internal_ref\": 405,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 15:22:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 15:22:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client AKBAR MAYOTTE - factures à établir\",\n      \"label\": \"Client AKBAR MAYOTTE - factures à établir\"\n    },\n    {\n      \"write_number\": 371,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #405\",\n      \"internal_ref\": 405,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 15:22:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 15:22:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"06/02 - 9,00 (AKBAR MAYOTTE)\"\n    },\n    {\n      \"write_number\": 371,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #405\",\n      \"internal_ref\": 405,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 15:22:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 15:22:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client AKBAR MAYOTTE - factures à établir\",\n      \"label\": \"Client AKBAR MAYOTTE - factures à établir\"\n    },\n    {\n      \"write_number\": 372,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 12:08:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #396\",\n      \"internal_ref\": 396,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 12:08:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 12:08:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 12:08:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Tiramisu - 9,50 ()\"\n    },\n    {\n      \"write_number\": 372,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 12:08:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #396\",\n      \"internal_ref\": 396,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 12:08:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 12:08:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 12:08:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tiramisu - 9,50 ()\"\n    },\n    {\n      \"write_number\": 372,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 12:08:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #396\",\n      \"internal_ref\": 396,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 12:08:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 12:08:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 12:08:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 373,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 12:09:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 686.89,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #397\",\n      \"internal_ref\": 397,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 12:09:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 12:09:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 12:09:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Tiramisu - 755,58 (thais test)\"\n    },\n    {\n      \"write_number\": 373,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 12:09:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 68.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #397\",\n      \"internal_ref\": 397,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 12:09:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 12:09:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 12:09:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tiramisu - 755,58 (thais test)\"\n    },\n    {\n      \"write_number\": 373,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 12:09:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 755.58,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #397\",\n      \"internal_ref\": 397,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 12:09:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 12:09:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 12:09:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client thais test - factures à établir\",\n      \"label\": \"Client thais test - factures à établir\"\n    },\n    {\n      \"write_number\": 374,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 12:10:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #399\",\n      \"internal_ref\": 399,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 12:10:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 12:10:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 12:10:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100323\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 (d d)\"\n    },\n    {\n      \"write_number\": 374,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 12:10:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #399\",\n      \"internal_ref\": 399,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 12:10:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 12:10:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 12:10:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 (d d)\"\n    },\n    {\n      \"write_number\": 374,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-06 12:10:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #399\",\n      \"internal_ref\": 399,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 12:10:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 12:10:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-06 12:10:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client d d - factures à établir\",\n      \"label\": \"Client d d - factures à établir\"\n    },\n    {\n      \"write_number\": 375,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 375,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 375,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 376,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 376,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 376,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 377,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #24\",\n      \"internal_ref\": 24,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 377,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #24\",\n      \"internal_ref\": 24,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 377,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #24\",\n      \"internal_ref\": 24,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 378,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 10:48:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 10:48:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 378,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 10:48:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 10:48:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 378,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 10:48:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 10:48:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 379,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 379,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 379,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 380,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 380,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 380,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 381,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 381,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 381,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 382,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 382,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 382,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 383,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 383,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 383,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 384,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 384,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 384,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 385,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 385,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 385,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 386,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 386,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 386,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 387,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 387,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 387,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 388,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 388,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 388,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 389,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 389,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/02 - 140,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 389,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #149\",\n      \"internal_ref\": 149,\n      \"accounting_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-29 10:44:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 390,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #233\",\n      \"internal_ref\": 233,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 11:08:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 11:08:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"07/02 - 9,00 (Pierina Rompina)\"\n    },\n    {\n      \"write_number\": 390,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #233\",\n      \"internal_ref\": 233,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 11:08:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 11:08:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Pierina Rompina - factures à établir\",\n      \"label\": \"Client Pierina Rompina - factures à établir\"\n    },\n    {\n      \"write_number\": 391,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #393\",\n      \"internal_ref\": 393,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 11:47:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 11:47:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (Aurora Beddasperanze)\"\n    },\n    {\n      \"write_number\": 391,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #393\",\n      \"internal_ref\": 393,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 11:47:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 11:47:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (Aurora Beddasperanze)\"\n    },\n    {\n      \"write_number\": 391,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #393\",\n      \"internal_ref\": 393,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 11:47:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 11:47:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurora Beddasperanze - factures à établir\",\n      \"label\": \"Client Aurora Beddasperanze - factures à établir\"\n    },\n    {\n      \"write_number\": 392,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #407\",\n      \"internal_ref\": 407,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 18:53:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 18:53:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701171\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701171\",\n      \"aux_account_label\": \"HT Stationnement (TVA 0.00%)\",\n      \"label\": \"Forfait Stationnement - 20,00 (BOURGEOIS Hugo)\"\n    },\n    {\n      \"write_number\": 392,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #407\",\n      \"internal_ref\": 407,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 18:53:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 18:53:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client BOURGEOIS Hugo - factures à établir\",\n      \"label\": \"Client BOURGEOIS Hugo - factures à établir\"\n    },\n    {\n      \"write_number\": 393,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #408\",\n      \"internal_ref\": 408,\n      \"accounting_date\": {\n        \"date\": \"2026-02-07 07:19:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-07 07:19:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/02 - 100,00 (Cattel)\"\n    },\n    {\n      \"write_number\": 393,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #408\",\n      \"internal_ref\": 408,\n      \"accounting_date\": {\n        \"date\": \"2026-02-07 07:19:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-07 07:19:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/02 - 100,00 (Cattel)\"\n    },\n    {\n      \"write_number\": 393,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #408\",\n      \"internal_ref\": 408,\n      \"accounting_date\": {\n        \"date\": \"2026-02-07 07:19:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-07 07:19:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cattel - factures à établir\",\n      \"label\": \"Client Cattel - factures à établir\"\n    },\n    {\n      \"write_number\": 394,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #408\",\n      \"internal_ref\": 408,\n      \"accounting_date\": {\n        \"date\": \"2026-02-07 07:19:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-07 07:19:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"07/02 - 9,00 (Cattel)\"\n    },\n    {\n      \"write_number\": 394,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #408\",\n      \"internal_ref\": 408,\n      \"accounting_date\": {\n        \"date\": \"2026-02-07 07:19:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-07 07:19:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cattel - factures à établir\",\n      \"label\": \"Client Cattel - factures à établir\"\n    },\n    {\n      \"write_number\": 395,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 18:11:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #409\",\n      \"internal_ref\": 409,\n      \"accounting_date\": {\n        \"date\": \"2026-02-07 18:11:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-07 18:11:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 18:11:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700083\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Pâté en croute - 12,00 ()\"\n    },\n    {\n      \"write_number\": 395,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 18:11:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #409\",\n      \"internal_ref\": 409,\n      \"accounting_date\": {\n        \"date\": \"2026-02-07 18:11:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-07 18:11:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 18:11:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâté en croute - 12,00 ()\"\n    },\n    {\n      \"write_number\": 395,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 18:11:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #409\",\n      \"internal_ref\": 409,\n      \"accounting_date\": {\n        \"date\": \"2026-02-07 18:11:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-07 18:11:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 18:11:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 396,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 18:11:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #409\",\n      \"internal_ref\": 409,\n      \"accounting_date\": {\n        \"date\": \"2026-02-07 18:11:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-07 18:11:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 18:11:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Tiramisu - 9,50 ()\"\n    },\n    {\n      \"write_number\": 396,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 18:11:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #409\",\n      \"internal_ref\": 409,\n      \"accounting_date\": {\n        \"date\": \"2026-02-07 18:11:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-07 18:11:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 18:11:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tiramisu - 9,50 ()\"\n    },\n    {\n      \"write_number\": 396,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-07 18:11:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #409\",\n      \"internal_ref\": 409,\n      \"accounting_date\": {\n        \"date\": \"2026-02-07 18:11:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-07 18:11:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-07 18:11:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 397,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"08/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 397,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"08/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 397,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 398,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"08/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 398,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"08/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 398,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 399,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #24\",\n      \"internal_ref\": 24,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"08/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 399,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #24\",\n      \"internal_ref\": 24,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"08/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 399,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #24\",\n      \"internal_ref\": 24,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 400,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #87\",\n      \"internal_ref\": 87,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 23:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 23:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"08/02 - 200,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 400,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #87\",\n      \"internal_ref\": 87,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 23:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 23:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"08/02 - 200,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 400,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #87\",\n      \"internal_ref\": 87,\n      \"accounting_date\": {\n        \"date\": \"2026-01-26 23:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-26 23:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client Martin Marie - factures à établir\",\n      \"label\": \"Client Martin Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 401,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #222\",\n      \"internal_ref\": 222,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:59:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:59:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"08/02 - 140,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 401,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #222\",\n      \"internal_ref\": 222,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:59:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:59:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"08/02 - 140,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 401,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #222\",\n      \"internal_ref\": 222,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:59:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:59:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TEST 2 - factures à établir\",\n      \"label\": \"Client TEST 2 - factures à établir\"\n    },\n    {\n      \"write_number\": 402,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #222\",\n      \"internal_ref\": 222,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:59:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:59:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"08/02 - 9,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 402,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #222\",\n      \"internal_ref\": 222,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 11:59:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 11:59:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TEST 2 - factures à établir\",\n      \"label\": \"Client TEST 2 - factures à établir\"\n    },\n    {\n      \"write_number\": 403,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #224\",\n      \"internal_ref\": 224,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:04:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:04:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"08/02 - 140,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 403,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #224\",\n      \"internal_ref\": 224,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:04:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:04:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"08/02 - 140,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 403,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #224\",\n      \"internal_ref\": 224,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:04:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:04:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TEST 2 - factures à établir\",\n      \"label\": \"Client TEST 2 - factures à établir\"\n    },\n    {\n      \"write_number\": 404,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #224\",\n      \"internal_ref\": 224,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:04:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:04:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"08/02 - 9,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 404,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #224\",\n      \"internal_ref\": 224,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:04:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:04:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TEST 2 - factures à établir\",\n      \"label\": \"Client TEST 2 - factures à établir\"\n    },\n    {\n      \"write_number\": 405,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #233\",\n      \"internal_ref\": 233,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 11:08:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 11:08:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"08/02 - 9,00 (Pierina Rompina)\"\n    },\n    {\n      \"write_number\": 405,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #233\",\n      \"internal_ref\": 233,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 11:08:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 11:08:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Pierina Rompina - factures à établir\",\n      \"label\": \"Client Pierina Rompina - factures à établir\"\n    },\n    {\n      \"write_number\": 406,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #86\",\n      \"internal_ref\": 86,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 14:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 14:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"08/02 - 9,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 406,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #86\",\n      \"internal_ref\": 86,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 14:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 14:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 407,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #87\",\n      \"internal_ref\": 87,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 11:57:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 11:57:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 407,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #87\",\n      \"internal_ref\": 87,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 11:57:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 11:57:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 407,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #87\",\n      \"internal_ref\": 87,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 11:57:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 11:57:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client Martin Marie - factures à établir\",\n      \"label\": \"Client Martin Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 408,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #88\",\n      \"internal_ref\": 88,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 12:06:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 12:06:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 408,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #88\",\n      \"internal_ref\": 88,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 12:06:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 12:06:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 408,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #88\",\n      \"internal_ref\": 88,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 12:06:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 12:06:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client Martin Marie - factures à établir\",\n      \"label\": \"Client Martin Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 409,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #311\",\n      \"internal_ref\": 311,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 08:28:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 08:28:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600294\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600294\",\n      \"aux_account_label\": \"HT Séminaire (TVA 20.00%)\",\n      \"label\": \"Salle Pierre le Vénérable / Salle séminaire du 08/02/2026 08:00 - 10,00 (Marck  Catherine)\"\n    },\n    {\n      \"write_number\": 409,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #311\",\n      \"internal_ref\": 311,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 08:28:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 08:28:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Salle Pierre le Vénérable / Salle séminaire du 08/02/2026 08:00 - 10,00 (Marck  Catherine)\"\n    },\n    {\n      \"write_number\": 409,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #311\",\n      \"internal_ref\": 311,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 08:28:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 08:28:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client Marck  Catherine - factures à établir\",\n      \"label\": \"Client Marck  Catherine - factures à établir\"\n    },\n    {\n      \"write_number\": 410,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 16:57:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-08 16:57:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-08 16:57:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 16:57:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700323\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 410,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 16:57:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-08 16:57:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-08 16:57:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 16:57:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 410,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 16:57:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-08 16:57:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-08 16:57:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 16:57:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupon Martin - factures à établir\",\n      \"label\": \"Client Dupon Martin - factures à établir\"\n    },\n    {\n      \"write_number\": 411,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 16:58:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 33.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-08 16:58:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-08 16:58:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 16:58:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700994\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700994\",\n      \"aux_account_label\": \"HT Nouriture (TVA 20.00%)\",\n      \"label\": \"Domaine Theulot Juillot Mercurey Vieilles Vignes Rouge 2023 - 40,00 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 411,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 16:58:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 6.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-08 16:58:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-08 16:58:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 16:58:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Domaine Theulot Juillot Mercurey Vieilles Vignes Rouge 2023 - 40,00 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 411,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 16:58:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-08 16:58:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-08 16:58:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 16:58:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupon Martin - factures à établir\",\n      \"label\": \"Client Dupon Martin - factures à établir\"\n    },\n    {\n      \"write_number\": 412,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 22:10:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 58.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #407\",\n      \"internal_ref\": 407,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 18:53:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 18:53:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 22:10:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 1 / Spa du 08/02/2026 22:10 - 70,00 (BOURGEOIS Hugo)\"\n    },\n    {\n      \"write_number\": 412,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 22:10:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #407\",\n      \"internal_ref\": 407,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 18:53:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 18:53:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 22:10:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 1 / Spa du 08/02/2026 22:10 - 70,00 (BOURGEOIS Hugo)\"\n    },\n    {\n      \"write_number\": 412,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 22:10:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 70,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #407\",\n      \"internal_ref\": 407,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 18:53:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 18:53:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 22:10:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client BOURGEOIS Hugo - factures à établir\",\n      \"label\": \"Client BOURGEOIS Hugo - factures à établir\"\n    },\n    {\n      \"write_number\": 413,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 22:10:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 58.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #407\",\n      \"internal_ref\": 407,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 18:53:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 18:53:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 22:10:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 2 / Spa du 08/02/2026 22:10 - 70,00 (BOURGEOIS Hugo)\"\n    },\n    {\n      \"write_number\": 413,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 22:10:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #407\",\n      \"internal_ref\": 407,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 18:53:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 18:53:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 22:10:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 2 / Spa du 08/02/2026 22:10 - 70,00 (BOURGEOIS Hugo)\"\n    },\n    {\n      \"write_number\": 413,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-08 22:10:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 70,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #407\",\n      \"internal_ref\": 407,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 18:53:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 18:53:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-08 22:10:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client BOURGEOIS Hugo - factures à établir\",\n      \"label\": \"Client BOURGEOIS Hugo - factures à établir\"\n    },\n    {\n      \"write_number\": 414,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"09/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 414,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"09/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 414,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 415,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"09/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 415,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"09/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 415,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 416,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #24\",\n      \"internal_ref\": 24,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"09/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 416,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #24\",\n      \"internal_ref\": 24,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"09/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 416,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #24\",\n      \"internal_ref\": 24,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 417,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #224\",\n      \"internal_ref\": 224,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"09/02 - 140,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 417,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #224\",\n      \"internal_ref\": 224,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"09/02 - 140,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 417,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #224\",\n      \"internal_ref\": 224,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TEST 2 - factures à établir\",\n      \"label\": \"Client TEST 2 - factures à établir\"\n    },\n    {\n      \"write_number\": 418,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #224\",\n      \"internal_ref\": 224,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"09/02 - 9,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 418,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #224\",\n      \"internal_ref\": 224,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TEST 2 - factures à établir\",\n      \"label\": \"Client TEST 2 - factures à établir\"\n    },\n    {\n      \"write_number\": 419,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #86\",\n      \"internal_ref\": 86,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 14:38:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 14:38:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"09/02 - 9,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 419,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #86\",\n      \"internal_ref\": 86,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 14:38:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 14:38:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 420,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 145.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #389\",\n      \"internal_ref\": 389,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 10:01:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 10:01:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"09/02 - 160,00 (Passage)\"\n    },\n    {\n      \"write_number\": 420,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 14.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #389\",\n      \"internal_ref\": 389,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 10:01:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 10:01:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"09/02 - 160,00 (Passage)\"\n    },\n    {\n      \"write_number\": 420,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 160,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #389\",\n      \"internal_ref\": 389,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 10:01:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 10:01:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 421,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #389\",\n      \"internal_ref\": 389,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 10:01:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 10:01:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"09/02 - 13,50 (Passage)\"\n    },\n    {\n      \"write_number\": 421,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #389\",\n      \"internal_ref\": 389,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 10:01:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 10:01:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 422,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #89\",\n      \"internal_ref\": 89,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 11:59:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 11:59:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 422,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #89\",\n      \"internal_ref\": 89,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 11:59:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 11:59:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 422,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #89\",\n      \"internal_ref\": 89,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 11:59:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 11:59:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client Martin Marie - factures à établir\",\n      \"label\": \"Client Martin Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 423,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #88\",\n      \"internal_ref\": 88,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 12:06:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 12:06:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 423,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #88\",\n      \"internal_ref\": 88,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 12:06:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 12:06:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 423,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #88\",\n      \"internal_ref\": 88,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 12:06:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 12:06:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client Martin Marie - factures à établir\",\n      \"label\": \"Client Martin Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 424,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #222\",\n      \"internal_ref\": 222,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 13:26:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 13:26:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"09/02 - 100,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 424,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #222\",\n      \"internal_ref\": 222,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 13:26:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 13:26:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"09/02 - 100,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 424,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #222\",\n      \"internal_ref\": 222,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 13:26:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 13:26:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TEST 2 - factures à établir\",\n      \"label\": \"Client TEST 2 - factures à établir\"\n    },\n    {\n      \"write_number\": 425,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #222\",\n      \"internal_ref\": 222,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 13:26:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 13:26:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"09/02 - 9,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 425,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #222\",\n      \"internal_ref\": 222,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 13:26:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 13:26:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TEST 2 - factures à établir\",\n      \"label\": \"Client TEST 2 - factures à établir\"\n    },\n    {\n      \"write_number\": 426,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 71.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #403\",\n      \"internal_ref\": 403,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 15:09:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 15:09:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"09/02 - 79,00 (ABDOULHAMIDI Nizar)\"\n    },\n    {\n      \"write_number\": 426,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #403\",\n      \"internal_ref\": 403,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 15:09:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 15:09:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"09/02 - 79,00 (ABDOULHAMIDI Nizar)\"\n    },\n    {\n      \"write_number\": 426,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 79,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #403\",\n      \"internal_ref\": 403,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 15:09:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 15:09:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ABDOULHAMIDI Nizar - factures à établir\",\n      \"label\": \"Client ABDOULHAMIDI Nizar - factures à établir\"\n    },\n    {\n      \"write_number\": 427,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #403\",\n      \"internal_ref\": 403,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 15:09:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 15:09:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"09/02 - 22,50 (ABDOULHAMIDI Nizar)\"\n    },\n    {\n      \"write_number\": 427,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #403\",\n      \"internal_ref\": 403,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 15:09:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 15:09:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ABDOULHAMIDI Nizar - factures à établir\",\n      \"label\": \"Client ABDOULHAMIDI Nizar - factures à établir\"\n    },\n    {\n      \"write_number\": 428,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 21:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 35.42,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 21:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700174\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Kir - 42,50 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 428,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 21:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.08,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 21:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Kir - 42,50 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 428,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 21:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 42.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 21:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupon Martin - factures à établir\",\n      \"label\": \"Client Dupon Martin - factures à établir\"\n    },\n    {\n      \"write_number\": 429,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 21:49:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:49:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:49:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 21:49:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700993\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Velouté lentille - 15,00 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 429,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 21:49:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:49:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:49:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 21:49:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Velouté lentille - 15,00 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 429,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 21:49:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:49:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:49:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 21:49:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupon Martin - factures à établir\",\n      \"label\": \"Client Dupon Martin - factures à établir\"\n    },\n    {\n      \"write_number\": 430,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 21:49:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:49:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:49:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 21:49:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700993\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Tartare de saumon - 9,00 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 430,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 21:49:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:49:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:49:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 21:49:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tartare de saumon - 9,00 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 430,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 21:49:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:49:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:49:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 21:49:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupon Martin - factures à établir\",\n      \"label\": \"Client Dupon Martin - factures à établir\"\n    },\n    {\n      \"write_number\": 431,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 21:50:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:50:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:50:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 21:50:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700994\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700994\",\n      \"aux_account_label\": \"HT Nouriture (TVA 20.00%)\",\n      \"label\": \"Domaine Theulot Juillot Mercurey Vieilles Vignes Rouge 2023 - 45,00 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 431,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 21:50:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:50:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:50:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 21:50:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Domaine Theulot Juillot Mercurey Vieilles Vignes Rouge 2023 - 45,00 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 431,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 21:50:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 45,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:50:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:50:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 21:50:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupon Martin - factures à établir\",\n      \"label\": \"Client Dupon Martin - factures à établir\"\n    },\n    {\n      \"write_number\": 432,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 21:50:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:50:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:50:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 21:50:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700083\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Nouvel article - 10,50 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 432,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 21:50:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.95,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:50:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:50:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 21:50:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Nouvel article - 10,50 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 432,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 21:50:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:50:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:50:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 21:50:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupon Martin - factures à établir\",\n      \"label\": \"Client Dupon Martin - factures à établir\"\n    },\n    {\n      \"write_number\": 433,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 21:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 21:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700994\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700994\",\n      \"aux_account_label\": \"HT Nouriture (TVA 20.00%)\",\n      \"label\": \"Domaine Theulot Juillot Mercurey Vieilles Vignes Rouge 2023 - 45,00 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 433,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 21:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 21:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Domaine Theulot Juillot Mercurey Vieilles Vignes Rouge 2023 - 45,00 (Dupon Martin)\"\n    },\n    {\n      \"write_number\": 433,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 21:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 45,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #120\",\n      \"internal_ref\": 120,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 21:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupon Martin - factures à établir\",\n      \"label\": \"Client Dupon Martin - factures à établir\"\n    },\n    {\n      \"write_number\": 434,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 22:03:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #89\",\n      \"internal_ref\": 89,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 22:03:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 22:03:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 22:03:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80101063\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80101063\",\n      \"aux_account_label\": \"HT Entrées (TVA 10.00%)\",\n      \"label\": \"Entrée du jour - 25,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 434,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 22:03:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #89\",\n      \"internal_ref\": 89,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 22:03:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 22:03:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 22:03:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Entrée du jour - 25,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 434,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 22:03:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 25,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #89\",\n      \"internal_ref\": 89,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 22:03:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 22:03:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 22:03:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client Martin Marie - factures à établir\",\n      \"label\": \"Client Martin Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 435,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 22:03:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #89\",\n      \"internal_ref\": 89,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 22:03:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 22:03:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 22:03:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100954\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100954\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Amatriciana - 50,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 435,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 22:03:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #89\",\n      \"internal_ref\": 89,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 22:03:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 22:03:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 22:03:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Amatriciana - 50,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 435,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-09 22:03:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #89\",\n      \"internal_ref\": 89,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 22:03:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 22:03:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-09 22:03:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client Martin Marie - factures à établir\",\n      \"label\": \"Client Martin Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 436,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"10/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 436,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"10/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 436,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 437,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"10/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 437,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"10/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 437,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 438,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #24\",\n      \"internal_ref\": 24,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"10/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 438,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #24\",\n      \"internal_ref\": 24,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"10/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 438,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #24\",\n      \"internal_ref\": 24,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 439,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"10/02 - 140,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 439,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"10/02 - 140,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 439,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TEST 2 - factures à établir\",\n      \"label\": \"Client TEST 2 - factures à établir\"\n    },\n    {\n      \"write_number\": 440,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"10/02 - 9,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 440,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TEST 2 - factures à établir\",\n      \"label\": \"Client TEST 2 - factures à établir\"\n    },\n    {\n      \"write_number\": 441,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 50.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #263\",\n      \"internal_ref\": 263,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"10/02 - 55,30 (ACME)\"\n    },\n    {\n      \"write_number\": 441,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.03,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #263\",\n      \"internal_ref\": 263,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"10/02 - 55,30 (ACME)\"\n    },\n    {\n      \"write_number\": 441,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 55.3,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #263\",\n      \"internal_ref\": 263,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 442,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #263\",\n      \"internal_ref\": 263,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"10/02 - 22,50 (ACME)\"\n    },\n    {\n      \"write_number\": 442,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #263\",\n      \"internal_ref\": 263,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 443,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #86\",\n      \"internal_ref\": 86,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 14:38:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 14:38:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"10/02 - 9,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 443,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #86\",\n      \"internal_ref\": 86,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 14:38:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 14:38:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 444,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #314\",\n      \"internal_ref\": 314,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 10:37:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 10:37:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"10/02 - 9,00 (dupont)\"\n    },\n    {\n      \"write_number\": 444,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #314\",\n      \"internal_ref\": 314,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 10:37:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 10:37:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client dupont - factures à établir\",\n      \"label\": \"Client dupont - factures à établir\"\n    },\n    {\n      \"write_number\": 445,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 25,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #314\",\n      \"internal_ref\": 314,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 10:41:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 10:41:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT Hébergement (TVA 20.00%)\",\n      \"label\": \"no show - 30,00 (dupont)\"\n    },\n    {\n      \"write_number\": 445,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #314\",\n      \"internal_ref\": 314,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 10:41:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 10:41:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"no show - 30,00 (dupont)\"\n    },\n    {\n      \"write_number\": 445,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 30,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #314\",\n      \"internal_ref\": 314,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 10:41:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 10:41:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client dupont - factures à établir\",\n      \"label\": \"Client dupont - factures à établir\"\n    },\n    {\n      \"write_number\": 446,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 145.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #389\",\n      \"internal_ref\": 389,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 10:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 10:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"10/02 - 160,00 (Passage)\"\n    },\n    {\n      \"write_number\": 446,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 14.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #389\",\n      \"internal_ref\": 389,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 10:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 10:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"10/02 - 160,00 (Passage)\"\n    },\n    {\n      \"write_number\": 446,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 160,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #389\",\n      \"internal_ref\": 389,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 10:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 10:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 447,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #389\",\n      \"internal_ref\": 389,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 10:01:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 10:01:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"10/02 - 13,50 (Passage)\"\n    },\n    {\n      \"write_number\": 447,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #389\",\n      \"internal_ref\": 389,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 10:01:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 10:01:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 448,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #443\",\n      \"internal_ref\": 443,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 13:55:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 13:55:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"10/02 - 20,00 (AGAH DOE20)\"\n    },\n    {\n      \"write_number\": 448,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #443\",\n      \"internal_ref\": 443,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 13:55:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 13:55:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"10/02 - 20,00 (AGAH DOE20)\"\n    },\n    {\n      \"write_number\": 448,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #443\",\n      \"internal_ref\": 443,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 13:55:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 13:55:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client AGAH DOE20 - factures à établir\",\n      \"label\": \"Client AGAH DOE20 - factures à établir\"\n    },\n    {\n      \"write_number\": 449,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #443\",\n      \"internal_ref\": 443,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 13:55:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 13:55:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"10/02 - 9,00 (AGAH DOE20)\"\n    },\n    {\n      \"write_number\": 449,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #443\",\n      \"internal_ref\": 443,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 13:55:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 13:55:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client AGAH DOE20 - factures à établir\",\n      \"label\": \"Client AGAH DOE20 - factures à établir\"\n    },\n    {\n      \"write_number\": 450,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #445\",\n      \"internal_ref\": 445,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 14:10:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 14:10:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"10/02 - 100,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 450,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #445\",\n      \"internal_ref\": 445,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 14:10:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 14:10:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"10/02 - 100,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 450,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #445\",\n      \"internal_ref\": 445,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 14:10:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 14:10:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 451,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #445\",\n      \"internal_ref\": 445,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 14:10:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 14:10:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"10/02 - 9,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 451,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #445\",\n      \"internal_ref\": 445,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 14:10:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 14:10:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 452,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #458\",\n      \"internal_ref\": 458,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"10/02 - 110,00 (MONNOT Noa)\"\n    },\n    {\n      \"write_number\": 452,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #458\",\n      \"internal_ref\": 458,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"10/02 - 110,00 (MONNOT Noa)\"\n    },\n    {\n      \"write_number\": 452,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 110,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #458\",\n      \"internal_ref\": 458,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client MONNOT Noa - factures à établir\",\n      \"label\": \"Client MONNOT Noa - factures à établir\"\n    },\n    {\n      \"write_number\": 453,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #458\",\n      \"internal_ref\": 458,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"10/02 - 4,50 (MONNOT Noa)\"\n    },\n    {\n      \"write_number\": 453,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #458\",\n      \"internal_ref\": 458,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client MONNOT Noa - factures à établir\",\n      \"label\": \"Client MONNOT Noa - factures à établir\"\n    },\n    {\n      \"write_number\": 454,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #801\",\n      \"internal_ref\": 801,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 23:10:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 23:10:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"10/02 - 100,00 (Sa Ré)\"\n    },\n    {\n      \"write_number\": 454,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #801\",\n      \"internal_ref\": 801,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 23:10:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 23:10:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000S\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000S\",\n      \"aux_account_label\": \"Client Sa Ré - factures à établir\",\n      \"label\": \"Client Sa Ré - factures à établir\"\n    },\n    {\n      \"write_number\": 455,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #801\",\n      \"internal_ref\": 801,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 23:10:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 23:10:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"10/02 - 4,50 (Sa Ré)\"\n    },\n    {\n      \"write_number\": 455,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #801\",\n      \"internal_ref\": 801,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 23:10:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 23:10:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000S\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000S\",\n      \"aux_account_label\": \"Client Sa Ré - factures à établir\",\n      \"label\": \"Client Sa Ré - factures à établir\"\n    },\n    {\n      \"write_number\": 456,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 09:40:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 116.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #467\",\n      \"internal_ref\": 467,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 14:23:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 14:23:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 09:40:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 2 / Spa du 10/02/2026 09:40 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 456,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 09:40:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 23.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #467\",\n      \"internal_ref\": 467,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 14:23:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 14:23:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 09:40:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 2 / Spa du 10/02/2026 09:40 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 456,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 09:40:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #467\",\n      \"internal_ref\": 467,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 14:23:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 14:23:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 09:40:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 457,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 13:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 233.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #466\",\n      \"internal_ref\": 466,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 14:23:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 14:23:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 13:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 2 / Spa du 10/02/2026 13:50 - 280,00 (Passage)\"\n    },\n    {\n      \"write_number\": 457,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 13:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 46.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #466\",\n      \"internal_ref\": 466,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 14:23:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 14:23:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 13:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 2 / Spa du 10/02/2026 13:50 - 280,00 (Passage)\"\n    },\n    {\n      \"write_number\": 457,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-10 13:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 280,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #466\",\n      \"internal_ref\": 466,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 14:23:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 14:23:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-10 13:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 458,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"11/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 458,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"11/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 458,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:20:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 459,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"11/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 459,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"11/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 459,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 460,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #24\",\n      \"internal_ref\": 24,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"11/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 460,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #24\",\n      \"internal_ref\": 24,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"11/02 - 40,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 460,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #24\",\n      \"internal_ref\": 24,\n      \"accounting_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-23 17:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 461,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"11/02 - 140,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 461,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"11/02 - 140,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 461,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TEST 2 - factures à établir\",\n      \"label\": \"Client TEST 2 - factures à établir\"\n    },\n    {\n      \"write_number\": 462,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"11/02 - 9,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 462,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TEST 2 - factures à établir\",\n      \"label\": \"Client TEST 2 - factures à établir\"\n    },\n    {\n      \"write_number\": 463,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 50.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #263\",\n      \"internal_ref\": 263,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"11/02 - 55,30 (ACME)\"\n    },\n    {\n      \"write_number\": 463,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.03,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #263\",\n      \"internal_ref\": 263,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"11/02 - 55,30 (ACME)\"\n    },\n    {\n      \"write_number\": 463,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 55.3,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #263\",\n      \"internal_ref\": 263,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 464,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #263\",\n      \"internal_ref\": 263,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"11/02 - 22,50 (ACME)\"\n    },\n    {\n      \"write_number\": 464,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #263\",\n      \"internal_ref\": 263,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 465,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 145.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #389\",\n      \"internal_ref\": 389,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 10:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 10:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"11/02 - 160,00 (Passage)\"\n    },\n    {\n      \"write_number\": 465,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 14.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #389\",\n      \"internal_ref\": 389,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 10:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 10:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"11/02 - 160,00 (Passage)\"\n    },\n    {\n      \"write_number\": 465,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 160,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #389\",\n      \"internal_ref\": 389,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 10:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 10:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 466,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #389\",\n      \"internal_ref\": 389,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 10:01:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 10:01:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"11/02 - 13,50 (Passage)\"\n    },\n    {\n      \"write_number\": 466,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #389\",\n      \"internal_ref\": 389,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 10:01:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 10:01:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 467,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 130.9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"11/02 - 160,00 (DELANNOY Clément)\"\n    },\n    {\n      \"write_number\": 467,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.1,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"11/02 - 160,00 (DELANNOY Clément)\"\n    },\n    {\n      \"write_number\": 467,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 144,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DELANNOY Clément - factures à établir\",\n      \"label\": \"Client DELANNOY Clément - factures à établir\"\n    },\n    {\n      \"write_number\": 468,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"11/02 - 9,00 (DELANNOY Clément)\"\n    },\n    {\n      \"write_number\": 468,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DELANNOY Clément - factures à établir\",\n      \"label\": \"Client DELANNOY Clément - factures à établir\"\n    },\n    {\n      \"write_number\": 469,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 40.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 11:14:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 11:14:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700593\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700593\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"diner extraordinaire - 45,00 (DELANNOY Clément)\"\n    },\n    {\n      \"write_number\": 469,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 11:14:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 11:14:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"diner extraordinaire - 45,00 (DELANNOY Clément)\"\n    },\n    {\n      \"write_number\": 469,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 45,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 11:14:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 11:14:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DELANNOY Clément - factures à établir\",\n      \"label\": \"Client DELANNOY Clément - factures à établir\"\n    },\n    {\n      \"write_number\": 470,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #458\",\n      \"internal_ref\": 458,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"11/02 - 110,00 (MONNOT Noa)\"\n    },\n    {\n      \"write_number\": 470,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #458\",\n      \"internal_ref\": 458,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"11/02 - 110,00 (MONNOT Noa)\"\n    },\n    {\n      \"write_number\": 470,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 110,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #458\",\n      \"internal_ref\": 458,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client MONNOT Noa - factures à établir\",\n      \"label\": \"Client MONNOT Noa - factures à établir\"\n    },\n    {\n      \"write_number\": 471,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #458\",\n      \"internal_ref\": 458,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 15,00 (MONNOT Noa)\"\n    },\n    {\n      \"write_number\": 471,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #458\",\n      \"internal_ref\": 458,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 15,00 (MONNOT Noa)\"\n    },\n    {\n      \"write_number\": 471,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #458\",\n      \"internal_ref\": 458,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client MONNOT Noa - factures à établir\",\n      \"label\": \"Client MONNOT Noa - factures à établir\"\n    },\n    {\n      \"write_number\": 472,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #458\",\n      \"internal_ref\": 458,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"11/02 - 4,50 (MONNOT Noa)\"\n    },\n    {\n      \"write_number\": 472,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #458\",\n      \"internal_ref\": 458,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client MONNOT Noa - factures à établir\",\n      \"label\": \"Client MONNOT Noa - factures à établir\"\n    },\n    {\n      \"write_number\": 473,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #460\",\n      \"internal_ref\": 460,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:55:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:55:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"11/02 - 90,00 (Lakhfif Soufiane)\"\n    },\n    {\n      \"write_number\": 473,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #460\",\n      \"internal_ref\": 460,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:55:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:55:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"11/02 - 90,00 (Lakhfif Soufiane)\"\n    },\n    {\n      \"write_number\": 473,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #460\",\n      \"internal_ref\": 460,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:55:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:55:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000L\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000L\",\n      \"aux_account_label\": \"Client Lakhfif Soufiane - factures à établir\",\n      \"label\": \"Client Lakhfif Soufiane - factures à établir\"\n    },\n    {\n      \"write_number\": 474,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #460\",\n      \"internal_ref\": 460,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:55:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:55:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"11/02 - 9,00 (Lakhfif Soufiane)\"\n    },\n    {\n      \"write_number\": 474,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #460\",\n      \"internal_ref\": 460,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:55:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:55:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000L\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000L\",\n      \"aux_account_label\": \"Client Lakhfif Soufiane - factures à établir\",\n      \"label\": \"Client Lakhfif Soufiane - factures à établir\"\n    },\n    {\n      \"write_number\": 475,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #801\",\n      \"internal_ref\": 801,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 23:10:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 23:10:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"11/02 - 100,00 (Sa Ré)\"\n    },\n    {\n      \"write_number\": 475,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #801\",\n      \"internal_ref\": 801,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 23:10:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 23:10:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000S\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000S\",\n      \"aux_account_label\": \"Client Sa Ré - factures à établir\",\n      \"label\": \"Client Sa Ré - factures à établir\"\n    },\n    {\n      \"write_number\": 476,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #801\",\n      \"internal_ref\": 801,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 23:10:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 23:10:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"11/02 - 4,50 (Sa Ré)\"\n    },\n    {\n      \"write_number\": 476,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #801\",\n      \"internal_ref\": 801,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 23:10:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 23:10:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-11 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000S\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000S\",\n      \"aux_account_label\": \"Client Sa Ré - factures à établir\",\n      \"label\": \"Client Sa Ré - factures à établir\"\n    },\n    {\n      \"write_number\": 477,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"12/02 - 140,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 477,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"12/02 - 140,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 477,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TEST 2 - factures à établir\",\n      \"label\": \"Client TEST 2 - factures à établir\"\n    },\n    {\n      \"write_number\": 478,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"12/02 - 9,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 478,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TEST 2 - factures à établir\",\n      \"label\": \"Client TEST 2 - factures à établir\"\n    },\n    {\n      \"write_number\": 479,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 50.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #263\",\n      \"internal_ref\": 263,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"12/02 - 55,30 (ACME)\"\n    },\n    {\n      \"write_number\": 479,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.03,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #263\",\n      \"internal_ref\": 263,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"12/02 - 55,30 (ACME)\"\n    },\n    {\n      \"write_number\": 479,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 55.3,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #263\",\n      \"internal_ref\": 263,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 480,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #263\",\n      \"internal_ref\": 263,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"12/02 - 22,50 (ACME)\"\n    },\n    {\n      \"write_number\": 480,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #263\",\n      \"internal_ref\": 263,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 09:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 481,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"12/02 - 110,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 481,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"12/02 - 110,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 481,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 110,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 482,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"12/02 - 110,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 482,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"12/02 - 110,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 482,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 110,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 483,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"12/02 - 9,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 483,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 484,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"12/02 - 9,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 484,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 485,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:14:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:14:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Plateau de fromage - 12,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 485,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:14:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:14:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Plateau de fromage - 12,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 485,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:14:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:14:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 486,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"12/02 - 100,00 (Valentina Vaveloce)\"\n    },\n    {\n      \"write_number\": 486,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"12/02 - 100,00 (Valentina Vaveloce)\"\n    },\n    {\n      \"write_number\": 486,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000V\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000V\",\n      \"aux_account_label\": \"Client Valentina Vaveloce - factures à établir\",\n      \"label\": \"Client Valentina Vaveloce - factures à établir\"\n    },\n    {\n      \"write_number\": 487,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"12/02 - 9,00 (Valentina Vaveloce)\"\n    },\n    {\n      \"write_number\": 487,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000V\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000V\",\n      \"aux_account_label\": \"Client Valentina Vaveloce - factures à établir\",\n      \"label\": \"Client Valentina Vaveloce - factures à établir\"\n    },\n    {\n      \"write_number\": 488,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:15:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:15:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (Valentina Vaveloce)\"\n    },\n    {\n      \"write_number\": 488,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:15:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:15:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (Valentina Vaveloce)\"\n    },\n    {\n      \"write_number\": 488,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:15:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:15:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000V\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000V\",\n      \"aux_account_label\": \"Client Valentina Vaveloce - factures à établir\",\n      \"label\": \"Client Valentina Vaveloce - factures à établir\"\n    },\n    {\n      \"write_number\": 489,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:15:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:15:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (Valentina Vaveloce)\"\n    },\n    {\n      \"write_number\": 489,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:15:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:15:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (Valentina Vaveloce)\"\n    },\n    {\n      \"write_number\": 489,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:15:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:15:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000V\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000V\",\n      \"aux_account_label\": \"Client Valentina Vaveloce - factures à établir\",\n      \"label\": \"Client Valentina Vaveloce - factures à établir\"\n    },\n    {\n      \"write_number\": 490,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:15:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:15:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (Valentina Vaveloce)\"\n    },\n    {\n      \"write_number\": 490,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:15:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:15:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (Valentina Vaveloce)\"\n    },\n    {\n      \"write_number\": 490,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:15:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:15:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000V\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000V\",\n      \"aux_account_label\": \"Client Valentina Vaveloce - factures à établir\",\n      \"label\": \"Client Valentina Vaveloce - factures à établir\"\n    },\n    {\n      \"write_number\": 491,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 87.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #389\",\n      \"internal_ref\": 389,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 10:02:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 10:02:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700233\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700233\",\n      \"aux_account_label\": \"HT Boisson chaude (TVA 10.00%)\",\n      \"label\": \"Expresso - 96,00 (Passage)\"\n    },\n    {\n      \"write_number\": 491,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #389\",\n      \"internal_ref\": 389,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 10:02:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 10:02:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Expresso - 96,00 (Passage)\"\n    },\n    {\n      \"write_number\": 491,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 96,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #389\",\n      \"internal_ref\": 389,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 10:02:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 10:02:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 492,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #427\",\n      \"internal_ref\": 427,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 14:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 14:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"12/02 - 100,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 492,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #427\",\n      \"internal_ref\": 427,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 14:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 14:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"12/02 - 100,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 492,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #427\",\n      \"internal_ref\": 427,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 14:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 14:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 493,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #427\",\n      \"internal_ref\": 427,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 14:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 14:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"12/02 - 9,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 493,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #427\",\n      \"internal_ref\": 427,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 14:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 14:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 494,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 145.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"12/02 - 160,00 (DELANNOY Clément)\"\n    },\n    {\n      \"write_number\": 494,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 14.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"12/02 - 160,00 (DELANNOY Clément)\"\n    },\n    {\n      \"write_number\": 494,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 160,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DELANNOY Clément - factures à établir\",\n      \"label\": \"Client DELANNOY Clément - factures à établir\"\n    },\n    {\n      \"write_number\": 495,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"12/02 - 9,00 (DELANNOY Clément)\"\n    },\n    {\n      \"write_number\": 495,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DELANNOY Clément - factures à établir\",\n      \"label\": \"Client DELANNOY Clément - factures à établir\"\n    },\n    {\n      \"write_number\": 496,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 94.79,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #446\",\n      \"internal_ref\": 446,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 16:10:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 16:10:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600002\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600002\",\n      \"aux_account_label\": \"HT Hébergement (TVA 5.50%)\",\n      \"label\": \"12/02 - 100,00 (sam espaceclient)\"\n    },\n    {\n      \"write_number\": 496,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.21,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #446\",\n      \"internal_ref\": 446,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 16:10:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 16:10:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"12/02 - 100,00 (sam espaceclient)\"\n    },\n    {\n      \"write_number\": 496,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #446\",\n      \"internal_ref\": 446,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 16:10:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 16:10:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000S\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000S\",\n      \"aux_account_label\": \"Client sam espaceclient - factures à établir\",\n      \"label\": \"Client sam espaceclient - factures à établir\"\n    },\n    {\n      \"write_number\": 497,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #446\",\n      \"internal_ref\": 446,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 16:10:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 16:10:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"12/02 - 4,50 (sam espaceclient)\"\n    },\n    {\n      \"write_number\": 497,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #446\",\n      \"internal_ref\": 446,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 16:10:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 16:10:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000S\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000S\",\n      \"aux_account_label\": \"Client sam espaceclient - factures à établir\",\n      \"label\": \"Client sam espaceclient - factures à établir\"\n    },\n    {\n      \"write_number\": 498,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 145.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"12/02 - 160,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 498,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 14.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"12/02 - 160,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 498,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 160,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 499,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"12/02 - 9,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 499,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 500,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 21:03:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 21:03:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700233\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700233\",\n      \"aux_account_label\": \"HT Boisson chaude (TVA 10.00%)\",\n      \"label\": \"Expresso - 5,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 500,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 21:03:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 21:03:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Expresso - 5,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 500,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 21:03:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 21:03:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 501,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 21:03:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 21:03:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700174\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"mojito - 5,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 501,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 21:03:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 21:03:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"mojito - 5,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 501,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 21:03:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 21:03:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 502,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 40.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 11:14:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 11:14:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700593\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700593\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"diner extraordinaire - 45,00 (DELANNOY Clément)\"\n    },\n    {\n      \"write_number\": 502,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 11:14:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 11:14:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"diner extraordinaire - 45,00 (DELANNOY Clément)\"\n    },\n    {\n      \"write_number\": 502,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 45,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 11:14:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 11:14:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DELANNOY Clément - factures à établir\",\n      \"label\": \"Client DELANNOY Clément - factures à établir\"\n    },\n    {\n      \"write_number\": 503,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #458\",\n      \"internal_ref\": 458,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 15,00 (MONNOT Noa)\"\n    },\n    {\n      \"write_number\": 503,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #458\",\n      \"internal_ref\": 458,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 15,00 (MONNOT Noa)\"\n    },\n    {\n      \"write_number\": 503,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #458\",\n      \"internal_ref\": 458,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 17:53:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client MONNOT Noa - factures à établir\",\n      \"label\": \"Client MONNOT Noa - factures à établir\"\n    },\n    {\n      \"write_number\": 504,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #475\",\n      \"internal_ref\": 475,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 17:07:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 17:07:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"12/02 - 100,00 (nouveau client)\"\n    },\n    {\n      \"write_number\": 504,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #475\",\n      \"internal_ref\": 475,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 17:07:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 17:07:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"12/02 - 100,00 (nouveau client)\"\n    },\n    {\n      \"write_number\": 504,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #475\",\n      \"internal_ref\": 475,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 17:07:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 17:07:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000N\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000N\",\n      \"aux_account_label\": \"Client nouveau client - factures à établir\",\n      \"label\": \"Client nouveau client - factures à établir\"\n    },\n    {\n      \"write_number\": 505,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #475\",\n      \"internal_ref\": 475,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 17:07:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 17:07:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"12/02 - 9,00 (nouveau client)\"\n    },\n    {\n      \"write_number\": 505,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #475\",\n      \"internal_ref\": 475,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 17:07:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 17:07:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000N\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000N\",\n      \"aux_account_label\": \"Client nouveau client - factures à établir\",\n      \"label\": \"Client nouveau client - factures à établir\"\n    },\n    {\n      \"write_number\": 506,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 20:53:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 20:53:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 10,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 506,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 20:53:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 20:53:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 10,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 506,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #22\",\n      \"internal_ref\": 22,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 20:53:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 20:53:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 507,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 20:53:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 20:53:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 10,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 507,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 20:53:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 20:53:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 10,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 507,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #23\",\n      \"internal_ref\": 23,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 20:53:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 20:53:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 508,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #789\",\n      \"internal_ref\": 789,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 16:55:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 16:55:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"12/02 - 100,00 (Para Momo)\"\n    },\n    {\n      \"write_number\": 508,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #789\",\n      \"internal_ref\": 789,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 16:55:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 16:55:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Para Momo - factures à établir\",\n      \"label\": \"Client Para Momo - factures à établir\"\n    },\n    {\n      \"write_number\": 509,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #789\",\n      \"internal_ref\": 789,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 16:55:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 16:55:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"12/02 - 4,50 (Para Momo)\"\n    },\n    {\n      \"write_number\": 509,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #789\",\n      \"internal_ref\": 789,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 16:55:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 16:55:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Para Momo - factures à établir\",\n      \"label\": \"Client Para Momo - factures à établir\"\n    },\n    {\n      \"write_number\": 510,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 16.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #460\",\n      \"internal_ref\": 460,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner enfant GASY - 18,00 (Lakhfif Soufiane)\"\n    },\n    {\n      \"write_number\": 510,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #460\",\n      \"internal_ref\": 460,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner enfant GASY - 18,00 (Lakhfif Soufiane)\"\n    },\n    {\n      \"write_number\": 510,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #460\",\n      \"internal_ref\": 460,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000L\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000L\",\n      \"aux_account_label\": \"Client Lakhfif Soufiane - factures à établir\",\n      \"label\": \"Client Lakhfif Soufiane - factures à établir\"\n    },\n    {\n      \"write_number\": 511,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #460\",\n      \"internal_ref\": 460,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 14,00 (Lakhfif Soufiane)\"\n    },\n    {\n      \"write_number\": 511,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #460\",\n      \"internal_ref\": 460,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 14,00 (Lakhfif Soufiane)\"\n    },\n    {\n      \"write_number\": 511,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 14,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #460\",\n      \"internal_ref\": 460,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000L\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000L\",\n      \"aux_account_label\": \"Client Lakhfif Soufiane - factures à établir\",\n      \"label\": \"Client Lakhfif Soufiane - factures à établir\"\n    },\n    {\n      \"write_number\": 512,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #460\",\n      \"internal_ref\": 460,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner formule GASY2 - 10,00 (Lakhfif Soufiane)\"\n    },\n    {\n      \"write_number\": 512,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #460\",\n      \"internal_ref\": 460,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner formule GASY2 - 10,00 (Lakhfif Soufiane)\"\n    },\n    {\n      \"write_number\": 512,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #460\",\n      \"internal_ref\": 460,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-12 08:27:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000L\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000L\",\n      \"aux_account_label\": \"Client Lakhfif Soufiane - factures à établir\",\n      \"label\": \"Client Lakhfif Soufiane - factures à établir\"\n    },\n    {\n      \"write_number\": 513,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"13/02 - 140,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 513,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"13/02 - 140,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 513,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TEST 2 - factures à établir\",\n      \"label\": \"Client TEST 2 - factures à établir\"\n    },\n    {\n      \"write_number\": 514,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"13/02 - 9,00 (TEST 2)\"\n    },\n    {\n      \"write_number\": 514,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #225\",\n      \"internal_ref\": 225,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:05:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TEST 2 - factures à établir\",\n      \"label\": \"Client TEST 2 - factures à établir\"\n    },\n    {\n      \"write_number\": 515,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"13/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 515,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"13/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 515,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 516,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"13/02 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 516,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 517,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 27.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 517,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 517,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 30,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:10:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 518,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 27.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:22:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:22:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 518,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:22:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:22:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 518,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 30,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:22:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:22:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 519,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:27:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:27:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 519,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:27:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:27:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 519,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:27:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:27:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 520,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:28:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:28:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700233\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700233\",\n      \"aux_account_label\": \"HT Boisson chaude (TVA 10.00%)\",\n      \"label\": \"Café allongé - 9,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 520,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:28:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:28:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Café allongé - 9,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 520,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #319\",\n      \"internal_ref\": 319,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:28:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:28:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 521,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"13/02 - 100,00 (Valentina Vaveloce)\"\n    },\n    {\n      \"write_number\": 521,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"13/02 - 100,00 (Valentina Vaveloce)\"\n    },\n    {\n      \"write_number\": 521,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000V\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000V\",\n      \"aux_account_label\": \"Client Valentina Vaveloce - factures à établir\",\n      \"label\": \"Client Valentina Vaveloce - factures à établir\"\n    },\n    {\n      \"write_number\": 522,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"13/02 - 9,00 (Valentina Vaveloce)\"\n    },\n    {\n      \"write_number\": 522,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:14:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000V\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000V\",\n      \"aux_account_label\": \"Client Valentina Vaveloce - factures à établir\",\n      \"label\": \"Client Valentina Vaveloce - factures à établir\"\n    },\n    {\n      \"write_number\": 523,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:15:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:15:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (Valentina Vaveloce)\"\n    },\n    {\n      \"write_number\": 523,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:15:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:15:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (Valentina Vaveloce)\"\n    },\n    {\n      \"write_number\": 523,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:15:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:15:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000V\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000V\",\n      \"aux_account_label\": \"Client Valentina Vaveloce - factures à établir\",\n      \"label\": \"Client Valentina Vaveloce - factures à établir\"\n    },\n    {\n      \"write_number\": 524,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:15:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:15:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (Valentina Vaveloce)\"\n    },\n    {\n      \"write_number\": 524,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:15:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:15:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (Valentina Vaveloce)\"\n    },\n    {\n      \"write_number\": 524,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:15:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:15:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000V\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000V\",\n      \"aux_account_label\": \"Client Valentina Vaveloce - factures à établir\",\n      \"label\": \"Client Valentina Vaveloce - factures à établir\"\n    },\n    {\n      \"write_number\": 525,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:15:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:15:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (Valentina Vaveloce)\"\n    },\n    {\n      \"write_number\": 525,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:15:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:15:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (Valentina Vaveloce)\"\n    },\n    {\n      \"write_number\": 525,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #384\",\n      \"internal_ref\": 384,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 22:15:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 22:15:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000V\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000V\",\n      \"aux_account_label\": \"Client Valentina Vaveloce - factures à établir\",\n      \"label\": \"Client Valentina Vaveloce - factures à établir\"\n    },\n    {\n      \"write_number\": 526,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 163.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"13/02 - 180,00 (DELANNOY Clément)\"\n    },\n    {\n      \"write_number\": 526,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 16.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"13/02 - 180,00 (DELANNOY Clément)\"\n    },\n    {\n      \"write_number\": 526,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 180,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DELANNOY Clément - factures à établir\",\n      \"label\": \"Client DELANNOY Clément - factures à établir\"\n    },\n    {\n      \"write_number\": 527,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"13/02 - 9,00 (DELANNOY Clément)\"\n    },\n    {\n      \"write_number\": 527,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DELANNOY Clément - factures à établir\",\n      \"label\": \"Client DELANNOY Clément - factures à établir\"\n    },\n    {\n      \"write_number\": 528,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 145.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"13/02 - 160,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 528,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 14.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"13/02 - 160,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 528,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 160,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 529,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"13/02 - 9,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 529,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-10 21:01:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 530,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 40.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 11:14:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 11:14:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700593\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700593\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"diner extraordinaire - 45,00 (DELANNOY Clément)\"\n    },\n    {\n      \"write_number\": 530,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 11:14:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 11:14:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"diner extraordinaire - 45,00 (DELANNOY Clément)\"\n    },\n    {\n      \"write_number\": 530,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 45,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 11:14:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 11:14:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DELANNOY Clément - factures à établir\",\n      \"label\": \"Client DELANNOY Clément - factures à établir\"\n    },\n    {\n      \"write_number\": 531,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #457\",\n      \"internal_ref\": 457,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 16:54:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 16:54:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"13/02 - 90,00 (fabre)\"\n    },\n    {\n      \"write_number\": 531,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #457\",\n      \"internal_ref\": 457,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 16:54:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 16:54:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"13/02 - 90,00 (fabre)\"\n    },\n    {\n      \"write_number\": 531,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #457\",\n      \"internal_ref\": 457,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 16:54:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 16:54:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client fabre - factures à établir\",\n      \"label\": \"Client fabre - factures à établir\"\n    },\n    {\n      \"write_number\": 532,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #457\",\n      \"internal_ref\": 457,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 16:54:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 16:54:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"13/02 - 9,00 (fabre)\"\n    },\n    {\n      \"write_number\": 532,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #457\",\n      \"internal_ref\": 457,\n      \"accounting_date\": {\n        \"date\": \"2026-02-11 16:54:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-11 16:54:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client fabre - factures à établir\",\n      \"label\": \"Client fabre - factures à établir\"\n    },\n    {\n      \"write_number\": 533,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 27.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 13:53:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 13:53:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 533,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 13:53:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 13:53:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 533,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 30,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 13:53:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 13:53:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 534,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 87.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #482\",\n      \"internal_ref\": 482,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:00:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:00:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"13/02 - 96,00 (DORGET ALICIA)\"\n    },\n    {\n      \"write_number\": 534,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #482\",\n      \"internal_ref\": 482,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:00:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:00:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"13/02 - 96,00 (DORGET ALICIA)\"\n    },\n    {\n      \"write_number\": 534,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 96,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #482\",\n      \"internal_ref\": 482,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:00:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:00:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DORGET ALICIA - factures à établir\",\n      \"label\": \"Client DORGET ALICIA - factures à établir\"\n    },\n    {\n      \"write_number\": 535,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #482\",\n      \"internal_ref\": 482,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:00:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:00:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"13/02 - 13,50 (DORGET ALICIA)\"\n    },\n    {\n      \"write_number\": 535,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #482\",\n      \"internal_ref\": 482,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:00:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:00:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DORGET ALICIA - factures à établir\",\n      \"label\": \"Client DORGET ALICIA - factures à établir\"\n    },\n    {\n      \"write_number\": 536,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #789\",\n      \"internal_ref\": 789,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 16:55:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 16:55:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"13/02 - 100,00 (Para Momo)\"\n    },\n    {\n      \"write_number\": 536,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #789\",\n      \"internal_ref\": 789,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 16:55:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 16:55:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Para Momo - factures à établir\",\n      \"label\": \"Client Para Momo - factures à établir\"\n    },\n    {\n      \"write_number\": 537,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #789\",\n      \"internal_ref\": 789,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 16:55:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 16:55:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"13/02 - 4,50 (Para Momo)\"\n    },\n    {\n      \"write_number\": 537,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #789\",\n      \"internal_ref\": 789,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 16:55:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 16:55:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Para Momo - factures à établir\",\n      \"label\": \"Client Para Momo - factures à établir\"\n    },\n    {\n      \"write_number\": 538,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 06:31:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 15.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #113\",\n      \"internal_ref\": 113,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 06:31:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 06:31:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 06:31:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Fondant au chocolat - 17,00 (CAZEMAJOU Hugo)\"\n    },\n    {\n      \"write_number\": 538,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 06:31:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #113\",\n      \"internal_ref\": 113,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 06:31:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 06:31:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 06:31:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au chocolat - 17,00 (CAZEMAJOU Hugo)\"\n    },\n    {\n      \"write_number\": 538,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 06:31:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 17,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #113\",\n      \"internal_ref\": 113,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 06:31:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 06:31:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 06:31:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client CAZEMAJOU Hugo - factures à établir\",\n      \"label\": \"Client CAZEMAJOU Hugo - factures à établir\"\n    },\n    {\n      \"write_number\": 539,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 12:40:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #479\",\n      \"internal_ref\": 479,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 12:40:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 12:40:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 12:40:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Tiramisu - 9,50 ()\"\n    },\n    {\n      \"write_number\": 539,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 12:40:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #479\",\n      \"internal_ref\": 479,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 12:40:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 12:40:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 12:40:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tiramisu - 9,50 ()\"\n    },\n    {\n      \"write_number\": 539,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 12:40:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #479\",\n      \"internal_ref\": 479,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 12:40:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 12:40:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 12:40:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 540,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 12:40:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #480\",\n      \"internal_ref\": 480,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 12:40:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 12:40:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 12:40:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700173\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700173\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Jus  - 4,50 ()\"\n    },\n    {\n      \"write_number\": 540,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 12:40:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #480\",\n      \"internal_ref\": 480,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 12:40:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 12:40:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 12:40:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Jus  - 4,50 ()\"\n    },\n    {\n      \"write_number\": 540,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 12:40:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #480\",\n      \"internal_ref\": 480,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 12:40:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 12:40:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 12:40:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 541,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 12:43:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #481\",\n      \"internal_ref\": 481,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 12:43:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 12:43:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 12:43:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700263\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Rillettes - 10,00 ()\"\n    },\n    {\n      \"write_number\": 541,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 12:43:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #481\",\n      \"internal_ref\": 481,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 12:43:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 12:43:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 12:43:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Rillettes - 10,00 ()\"\n    },\n    {\n      \"write_number\": 541,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-13 12:43:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #481\",\n      \"internal_ref\": 481,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 12:43:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 12:43:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-13 12:43:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 542,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 71.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 79,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 542,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 79,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 542,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 79,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 543,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 71.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 79,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 543,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 79,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 543,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 79,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 544,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 71.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 79,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 544,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 79,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 544,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 79,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 545,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 71.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 79,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 545,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 79,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 545,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 79,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 546,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 71.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 79,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 546,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 79,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 546,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 79,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 547,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 71.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 79,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 547,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 79,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 547,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 79,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 548,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 71.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 79,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 548,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 79,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 548,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 79,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 549,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 71.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 79,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 549,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 79,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 549,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 79,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 550,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 71.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 79,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 550,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 79,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 550,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 79,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 551,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 22,50 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 551,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 552,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 22,50 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 552,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 553,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 22,50 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 553,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 554,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 22,50 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 554,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 555,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 22,50 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 555,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 556,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 22,50 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 556,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 557,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 22,50 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 557,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 558,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 22,50 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 558,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 559,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 22,50 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 559,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 560,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 90,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 560,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 90,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 560,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 561,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 9,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 561,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 562,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 90,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 562,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 90,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 562,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 563,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 9,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 563,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:09:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 564,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:09:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:09:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 90,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 564,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:09:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:09:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 90,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 564,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:09:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:09:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 565,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:09:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:09:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 9,00 (Juliette Vidal)\"\n    },\n    {\n      \"write_number\": 565,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #279\",\n      \"internal_ref\": 279,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:09:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:09:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juliette Vidal - factures à établir\",\n      \"label\": \"Client Juliette Vidal - factures à établir\"\n    },\n    {\n      \"write_number\": 566,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 566,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 566,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 567,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 567,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 568,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:11:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:11:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701183\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701183\",\n      \"aux_account_label\": \"HT Panier repas (TVA 10.00%)\",\n      \"label\": \"Panier repas gourmand - 15,00 (DuPonts Jean)\"\n    },\n    {\n      \"write_number\": 568,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:11:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:11:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Panier repas gourmand - 15,00 (DuPonts Jean)\"\n    },\n    {\n      \"write_number\": 568,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:11:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:11:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DuPonts Jean - factures à établir\",\n      \"label\": \"Client DuPonts Jean - factures à établir\"\n    },\n    {\n      \"write_number\": 569,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 90,00 (julien test)\"\n    },\n    {\n      \"write_number\": 569,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 90,00 (julien test)\"\n    },\n    {\n      \"write_number\": 569,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client julien test - factures à établir\",\n      \"label\": \"Client julien test - factures à établir\"\n    },\n    {\n      \"write_number\": 570,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 18,00 (julien test)\"\n    },\n    {\n      \"write_number\": 570,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client julien test - factures à établir\",\n      \"label\": \"Client julien test - factures à établir\"\n    },\n    {\n      \"write_number\": 571,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.46,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700233\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700233\",\n      \"aux_account_label\": \"HT Boisson chaude (TVA 10.00%)\",\n      \"label\": \"Expresso - 112,00 (DELANNOY Clément)\"\n    },\n    {\n      \"write_number\": 571,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.14,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Expresso - 112,00 (DELANNOY Clément)\"\n    },\n    {\n      \"write_number\": 571,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 89.6,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #436\",\n      \"internal_ref\": 436,\n      \"accounting_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-09 21:40:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DELANNOY Clément - factures à établir\",\n      \"label\": \"Client DELANNOY Clément - factures à établir\"\n    },\n    {\n      \"write_number\": 572,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 27.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 13:53:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 13:53:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 572,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 13:53:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 13:53:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 572,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 30,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #449\",\n      \"internal_ref\": 449,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 13:53:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 13:53:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 573,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 87.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #482\",\n      \"internal_ref\": 482,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:00:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:00:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700233\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700233\",\n      \"aux_account_label\": \"HT Boisson chaude (TVA 10.00%)\",\n      \"label\": \"Expresso - 96,00 (DORGET ALICIA)\"\n    },\n    {\n      \"write_number\": 573,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #482\",\n      \"internal_ref\": 482,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:00:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:00:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Expresso - 96,00 (DORGET ALICIA)\"\n    },\n    {\n      \"write_number\": 573,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 96,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #482\",\n      \"internal_ref\": 482,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:00:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:00:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DORGET ALICIA - factures à établir\",\n      \"label\": \"Client DORGET ALICIA - factures à établir\"\n    },\n    {\n      \"write_number\": 574,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 118.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 130,00 (TestGC3 Raph)\"\n    },\n    {\n      \"write_number\": 574,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 130,00 (TestGC3 Raph)\"\n    },\n    {\n      \"write_number\": 574,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 130,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TestGC3 Raph - factures à établir\",\n      \"label\": \"Client TestGC3 Raph - factures à établir\"\n    },\n    {\n      \"write_number\": 575,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 118.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 130,00 (TestGC3 Raph)\"\n    },\n    {\n      \"write_number\": 575,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 130,00 (TestGC3 Raph)\"\n    },\n    {\n      \"write_number\": 575,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 130,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TestGC3 Raph - factures à établir\",\n      \"label\": \"Client TestGC3 Raph - factures à établir\"\n    },\n    {\n      \"write_number\": 576,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 118.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 130,00 (TestGC3 Raph)\"\n    },\n    {\n      \"write_number\": 576,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 130,00 (TestGC3 Raph)\"\n    },\n    {\n      \"write_number\": 576,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 130,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TestGC3 Raph - factures à établir\",\n      \"label\": \"Client TestGC3 Raph - factures à établir\"\n    },\n    {\n      \"write_number\": 577,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 4,50 (TestGC3 Raph)\"\n    },\n    {\n      \"write_number\": 577,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TestGC3 Raph - factures à établir\",\n      \"label\": \"Client TestGC3 Raph - factures à établir\"\n    },\n    {\n      \"write_number\": 578,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 4,50 (TestGC3 Raph)\"\n    },\n    {\n      \"write_number\": 578,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TestGC3 Raph - factures à établir\",\n      \"label\": \"Client TestGC3 Raph - factures à établir\"\n    },\n    {\n      \"write_number\": 579,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 4,50 (TestGC3 Raph)\"\n    },\n    {\n      \"write_number\": 579,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TestGC3 Raph - factures à établir\",\n      \"label\": \"Client TestGC3 Raph - factures à établir\"\n    },\n    {\n      \"write_number\": 580,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #487\",\n      \"internal_ref\": 487,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 15:54:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 15:54:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 90,00 (albert Mima)\"\n    },\n    {\n      \"write_number\": 580,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #487\",\n      \"internal_ref\": 487,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 15:54:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 15:54:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 90,00 (albert Mima)\"\n    },\n    {\n      \"write_number\": 580,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #487\",\n      \"internal_ref\": 487,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 15:54:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 15:54:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client albert Mima - factures à établir\",\n      \"label\": \"Client albert Mima - factures à établir\"\n    },\n    {\n      \"write_number\": 581,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #487\",\n      \"internal_ref\": 487,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 15:54:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 15:54:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 18,00 (albert Mima)\"\n    },\n    {\n      \"write_number\": 581,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #487\",\n      \"internal_ref\": 487,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 15:54:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 15:54:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client albert Mima - factures à établir\",\n      \"label\": \"Client albert Mima - factures à établir\"\n    },\n    {\n      \"write_number\": 582,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #489\",\n      \"internal_ref\": 489,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 16:12:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 16:12:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 100,00 (Lauret Emelyne)\"\n    },\n    {\n      \"write_number\": 582,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #489\",\n      \"internal_ref\": 489,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 16:12:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 16:12:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 100,00 (Lauret Emelyne)\"\n    },\n    {\n      \"write_number\": 582,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #489\",\n      \"internal_ref\": 489,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 16:12:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 16:12:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000L\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000L\",\n      \"aux_account_label\": \"Client Lauret Emelyne - factures à établir\",\n      \"label\": \"Client Lauret Emelyne - factures à établir\"\n    },\n    {\n      \"write_number\": 583,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #489\",\n      \"internal_ref\": 489,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 16:12:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 16:12:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 9,00 (Lauret Emelyne)\"\n    },\n    {\n      \"write_number\": 583,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #489\",\n      \"internal_ref\": 489,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 16:12:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 16:12:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000L\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000L\",\n      \"aux_account_label\": \"Client Lauret Emelyne - factures à établir\",\n      \"label\": \"Client Lauret Emelyne - factures à établir\"\n    },\n    {\n      \"write_number\": 584,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #495\",\n      \"internal_ref\": 495,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 19:02:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 19:02:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"14/02 - 100,00 (Dutt Matt)\"\n    },\n    {\n      \"write_number\": 584,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #495\",\n      \"internal_ref\": 495,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 19:02:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 19:02:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"14/02 - 100,00 (Dutt Matt)\"\n    },\n    {\n      \"write_number\": 584,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #495\",\n      \"internal_ref\": 495,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 19:02:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 19:02:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dutt Matt - factures à établir\",\n      \"label\": \"Client Dutt Matt - factures à établir\"\n    },\n    {\n      \"write_number\": 585,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #495\",\n      \"internal_ref\": 495,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 19:02:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 19:02:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"14/02 - 9,00 (Dutt Matt)\"\n    },\n    {\n      \"write_number\": 585,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #495\",\n      \"internal_ref\": 495,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 19:02:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 19:02:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dutt Matt - factures à établir\",\n      \"label\": \"Client Dutt Matt - factures à établir\"\n    },\n    {\n      \"write_number\": 586,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 13:29:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #486\",\n      \"internal_ref\": 486,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 13:29:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 13:29:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 13:29:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700083\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Nouvel article - 90,00 ()\"\n    },\n    {\n      \"write_number\": 586,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 13:29:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #486\",\n      \"internal_ref\": 486,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 13:29:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 13:29:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 13:29:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Nouvel article - 90,00 ()\"\n    },\n    {\n      \"write_number\": 586,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-14 13:29:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #486\",\n      \"internal_ref\": 486,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 13:29:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 13:29:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-14 13:29:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 587,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 63.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"15/02 - 70,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 587,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 6.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"15/02 - 70,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 587,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 70,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 588,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"15/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 588,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"15/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 588,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 589,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"15/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 589,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"15/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 589,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 590,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"15/02 - 9,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 590,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 591,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"15/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 591,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"15/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 591,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 592,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"15/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 592,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"15/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 592,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 593,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"15/02 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 593,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 594,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"15/02 - 90,00 (julien test)\"\n    },\n    {\n      \"write_number\": 594,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"15/02 - 90,00 (julien test)\"\n    },\n    {\n      \"write_number\": 594,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client julien test - factures à établir\",\n      \"label\": \"Client julien test - factures à établir\"\n    },\n    {\n      \"write_number\": 595,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"15/02 - 18,00 (julien test)\"\n    },\n    {\n      \"write_number\": 595,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client julien test - factures à établir\",\n      \"label\": \"Client julien test - factures à établir\"\n    },\n    {\n      \"write_number\": 596,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:11:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:11:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 10,00 (julien test)\"\n    },\n    {\n      \"write_number\": 596,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:11:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:11:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 10,00 (julien test)\"\n    },\n    {\n      \"write_number\": 596,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:11:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:11:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client julien test - factures à établir\",\n      \"label\": \"Client julien test - factures à établir\"\n    },\n    {\n      \"write_number\": 597,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 118.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"15/02 - 130,00 (TestGC3 Raph)\"\n    },\n    {\n      \"write_number\": 597,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"15/02 - 130,00 (TestGC3 Raph)\"\n    },\n    {\n      \"write_number\": 597,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 130,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TestGC3 Raph - factures à établir\",\n      \"label\": \"Client TestGC3 Raph - factures à établir\"\n    },\n    {\n      \"write_number\": 598,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 118.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"15/02 - 130,00 (TestGC3 Raph)\"\n    },\n    {\n      \"write_number\": 598,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"15/02 - 130,00 (TestGC3 Raph)\"\n    },\n    {\n      \"write_number\": 598,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 130,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TestGC3 Raph - factures à établir\",\n      \"label\": \"Client TestGC3 Raph - factures à établir\"\n    },\n    {\n      \"write_number\": 599,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 118.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"15/02 - 130,00 (TestGC3 Raph)\"\n    },\n    {\n      \"write_number\": 599,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"15/02 - 130,00 (TestGC3 Raph)\"\n    },\n    {\n      \"write_number\": 599,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 130,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TestGC3 Raph - factures à établir\",\n      \"label\": \"Client TestGC3 Raph - factures à établir\"\n    },\n    {\n      \"write_number\": 600,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"15/02 - 4,50 (TestGC3 Raph)\"\n    },\n    {\n      \"write_number\": 600,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TestGC3 Raph - factures à établir\",\n      \"label\": \"Client TestGC3 Raph - factures à établir\"\n    },\n    {\n      \"write_number\": 601,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"15/02 - 4,50 (TestGC3 Raph)\"\n    },\n    {\n      \"write_number\": 601,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TestGC3 Raph - factures à établir\",\n      \"label\": \"Client TestGC3 Raph - factures à établir\"\n    },\n    {\n      \"write_number\": 602,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"15/02 - 4,50 (TestGC3 Raph)\"\n    },\n    {\n      \"write_number\": 602,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #483\",\n      \"internal_ref\": 483,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 14:15:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client TestGC3 Raph - factures à établir\",\n      \"label\": \"Client TestGC3 Raph - factures à établir\"\n    },\n    {\n      \"write_number\": 603,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 15:29:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 15:29:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600294\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600294\",\n      \"aux_account_label\": \"HT Séminaire (TVA 20.00%)\",\n      \"label\": \"Accès 1 pers / Salle séminaire du 15/02/2026 08:00 - 10,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 603,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 15:29:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 15:29:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Accès 1 pers / Salle séminaire du 15/02/2026 08:00 - 10,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 603,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 15:29:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 15:29:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 604,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 15:30:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 15:30:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701183\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701183\",\n      \"aux_account_label\": \"HT Panier repas (TVA 10.00%)\",\n      \"label\": \"Panier repas gourmand - 15,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 604,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 15:30:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 15:30:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Panier repas gourmand - 15,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 604,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-15 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 15:30:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 15:30:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-15 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 605,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 63.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"16/02 - 70,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 605,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 6.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"16/02 - 70,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 605,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 70,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 606,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"16/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 606,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"16/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 606,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 607,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"16/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 607,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"16/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 607,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 608,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"16/02 - 9,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 608,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 609,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"16/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 609,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"16/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 609,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 610,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"16/02 - 18,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 610,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 611,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 09:25:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 09:25:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"16/02 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 611,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 09:25:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 09:25:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"16/02 - 100,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 611,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 09:25:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 09:25:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 612,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 09:25:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 09:25:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"16/02 - 4,50 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 612,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-13 09:25:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-13 09:25:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 613,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"16/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 613,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"16/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 613,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 614,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"16/02 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 614,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 615,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:11:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:11:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 10,00 (julien test)\"\n    },\n    {\n      \"write_number\": 615,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:11:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:11:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 10,00 (julien test)\"\n    },\n    {\n      \"write_number\": 615,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #297\",\n      \"internal_ref\": 297,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:11:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:11:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client julien test - factures à établir\",\n      \"label\": \"Client julien test - factures à établir\"\n    },\n    {\n      \"write_number\": 616,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #439\",\n      \"internal_ref\": 439,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"16/02 - 100,00 (Guennoun Sam)\"\n    },\n    {\n      \"write_number\": 616,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #439\",\n      \"internal_ref\": 439,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"16/02 - 100,00 (Guennoun Sam)\"\n    },\n    {\n      \"write_number\": 616,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #439\",\n      \"internal_ref\": 439,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Guennoun Sam - factures à établir\",\n      \"label\": \"Client Guennoun Sam - factures à établir\"\n    },\n    {\n      \"write_number\": 617,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #439\",\n      \"internal_ref\": 439,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"16/02 - 9,00 (Guennoun Sam)\"\n    },\n    {\n      \"write_number\": 617,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #439\",\n      \"internal_ref\": 439,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:10:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Guennoun Sam - factures à établir\",\n      \"label\": \"Client Guennoun Sam - factures à établir\"\n    },\n    {\n      \"write_number\": 618,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #493\",\n      \"internal_ref\": 493,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 18:58:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 18:58:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"16/02 - 110,00 (ACME)\"\n    },\n    {\n      \"write_number\": 618,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #493\",\n      \"internal_ref\": 493,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 18:58:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 18:58:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"16/02 - 110,00 (ACME)\"\n    },\n    {\n      \"write_number\": 618,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 110,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #493\",\n      \"internal_ref\": 493,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 18:58:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 18:58:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 619,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #493\",\n      \"internal_ref\": 493,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 18:58:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 18:58:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"16/02 - 4,50 (ACME)\"\n    },\n    {\n      \"write_number\": 619,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #493\",\n      \"internal_ref\": 493,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 18:58:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 18:58:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 620,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 145.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #520\",\n      \"internal_ref\": 520,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 10:17:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 10:17:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"16/02 - 160,00 (CORNETTE Alexandre)\"\n    },\n    {\n      \"write_number\": 620,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 14.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #520\",\n      \"internal_ref\": 520,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 10:17:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 10:17:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"16/02 - 160,00 (CORNETTE Alexandre)\"\n    },\n    {\n      \"write_number\": 620,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 160,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #520\",\n      \"internal_ref\": 520,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 10:17:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 10:17:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client CORNETTE Alexandre - factures à établir\",\n      \"label\": \"Client CORNETTE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 621,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #520\",\n      \"internal_ref\": 520,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 10:17:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 10:17:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"16/02 - 9,00 (CORNETTE Alexandre)\"\n    },\n    {\n      \"write_number\": 621,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #520\",\n      \"internal_ref\": 520,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 10:17:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 10:17:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client CORNETTE Alexandre - factures à établir\",\n      \"label\": \"Client CORNETTE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 622,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 16.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #521\",\n      \"internal_ref\": 521,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"16/02 - 18,00 (DORGET ALICIA)\"\n    },\n    {\n      \"write_number\": 622,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #521\",\n      \"internal_ref\": 521,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"16/02 - 18,00 (DORGET ALICIA)\"\n    },\n    {\n      \"write_number\": 622,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #521\",\n      \"internal_ref\": 521,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DORGET ALICIA - factures à établir\",\n      \"label\": \"Client DORGET ALICIA - factures à établir\"\n    },\n    {\n      \"write_number\": 623,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #521\",\n      \"internal_ref\": 521,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"16/02 - 90,00 (DORGET ALICIA)\"\n    },\n    {\n      \"write_number\": 623,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #521\",\n      \"internal_ref\": 521,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"16/02 - 90,00 (DORGET ALICIA)\"\n    },\n    {\n      \"write_number\": 623,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #521\",\n      \"internal_ref\": 521,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DORGET ALICIA - factures à établir\",\n      \"label\": \"Client DORGET ALICIA - factures à établir\"\n    },\n    {\n      \"write_number\": 624,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #521\",\n      \"internal_ref\": 521,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"16/02 - 9,00 (DORGET ALICIA)\"\n    },\n    {\n      \"write_number\": 624,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #521\",\n      \"internal_ref\": 521,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DORGET ALICIA - factures à établir\",\n      \"label\": \"Client DORGET ALICIA - factures à établir\"\n    },\n    {\n      \"write_number\": 625,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #521\",\n      \"internal_ref\": 521,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"16/02 - 9,00 (DORGET ALICIA)\"\n    },\n    {\n      \"write_number\": 625,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #521\",\n      \"internal_ref\": 521,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 10:21:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DORGET ALICIA - factures à établir\",\n      \"label\": \"Client DORGET ALICIA - factures à établir\"\n    },\n    {\n      \"write_number\": 626,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 71.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #525\",\n      \"internal_ref\": 525,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 11:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 11:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"16/02 - 79,00 (ACME)\"\n    },\n    {\n      \"write_number\": 626,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #525\",\n      \"internal_ref\": 525,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 11:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 11:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"16/02 - 79,00 (ACME)\"\n    },\n    {\n      \"write_number\": 626,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 79,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #525\",\n      \"internal_ref\": 525,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 11:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 11:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 627,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #525\",\n      \"internal_ref\": 525,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 11:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 11:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"16/02 - 22,50 (ACME)\"\n    },\n    {\n      \"write_number\": 627,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #525\",\n      \"internal_ref\": 525,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 11:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 11:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 628,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #528\",\n      \"internal_ref\": 528,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 14:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 14:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"16/02 - 100,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 628,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #528\",\n      \"internal_ref\": 528,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 14:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 14:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"16/02 - 100,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 628,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #528\",\n      \"internal_ref\": 528,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 14:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 14:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 629,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #528\",\n      \"internal_ref\": 528,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 14:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 14:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"16/02 - 9,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 629,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #528\",\n      \"internal_ref\": 528,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 14:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 14:05:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 630,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 25,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #493\",\n      \"internal_ref\": 493,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:13:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:13:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700014\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Green-fee 9  trous - 30,00 (ACME)\"\n    },\n    {\n      \"write_number\": 630,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #493\",\n      \"internal_ref\": 493,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:13:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:13:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Green-fee 9  trous - 30,00 (ACME)\"\n    },\n    {\n      \"write_number\": 630,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 30,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #493\",\n      \"internal_ref\": 493,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:13:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:13:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 631,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"16/02 - 100,00 (Blanc Fred)\"\n    },\n    {\n      \"write_number\": 631,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"16/02 - 100,00 (Blanc Fred)\"\n    },\n    {\n      \"write_number\": 631,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Blanc Fred - factures à établir\",\n      \"label\": \"Client Blanc Fred - factures à établir\"\n    },\n    {\n      \"write_number\": 632,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"16/02 - 9,00 (Blanc Fred)\"\n    },\n    {\n      \"write_number\": 632,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Blanc Fred - factures à établir\",\n      \"label\": \"Client Blanc Fred - factures à établir\"\n    },\n    {\n      \"write_number\": 633,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 16.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #531\",\n      \"internal_ref\": 531,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:29:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:29:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"16/02 - 18,00 (A4 A4)\"\n    },\n    {\n      \"write_number\": 633,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #531\",\n      \"internal_ref\": 531,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:29:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:29:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"16/02 - 18,00 (A4 A4)\"\n    },\n    {\n      \"write_number\": 633,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #531\",\n      \"internal_ref\": 531,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:29:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:29:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client A4 A4 - factures à établir\",\n      \"label\": \"Client A4 A4 - factures à établir\"\n    },\n    {\n      \"write_number\": 634,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #531\",\n      \"internal_ref\": 531,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:29:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:29:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"16/02 - 9,00 (A4 A4)\"\n    },\n    {\n      \"write_number\": 634,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #531\",\n      \"internal_ref\": 531,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:29:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:29:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client A4 A4 - factures à établir\",\n      \"label\": \"Client A4 A4 - factures à établir\"\n    },\n    {\n      \"write_number\": 635,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"16/02 - 90,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 635,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"16/02 - 90,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 635,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 636,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 16:01:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 16:01:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700014\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Jeton electronique - 5,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 636,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 16:01:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 16:01:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Jeton electronique - 5,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 636,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 16:01:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 16:01:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 637,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 25,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 16:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 16:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700014\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Green-fee 9  trous - 30,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 637,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 16:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 16:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Green-fee 9  trous - 30,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 637,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 30,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 16:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 16:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 638,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 6.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 16:01:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 16:01:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700014\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Droit de jeu - 8,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 638,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 16:01:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 16:01:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Droit de jeu - 8,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 638,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 16:01:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 16:01:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 639,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 16:01:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 16:01:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700013\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700013\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Chocolat chaud - 2,50 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 639,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 16:01:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 16:01:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Chocolat chaud - 2,50 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 639,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 16:01:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 16:01:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 640,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 6.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 16:01:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 16:01:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700013\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700013\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Heinkein 50 cl - 7,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 640,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 16:01:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 16:01:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Heinkein 50 cl - 7,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 640,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 7,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 16:01:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 16:01:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 641,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 16:01:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 16:01:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700013\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700013\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Heinkein 25cl - 3,50 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 641,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.32,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 16:01:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 16:01:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Heinkein 25cl - 3,50 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 641,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 3.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 16:01:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 16:01:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 642,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 14:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-15 22:48:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-15 22:48:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 14:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600943\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600943\",\n      \"aux_account_label\": \"HT Sport (TVA 10.00%)\",\n      \"label\": \"Parking 1 / Lancer de hache du 16/02/2026 14:00 - 15,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 642,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 14:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-15 22:48:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-15 22:48:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 14:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Parking 1 / Lancer de hache du 16/02/2026 14:00 - 15,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 642,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 14:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-15 22:48:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-15 22:48:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 14:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 643,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 14:01:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #462\",\n      \"internal_ref\": 462,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 14:01:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 14:01:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 14:01:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100173\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100173\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Jus  - 4,50 ()\"\n    },\n    {\n      \"write_number\": 643,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 14:01:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #462\",\n      \"internal_ref\": 462,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 14:01:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 14:01:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 14:01:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Jus  - 4,50 ()\"\n    },\n    {\n      \"write_number\": 643,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-16 14:01:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #462\",\n      \"internal_ref\": 462,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 14:01:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 14:01:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-16 14:01:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 644,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 57.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 63,00 (Passage)\"\n    },\n    {\n      \"write_number\": 644,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 63,00 (Passage)\"\n    },\n    {\n      \"write_number\": 644,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 63,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 645,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 88.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 645,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 645,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 97,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 646,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 88.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 646,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 646,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 97,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 647,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 72.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 80,00 (Passage)\"\n    },\n    {\n      \"write_number\": 647,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 80,00 (Passage)\"\n    },\n    {\n      \"write_number\": 647,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 80,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 648,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 88.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 648,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 648,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 97,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 649,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 63.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 70,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 649,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 6.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 70,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 649,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 70,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 650,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 650,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 650,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 651,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 651,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 651,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 652,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"17/02 - 9,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 652,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 653,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 653,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 653,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 654,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"17/02 - 18,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 654,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 655,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #292\",\n      \"internal_ref\": 292,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 90,00 (Passage)\"\n    },\n    {\n      \"write_number\": 655,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #292\",\n      \"internal_ref\": 292,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 90,00 (Passage)\"\n    },\n    {\n      \"write_number\": 655,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #292\",\n      \"internal_ref\": 292,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 656,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #292\",\n      \"internal_ref\": 292,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"17/02 - 18,00 (Passage)\"\n    },\n    {\n      \"write_number\": 656,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #292\",\n      \"internal_ref\": 292,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 657,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 657,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 657,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 658,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"17/02 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 658,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 659,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #476\",\n      \"internal_ref\": 476,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"17/02 - 9,00 (Julien Démo)\"\n    },\n    {\n      \"write_number\": 659,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #476\",\n      \"internal_ref\": 476,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Julien Démo - factures à établir\",\n      \"label\": \"Client Julien Démo - factures à établir\"\n    },\n    {\n      \"write_number\": 660,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #476\",\n      \"internal_ref\": 476,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 18:19:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 18:19:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 100,00 (Julien Démo)\"\n    },\n    {\n      \"write_number\": 660,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #476\",\n      \"internal_ref\": 476,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 18:19:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 18:19:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 100,00 (Julien Démo)\"\n    },\n    {\n      \"write_number\": 660,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #476\",\n      \"internal_ref\": 476,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 18:19:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 18:19:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Julien Démo - factures à établir\",\n      \"label\": \"Client Julien Démo - factures à établir\"\n    },\n    {\n      \"write_number\": 661,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 27.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #493\",\n      \"internal_ref\": 493,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 18:58:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 18:58:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (ACME)\"\n    },\n    {\n      \"write_number\": 661,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #493\",\n      \"internal_ref\": 493,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 18:58:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 18:58:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (ACME)\"\n    },\n    {\n      \"write_number\": 661,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 30,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #493\",\n      \"internal_ref\": 493,\n      \"accounting_date\": {\n        \"date\": \"2026-02-14 18:58:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-14 18:58:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 662,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 100,00 (Blanc Fred)\"\n    },\n    {\n      \"write_number\": 662,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 100,00 (Blanc Fred)\"\n    },\n    {\n      \"write_number\": 662,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Blanc Fred - factures à établir\",\n      \"label\": \"Client Blanc Fred - factures à établir\"\n    },\n    {\n      \"write_number\": 663,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"17/02 - 9,00 (Blanc Fred)\"\n    },\n    {\n      \"write_number\": 663,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Blanc Fred - factures à établir\",\n      \"label\": \"Client Blanc Fred - factures à établir\"\n    },\n    {\n      \"write_number\": 664,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #520\",\n      \"internal_ref\": 520,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:22:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:22:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 100,00 (CORNETTE Alexandre)\"\n    },\n    {\n      \"write_number\": 664,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #520\",\n      \"internal_ref\": 520,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:22:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:22:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 100,00 (CORNETTE Alexandre)\"\n    },\n    {\n      \"write_number\": 664,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #520\",\n      \"internal_ref\": 520,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:22:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:22:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client CORNETTE Alexandre - factures à établir\",\n      \"label\": \"Client CORNETTE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 665,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #520\",\n      \"internal_ref\": 520,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:22:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:22:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"17/02 - 9,00 (CORNETTE Alexandre)\"\n    },\n    {\n      \"write_number\": 665,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #520\",\n      \"internal_ref\": 520,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:22:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:22:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client CORNETTE Alexandre - factures à établir\",\n      \"label\": \"Client CORNETTE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 666,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 90,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 666,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 90,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 666,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 667,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 71.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #536\",\n      \"internal_ref\": 536,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:52:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:52:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 79,00 (ACME)\"\n    },\n    {\n      \"write_number\": 667,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #536\",\n      \"internal_ref\": 536,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:52:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:52:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 79,00 (ACME)\"\n    },\n    {\n      \"write_number\": 667,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 79,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #536\",\n      \"internal_ref\": 536,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:52:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:52:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 668,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #536\",\n      \"internal_ref\": 536,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:52:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:52:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"17/02 - 22,50 (ACME)\"\n    },\n    {\n      \"write_number\": 668,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #536\",\n      \"internal_ref\": 536,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:52:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:52:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 669,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #550\",\n      \"internal_ref\": 550,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 100,00 (ACME)\"\n    },\n    {\n      \"write_number\": 669,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #550\",\n      \"internal_ref\": 550,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 100,00 (ACME)\"\n    },\n    {\n      \"write_number\": 669,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #550\",\n      \"internal_ref\": 550,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 670,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #550\",\n      \"internal_ref\": 550,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"17/02 - 9,00 (ACME)\"\n    },\n    {\n      \"write_number\": 670,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #550\",\n      \"internal_ref\": 550,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 671,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #554\",\n      \"internal_ref\": 554,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:56:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:56:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 671,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #554\",\n      \"internal_ref\": 554,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:56:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:56:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 671,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #554\",\n      \"internal_ref\": 554,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:56:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:56:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 672,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #554\",\n      \"internal_ref\": 554,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:56:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:56:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"17/02 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 672,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #554\",\n      \"internal_ref\": 554,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:56:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:56:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 673,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 16:56:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 16:56:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 100,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 673,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 16:56:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 16:56:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 100,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 673,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 16:56:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 16:56:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 674,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 16:56:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 16:56:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"17/02 - 9,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 674,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 16:56:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 16:56:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 675,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #566\",\n      \"internal_ref\": 566,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:32:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:32:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 90,00 (cojan maxime)\"\n    },\n    {\n      \"write_number\": 675,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #566\",\n      \"internal_ref\": 566,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:32:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:32:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 90,00 (cojan maxime)\"\n    },\n    {\n      \"write_number\": 675,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #566\",\n      \"internal_ref\": 566,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:32:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:32:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client cojan maxime - factures à établir\",\n      \"label\": \"Client cojan maxime - factures à établir\"\n    },\n    {\n      \"write_number\": 676,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #566\",\n      \"internal_ref\": 566,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:32:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:32:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"17/02 - 18,00 (cojan maxime)\"\n    },\n    {\n      \"write_number\": 676,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #566\",\n      \"internal_ref\": 566,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:32:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:32:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client cojan maxime - factures à établir\",\n      \"label\": \"Client cojan maxime - factures à établir\"\n    },\n    {\n      \"write_number\": 677,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 12:12:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 350,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #517\",\n      \"internal_ref\": 517,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:12:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:12:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 12:12:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100081\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100081\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 0.00%)\",\n      \"label\": \"CREPE COMPOTE  - 350,00 ()\"\n    },\n    {\n      \"write_number\": 677,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 12:12:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 350,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #517\",\n      \"internal_ref\": 517,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:12:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:12:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 12:12:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 678,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 12:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #542\",\n      \"internal_ref\": 542,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 12:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 1 boule - 2,50 ()\"\n    },\n    {\n      \"write_number\": 678,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 12:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #542\",\n      \"internal_ref\": 542,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 12:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 1 boule - 2,50 ()\"\n    },\n    {\n      \"write_number\": 678,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 12:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #542\",\n      \"internal_ref\": 542,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 12:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 679,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 12:15:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.08,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #542\",\n      \"internal_ref\": 542,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:15:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:15:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 12:15:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700174\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Kir - 8,50 ()\"\n    },\n    {\n      \"write_number\": 679,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 12:15:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.42,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #542\",\n      \"internal_ref\": 542,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:15:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:15:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 12:15:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Kir - 8,50 ()\"\n    },\n    {\n      \"write_number\": 679,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 12:15:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #542\",\n      \"internal_ref\": 542,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:15:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:15:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 12:15:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 680,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 12:32:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 27.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:32:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:32:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 12:32:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700953\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700953\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Curry de volaille - 30,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 680,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 12:32:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:32:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:32:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 12:32:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Curry de volaille - 30,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 680,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 12:32:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 30,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:32:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:32:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 12:32:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 681,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 12:32:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:32:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:32:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 12:32:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700083\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Pâté en croute - 12,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 681,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 12:32:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:32:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:32:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 12:32:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâté en croute - 12,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 681,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 12:32:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:32:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:32:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 12:32:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 682,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 13:28:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #546\",\n      \"internal_ref\": 546,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 13:28:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 13:28:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 13:28:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 1 boule - 2,50 (Arthur Robert)\"\n    },\n    {\n      \"write_number\": 682,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 13:28:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #546\",\n      \"internal_ref\": 546,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 13:28:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 13:28:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 13:28:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 1 boule - 2,50 (Arthur Robert)\"\n    },\n    {\n      \"write_number\": 682,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 13:28:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #546\",\n      \"internal_ref\": 546,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 13:28:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 13:28:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 13:28:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Arthur Robert - factures à établir\",\n      \"label\": \"Client Arthur Robert - factures à établir\"\n    },\n    {\n      \"write_number\": 683,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 13:30:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 16.11,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #546\",\n      \"internal_ref\": 546,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 13:30:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 13:30:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 13:30:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700992\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Tarte au saumon et poireaux - 17,00 (Arthur Robert)\"\n    },\n    {\n      \"write_number\": 683,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 13:30:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.89,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #546\",\n      \"internal_ref\": 546,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 13:30:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 13:30:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 13:30:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Tarte au saumon et poireaux - 17,00 (Arthur Robert)\"\n    },\n    {\n      \"write_number\": 683,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 13:30:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 17,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #546\",\n      \"internal_ref\": 546,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 13:30:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 13:30:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 13:30:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Arthur Robert - factures à établir\",\n      \"label\": \"Client Arthur Robert - factures à établir\"\n    },\n    {\n      \"write_number\": 684,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 13:30:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #546\",\n      \"internal_ref\": 546,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 13:30:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 13:30:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 13:30:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700953\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700953\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Curry de volaille - 15,00 (Arthur Robert)\"\n    },\n    {\n      \"write_number\": 684,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 13:30:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #546\",\n      \"internal_ref\": 546,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 13:30:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 13:30:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 13:30:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Curry de volaille - 15,00 (Arthur Robert)\"\n    },\n    {\n      \"write_number\": 684,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 13:30:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #546\",\n      \"internal_ref\": 546,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 13:30:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 13:30:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 13:30:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Arthur Robert - factures à établir\",\n      \"label\": \"Client Arthur Robert - factures à établir\"\n    },\n    {\n      \"write_number\": 685,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 13:34:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 13:34:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 13:34:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 13:34:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700173\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700173\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Soda - 2,50 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 685,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 13:34:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 13:34:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 13:34:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 13:34:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Soda - 2,50 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 685,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 13:34:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 13:34:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 13:34:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 13:34:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 686,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 13:35:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 13:35:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 13:35:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 13:35:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700323\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Sandwich - 8,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 686,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 13:35:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 13:35:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 13:35:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 13:35:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Sandwich - 8,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 686,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 13:35:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 13:35:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 13:35:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 13:35:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 687,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 15:57:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #557\",\n      \"internal_ref\": 557,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 15:57:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 15:57:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 15:57:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700174\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"mojito - 12,00 ()\"\n    },\n    {\n      \"write_number\": 687,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 15:57:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #557\",\n      \"internal_ref\": 557,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 15:57:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 15:57:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 15:57:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"mojito - 12,00 ()\"\n    },\n    {\n      \"write_number\": 687,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 15:57:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #557\",\n      \"internal_ref\": 557,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 15:57:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 15:57:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 15:57:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 688,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 15:57:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #557\",\n      \"internal_ref\": 557,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 15:57:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 15:57:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 15:57:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700323\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 688,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 15:57:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #557\",\n      \"internal_ref\": 557,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 15:57:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 15:57:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 15:57:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 688,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 15:57:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #557\",\n      \"internal_ref\": 557,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 15:57:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 15:57:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 15:57:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 689,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100204\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse jaune - 13,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 689,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse jaune - 13,00 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 689,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 690,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.08,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100174\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Kir - 8,50 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 690,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.42,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Kir - 8,50 (FABRE Alexandre)\"\n    },\n    {\n      \"write_number\": 690,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 16:57:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client FABRE Alexandre - factures à établir\",\n      \"label\": \"Client FABRE Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 691,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 19:40:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 58.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-15 22:48:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-15 22:48:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 19:40:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 1 / Spa du 17/02/2026 19:40 - 70,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 691,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 19:40:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-15 22:48:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-15 22:48:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 19:40:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 1 / Spa du 17/02/2026 19:40 - 70,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 691,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-17 19:40:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 70,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #291\",\n      \"internal_ref\": 291,\n      \"accounting_date\": {\n        \"date\": \"2026-02-15 22:48:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-15 22:48:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-17 19:40:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 692,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 57.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 63,00 (Passage)\"\n    },\n    {\n      \"write_number\": 692,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 63,00 (Passage)\"\n    },\n    {\n      \"write_number\": 692,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 63,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 693,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 88.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 693,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 693,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 97,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 694,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 88.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 694,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 694,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 97,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 695,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 72.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 80,00 (Passage)\"\n    },\n    {\n      \"write_number\": 695,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 80,00 (Passage)\"\n    },\n    {\n      \"write_number\": 695,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 80,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 696,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 54.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 60,00 (Passage)\"\n    },\n    {\n      \"write_number\": 696,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 60,00 (Passage)\"\n    },\n    {\n      \"write_number\": 696,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 60,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 697,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 88.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 697,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 697,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 97,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 698,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 63.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 70,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 698,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 6.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 70,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 698,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 70,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 699,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 699,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 699,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 700,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 700,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 700,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 701,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"18/02 - 9,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 701,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 702,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 702,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 702,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 703,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:09:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:09:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"18/02 - 13,50 (DUPONT  Martine)\"\n    },\n    {\n      \"write_number\": 703,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:09:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:09:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUPONT  Martine - factures à établir\",\n      \"label\": \"Client DUPONT  Martine - factures à établir\"\n    },\n    {\n      \"write_number\": 704,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 704,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 704,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 705,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"18/02 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 705,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 706,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #476\",\n      \"internal_ref\": 476,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 100,00 (Julien Démo)\"\n    },\n    {\n      \"write_number\": 706,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #476\",\n      \"internal_ref\": 476,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 100,00 (Julien Démo)\"\n    },\n    {\n      \"write_number\": 706,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #476\",\n      \"internal_ref\": 476,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Julien Démo - factures à établir\",\n      \"label\": \"Client Julien Démo - factures à établir\"\n    },\n    {\n      \"write_number\": 707,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #476\",\n      \"internal_ref\": 476,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 100,00 (Julien Démo)\"\n    },\n    {\n      \"write_number\": 707,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #476\",\n      \"internal_ref\": 476,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 100,00 (Julien Démo)\"\n    },\n    {\n      \"write_number\": 707,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #476\",\n      \"internal_ref\": 476,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Julien Démo - factures à établir\",\n      \"label\": \"Client Julien Démo - factures à établir\"\n    },\n    {\n      \"write_number\": 708,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #476\",\n      \"internal_ref\": 476,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"20/02 - 100,00 (Julien Démo)\"\n    },\n    {\n      \"write_number\": 708,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #476\",\n      \"internal_ref\": 476,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"20/02 - 100,00 (Julien Démo)\"\n    },\n    {\n      \"write_number\": 708,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #476\",\n      \"internal_ref\": 476,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Julien Démo - factures à établir\",\n      \"label\": \"Client Julien Démo - factures à établir\"\n    },\n    {\n      \"write_number\": 709,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #476\",\n      \"internal_ref\": 476,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"18/02 - 9,00 (Julien Démo)\"\n    },\n    {\n      \"write_number\": 709,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #476\",\n      \"internal_ref\": 476,\n      \"accounting_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-12 18:19:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Julien Démo - factures à établir\",\n      \"label\": \"Client Julien Démo - factures à établir\"\n    },\n    {\n      \"write_number\": 710,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #497\",\n      \"internal_ref\": 497,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 90,00 (backyou test)\"\n    },\n    {\n      \"write_number\": 710,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #497\",\n      \"internal_ref\": 497,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 90,00 (backyou test)\"\n    },\n    {\n      \"write_number\": 710,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #497\",\n      \"internal_ref\": 497,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client backyou test - factures à établir\",\n      \"label\": \"Client backyou test - factures à établir\"\n    },\n    {\n      \"write_number\": 711,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #497\",\n      \"internal_ref\": 497,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700113\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700113\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Menu demi-pension - 25,00 (backyou test)\"\n    },\n    {\n      \"write_number\": 711,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #497\",\n      \"internal_ref\": 497,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Menu demi-pension - 25,00 (backyou test)\"\n    },\n    {\n      \"write_number\": 711,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 25,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #497\",\n      \"internal_ref\": 497,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client backyou test - factures à établir\",\n      \"label\": \"Client backyou test - factures à établir\"\n    },\n    {\n      \"write_number\": 712,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #497\",\n      \"internal_ref\": 497,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"18/02 - 4,50 (backyou test)\"\n    },\n    {\n      \"write_number\": 712,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #497\",\n      \"internal_ref\": 497,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client backyou test - factures à établir\",\n      \"label\": \"Client backyou test - factures à établir\"\n    },\n    {\n      \"write_number\": 713,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 100,00 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 713,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 100,00 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 713,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client Obiang Nguema Junior - factures à établir\",\n      \"label\": \"Client Obiang Nguema Junior - factures à établir\"\n    },\n    {\n      \"write_number\": 714,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"18/02 - 4,50 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 714,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client Obiang Nguema Junior - factures à établir\",\n      \"label\": \"Client Obiang Nguema Junior - factures à établir\"\n    },\n    {\n      \"write_number\": 715,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 100,00 (Blanc Fred)\"\n    },\n    {\n      \"write_number\": 715,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 100,00 (Blanc Fred)\"\n    },\n    {\n      \"write_number\": 715,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Blanc Fred - factures à établir\",\n      \"label\": \"Client Blanc Fred - factures à établir\"\n    },\n    {\n      \"write_number\": 716,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"18/02 - 9,00 (Blanc Fred)\"\n    },\n    {\n      \"write_number\": 716,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Blanc Fred - factures à établir\",\n      \"label\": \"Client Blanc Fred - factures à établir\"\n    },\n    {\n      \"write_number\": 717,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 90,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 717,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 90,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 717,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 718,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"18/02 - 18,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 718,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 719,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #538\",\n      \"internal_ref\": 538,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 20,00 (Dupond Pierre)\"\n    },\n    {\n      \"write_number\": 719,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #538\",\n      \"internal_ref\": 538,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 20,00 (Dupond Pierre)\"\n    },\n    {\n      \"write_number\": 719,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #538\",\n      \"internal_ref\": 538,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupond Pierre - factures à établir\",\n      \"label\": \"Client Dupond Pierre - factures à établir\"\n    },\n    {\n      \"write_number\": 720,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #538\",\n      \"internal_ref\": 538,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"18/02 - 9,00 (Dupond Pierre)\"\n    },\n    {\n      \"write_number\": 720,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #538\",\n      \"internal_ref\": 538,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupond Pierre - factures à établir\",\n      \"label\": \"Client Dupond Pierre - factures à établir\"\n    },\n    {\n      \"write_number\": 721,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #550\",\n      \"internal_ref\": 550,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 100,00 (ACME)\"\n    },\n    {\n      \"write_number\": 721,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #550\",\n      \"internal_ref\": 550,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 100,00 (ACME)\"\n    },\n    {\n      \"write_number\": 721,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #550\",\n      \"internal_ref\": 550,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 722,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #550\",\n      \"internal_ref\": 550,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"18/02 - 9,00 (ACME)\"\n    },\n    {\n      \"write_number\": 722,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #550\",\n      \"internal_ref\": 550,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:31:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ACME - factures à établir\",\n      \"label\": \"Client ACME - factures à établir\"\n    },\n    {\n      \"write_number\": 723,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #573\",\n      \"internal_ref\": 573,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 08:42:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 08:42:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 100,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 723,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #573\",\n      \"internal_ref\": 573,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 08:42:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 08:42:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 100,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 723,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #573\",\n      \"internal_ref\": 573,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 08:42:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 08:42:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 724,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #573\",\n      \"internal_ref\": 573,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 08:42:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 08:42:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"18/02 - 9,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 724,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #573\",\n      \"internal_ref\": 573,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 08:42:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 08:42:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 725,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #574\",\n      \"internal_ref\": 574,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 09:02:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 09:02:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 100,00 (Lefranc Maxime)\"\n    },\n    {\n      \"write_number\": 725,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #574\",\n      \"internal_ref\": 574,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 09:02:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 09:02:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 100,00 (Lefranc Maxime)\"\n    },\n    {\n      \"write_number\": 725,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #574\",\n      \"internal_ref\": 574,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 09:02:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 09:02:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000L\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000L\",\n      \"aux_account_label\": \"Client Lefranc Maxime - factures à établir\",\n      \"label\": \"Client Lefranc Maxime - factures à établir\"\n    },\n    {\n      \"write_number\": 726,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #574\",\n      \"internal_ref\": 574,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 09:02:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 09:02:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"18/02 - 9,00 (Lefranc Maxime)\"\n    },\n    {\n      \"write_number\": 726,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #574\",\n      \"internal_ref\": 574,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 09:02:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 09:02:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000L\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000L\",\n      \"aux_account_label\": \"Client Lefranc Maxime - factures à établir\",\n      \"label\": \"Client Lefranc Maxime - factures à établir\"\n    },\n    {\n      \"write_number\": 727,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #573\",\n      \"internal_ref\": 573,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 11:10:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 11:10:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700014\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Green-Fee 18 trous - 50,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 727,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #573\",\n      \"internal_ref\": 573,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 11:10:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 11:10:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Green-Fee 18 trous - 50,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 727,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #573\",\n      \"internal_ref\": 573,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 11:10:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 11:10:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 728,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #573\",\n      \"internal_ref\": 573,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 11:10:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 11:10:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700014\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Green-Fee 18 trous - 50,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 728,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #573\",\n      \"internal_ref\": 573,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 11:10:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 11:10:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Green-Fee 18 trous - 50,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 728,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #573\",\n      \"internal_ref\": 573,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 11:10:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 11:10:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 729,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.25,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #573\",\n      \"internal_ref\": 573,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 11:12:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 11:12:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700014\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Jeton electronique - Remise automatique 10 - 13,50 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 729,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.25,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #573\",\n      \"internal_ref\": 573,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 11:12:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 11:12:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Jeton electronique - Remise automatique 10 - 13,50 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 729,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #573\",\n      \"internal_ref\": 573,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 11:12:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 11:12:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 730,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 13:21:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 13:21:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 10,00 (DUPONT  Martine)\"\n    },\n    {\n      \"write_number\": 730,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 13:21:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 13:21:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 10,00 (DUPONT  Martine)\"\n    },\n    {\n      \"write_number\": 730,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 13:21:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 13:21:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUPONT  Martine - factures à établir\",\n      \"label\": \"Client DUPONT  Martine - factures à établir\"\n    },\n    {\n      \"write_number\": 731,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #584\",\n      \"internal_ref\": 584,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 14:53:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 14:53:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 90,00 (Passage)\"\n    },\n    {\n      \"write_number\": 731,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #584\",\n      \"internal_ref\": 584,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 14:53:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 14:53:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 90,00 (Passage)\"\n    },\n    {\n      \"write_number\": 731,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #584\",\n      \"internal_ref\": 584,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 14:53:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 14:53:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 732,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #584\",\n      \"internal_ref\": 584,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 14:53:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 14:53:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"18/02 - 18,00 (Passage)\"\n    },\n    {\n      \"write_number\": 732,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #584\",\n      \"internal_ref\": 584,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 14:53:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 14:53:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 733,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #588\",\n      \"internal_ref\": 588,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:41:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:41:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 90,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 733,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #588\",\n      \"internal_ref\": 588,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:41:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:41:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 90,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 733,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #588\",\n      \"internal_ref\": 588,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:41:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:41:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client test Aless - factures à établir\",\n      \"label\": \"Client test Aless - factures à établir\"\n    },\n    {\n      \"write_number\": 734,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #588\",\n      \"internal_ref\": 588,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:41:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:41:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"18/02 - 13,50 (test Aless)\"\n    },\n    {\n      \"write_number\": 734,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #588\",\n      \"internal_ref\": 588,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:41:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:41:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client test Aless - factures à établir\",\n      \"label\": \"Client test Aless - factures à établir\"\n    },\n    {\n      \"write_number\": 735,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #589\",\n      \"internal_ref\": 589,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 100,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 735,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #589\",\n      \"internal_ref\": 589,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 100,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 735,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #589\",\n      \"internal_ref\": 589,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client test Aless - factures à établir\",\n      \"label\": \"Client test Aless - factures à établir\"\n    },\n    {\n      \"write_number\": 736,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #589\",\n      \"internal_ref\": 589,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"18/02 - 9,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 736,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #589\",\n      \"internal_ref\": 589,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:41:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client test Aless - factures à établir\",\n      \"label\": \"Client test Aless - factures à établir\"\n    },\n    {\n      \"write_number\": 737,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #590\",\n      \"internal_ref\": 590,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:41:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:41:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"18/02 - 100,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 737,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #590\",\n      \"internal_ref\": 590,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:41:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:41:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"18/02 - 100,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 737,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #590\",\n      \"internal_ref\": 590,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:41:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:41:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client test Aless - factures à établir\",\n      \"label\": \"Client test Aless - factures à établir\"\n    },\n    {\n      \"write_number\": 738,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #590\",\n      \"internal_ref\": 590,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:41:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:41:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"18/02 - 9,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 738,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #590\",\n      \"internal_ref\": 590,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:41:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:41:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client test Aless - factures à établir\",\n      \"label\": \"Client test Aless - factures à établir\"\n    },\n    {\n      \"write_number\": 739,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 13:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 116.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 14:57:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 14:57:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 13:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 3 / Spa du 18/02/2026 13:00 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 739,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 13:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 23.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 14:57:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 14:57:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 13:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 3 / Spa du 18/02/2026 13:00 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 739,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 13:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 14:57:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 14:57:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 13:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 740,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 13:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #585\",\n      \"internal_ref\": 585,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:06:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:06:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 13:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700113\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700113\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Menu demi-pension - 20,00 (Passage)\"\n    },\n    {\n      \"write_number\": 740,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 13:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #585\",\n      \"internal_ref\": 585,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:06:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:06:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 13:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Menu demi-pension - 20,00 (Passage)\"\n    },\n    {\n      \"write_number\": 740,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 13:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #585\",\n      \"internal_ref\": 585,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:06:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:06:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 13:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 741,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 13:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 116.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 14:57:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 14:57:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 13:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 4 / Spa du 18/02/2026 13:50 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 741,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 13:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 23.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 14:57:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 14:57:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 13:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 4 / Spa du 18/02/2026 13:50 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 741,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 13:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 14:57:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 14:57:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 13:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 742,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 15:50:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #591\",\n      \"internal_ref\": 591,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:50:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:50:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 15:50:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100323\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 742,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 15:50:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #591\",\n      \"internal_ref\": 591,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:50:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:50:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 15:50:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 742,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 15:50:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #591\",\n      \"internal_ref\": 591,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:50:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:50:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 15:50:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 743,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 15:50:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #591\",\n      \"internal_ref\": 591,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:50:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:50:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 15:50:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 1 boule - 2,50 ()\"\n    },\n    {\n      \"write_number\": 743,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 15:50:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #591\",\n      \"internal_ref\": 591,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:50:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:50:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 15:50:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 1 boule - 2,50 ()\"\n    },\n    {\n      \"write_number\": 743,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 15:50:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #591\",\n      \"internal_ref\": 591,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:50:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:50:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 15:50:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 744,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:18:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:18:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:18:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:18:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 1 boule - 2,50 (Passage)\"\n    },\n    {\n      \"write_number\": 744,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:18:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:18:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:18:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:18:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 1 boule - 2,50 (Passage)\"\n    },\n    {\n      \"write_number\": 744,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:18:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:18:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:18:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:18:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 745,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:18:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:18:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:18:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:18:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700174\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"mojito - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 745,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:18:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:18:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:18:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:18:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"mojito - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 745,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:18:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:18:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:18:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:18:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 746,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:18:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:18:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:18:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:18:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700173\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700173\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Soda - 2,50 (Passage)\"\n    },\n    {\n      \"write_number\": 746,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:18:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:18:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:18:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:18:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Soda - 2,50 (Passage)\"\n    },\n    {\n      \"write_number\": 746,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:18:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:18:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:18:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:18:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 747,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:20:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:20:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:20:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:20:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Crème brûlée - 8,50 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 747,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:20:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:20:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:20:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:20:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Crème brûlée - 8,50 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 747,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:20:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:20:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:20:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:20:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client Obiang Nguema Junior - factures à établir\",\n      \"label\": \"Client Obiang Nguema Junior - factures à établir\"\n    },\n    {\n      \"write_number\": 748,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700953\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700953\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Curry de volaille - 15,00 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 748,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Curry de volaille - 15,00 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 748,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client Obiang Nguema Junior - factures à établir\",\n      \"label\": \"Client Obiang Nguema Junior - factures à établir\"\n    },\n    {\n      \"write_number\": 749,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700083\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Pâté en croute - 12,00 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 749,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâté en croute - 12,00 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 749,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client Obiang Nguema Junior - factures à établir\",\n      \"label\": \"Client Obiang Nguema Junior - factures à établir\"\n    },\n    {\n      \"write_number\": 750,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.08,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700174\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Kir - 8,50 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 750,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.42,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Kir - 8,50 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 750,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:20:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client Obiang Nguema Junior - factures à établir\",\n      \"label\": \"Client Obiang Nguema Junior - factures à établir\"\n    },\n    {\n      \"write_number\": 751,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:22:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #595\",\n      \"internal_ref\": 595,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:22:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:22:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:22:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700204\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse verte - 12,00 (Aurora Beddasperanze)\"\n    },\n    {\n      \"write_number\": 751,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:22:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #595\",\n      \"internal_ref\": 595,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:22:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:22:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:22:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse verte - 12,00 (Aurora Beddasperanze)\"\n    },\n    {\n      \"write_number\": 751,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:22:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #595\",\n      \"internal_ref\": 595,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:22:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:22:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:22:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurora Beddasperanze - factures à établir\",\n      \"label\": \"Client Aurora Beddasperanze - factures à établir\"\n    },\n    {\n      \"write_number\": 752,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:22:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #595\",\n      \"internal_ref\": 595,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:22:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:22:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:22:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700953\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700953\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Curry de volaille - 15,00 (Aurora Beddasperanze)\"\n    },\n    {\n      \"write_number\": 752,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:22:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #595\",\n      \"internal_ref\": 595,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:22:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:22:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:22:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Curry de volaille - 15,00 (Aurora Beddasperanze)\"\n    },\n    {\n      \"write_number\": 752,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:22:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #595\",\n      \"internal_ref\": 595,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:22:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:22:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:22:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurora Beddasperanze - factures à établir\",\n      \"label\": \"Client Aurora Beddasperanze - factures à établir\"\n    },\n    {\n      \"write_number\": 753,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:22:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #603\",\n      \"internal_ref\": 603,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 17:23:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 17:23:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:22:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 753,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:22:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #603\",\n      \"internal_ref\": 603,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 17:23:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 17:23:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:22:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Purchase 1.1 - 50,00 (Passage)\"\n    },\n    {\n      \"write_number\": 753,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:22:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #603\",\n      \"internal_ref\": 603,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 17:23:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 17:23:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:22:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 754,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:24:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #597\",\n      \"internal_ref\": 597,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:24:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:24:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:24:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 1 boule - 2,50 (Aurora Beddasperanze)\"\n    },\n    {\n      \"write_number\": 754,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:24:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #597\",\n      \"internal_ref\": 597,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:24:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:24:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:24:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 1 boule - 2,50 (Aurora Beddasperanze)\"\n    },\n    {\n      \"write_number\": 754,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:24:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #597\",\n      \"internal_ref\": 597,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:24:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:24:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:24:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurora Beddasperanze - factures à établir\",\n      \"label\": \"Client Aurora Beddasperanze - factures à établir\"\n    },\n    {\n      \"write_number\": 755,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:26:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:26:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:26:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:26:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700953\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700953\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Curry de volaille - 15,00 (Passage)\"\n    },\n    {\n      \"write_number\": 755,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:26:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:26:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:26:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:26:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Curry de volaille - 15,00 (Passage)\"\n    },\n    {\n      \"write_number\": 755,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:26:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:26:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:26:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:26:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 756,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:26:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:26:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:26:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:26:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700204\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse verte - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 756,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:26:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:26:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:26:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:26:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse verte - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 756,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:26:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:26:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:26:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:26:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 757,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:26:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:26:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:26:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:26:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700083\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Brochette de crevette - 9,50 (Passage)\"\n    },\n    {\n      \"write_number\": 757,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:26:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:26:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:26:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:26:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Brochette de crevette - 9,50 (Passage)\"\n    },\n    {\n      \"write_number\": 757,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:26:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #562\",\n      \"internal_ref\": 562,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:26:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:26:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:26:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 758,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:27:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:27:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:27:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:27:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700953\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700953\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Curry de volaille - 15,00 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 758,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:27:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:27:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:27:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:27:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Curry de volaille - 15,00 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 758,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:27:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:27:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:27:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:27:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client Obiang Nguema Junior - factures à établir\",\n      \"label\": \"Client Obiang Nguema Junior - factures à établir\"\n    },\n    {\n      \"write_number\": 759,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:27:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:27:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:27:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:27:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700204\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse verte - 12,00 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 759,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:27:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:27:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:27:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:27:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse verte - 12,00 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 759,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 16:27:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:27:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:27:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 16:27:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client Obiang Nguema Junior - factures à établir\",\n      \"label\": \"Client Obiang Nguema Junior - factures à établir\"\n    },\n    {\n      \"write_number\": 760,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 17:10:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 233.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 14:57:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 14:57:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 17:10:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 3 / Spa du 18/02/2026 17:10 - 280,00 (Passage)\"\n    },\n    {\n      \"write_number\": 760,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 17:10:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 46.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 14:57:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 14:57:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 17:10:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 3 / Spa du 18/02/2026 17:10 - 280,00 (Passage)\"\n    },\n    {\n      \"write_number\": 760,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 17:10:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 280,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 14:57:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 14:57:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 17:10:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 761,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 17:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #262\",\n      \"internal_ref\": 262,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 10:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 10:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 17:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100053\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100053\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Pâte à la carbonnara - 15,00 (donghi)\"\n    },\n    {\n      \"write_number\": 761,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 17:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #262\",\n      \"internal_ref\": 262,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 10:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 10:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 17:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâte à la carbonnara - 15,00 (donghi)\"\n    },\n    {\n      \"write_number\": 761,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 17:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #262\",\n      \"internal_ref\": 262,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 10:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 10:01:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 17:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client donghi - factures à établir\",\n      \"label\": \"Client donghi - factures à établir\"\n    },\n    {\n      \"write_number\": 762,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.08,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100174\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Kir - 8,50 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 762,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.42,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Kir - 8,50 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 762,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client Obiang Nguema Junior - factures à établir\",\n      \"label\": \"Client Obiang Nguema Junior - factures à établir\"\n    },\n    {\n      \"write_number\": 763,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Crème brûlée - 8,50 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 763,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Crème brûlée - 8,50 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 763,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 17:37:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client Obiang Nguema Junior - factures à établir\",\n      \"label\": \"Client Obiang Nguema Junior - factures à établir\"\n    },\n    {\n      \"write_number\": 764,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #606\",\n      \"internal_ref\": 606,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100174\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"mojito - 12,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 764,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #606\",\n      \"internal_ref\": 606,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"mojito - 12,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 764,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #606\",\n      \"internal_ref\": 606,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 765,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #606\",\n      \"internal_ref\": 606,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Pâté en croute - 12,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 765,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #606\",\n      \"internal_ref\": 606,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâté en croute - 12,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 765,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #606\",\n      \"internal_ref\": 606,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-18 17:37:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 766,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 57.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 63,00 (Passage)\"\n    },\n    {\n      \"write_number\": 766,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 63,00 (Passage)\"\n    },\n    {\n      \"write_number\": 766,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 63,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 767,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 88.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 767,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 767,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 97,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 768,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 88.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 768,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 768,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 97,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 769,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 72.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 80,00 (Passage)\"\n    },\n    {\n      \"write_number\": 769,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 80,00 (Passage)\"\n    },\n    {\n      \"write_number\": 769,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 80,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 770,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 54.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 60,00 (Passage)\"\n    },\n    {\n      \"write_number\": 770,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 60,00 (Passage)\"\n    },\n    {\n      \"write_number\": 770,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 60,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 771,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 88.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 771,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 771,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 97,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 772,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 63.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 70,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 772,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 6.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 70,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 772,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 70,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 773,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 773,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 773,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 774,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 774,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 774,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 775,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"19/02 - 9,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 775,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 776,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 776,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 776,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 777,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:09:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:09:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"19/02 - 13,50 (DUPONT  Martine)\"\n    },\n    {\n      \"write_number\": 777,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 12:09:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 12:09:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUPONT  Martine - factures à établir\",\n      \"label\": \"Client DUPONT  Martine - factures à établir\"\n    },\n    {\n      \"write_number\": 778,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 778,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 778,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 779,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"19/02 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 779,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 780,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 50,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #497\",\n      \"internal_ref\": 497,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701214\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701214\",\n      \"aux_account_label\": \"HT champagne (TVA 20.00%)\",\n      \"label\": \"champagne - 60,00 (backyou test)\"\n    },\n    {\n      \"write_number\": 780,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #497\",\n      \"internal_ref\": 497,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"champagne - 60,00 (backyou test)\"\n    },\n    {\n      \"write_number\": 780,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 60,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #497\",\n      \"internal_ref\": 497,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 16:12:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client backyou test - factures à établir\",\n      \"label\": \"Client backyou test - factures à établir\"\n    },\n    {\n      \"write_number\": 781,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 100,00 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 781,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 100,00 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 781,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client Obiang Nguema Junior - factures à établir\",\n      \"label\": \"Client Obiang Nguema Junior - factures à établir\"\n    },\n    {\n      \"write_number\": 782,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"19/02 - 4,50 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 782,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client Obiang Nguema Junior - factures à établir\",\n      \"label\": \"Client Obiang Nguema Junior - factures à établir\"\n    },\n    {\n      \"write_number\": 783,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 100,00 (Blanc Fred)\"\n    },\n    {\n      \"write_number\": 783,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 100,00 (Blanc Fred)\"\n    },\n    {\n      \"write_number\": 783,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Blanc Fred - factures à établir\",\n      \"label\": \"Client Blanc Fred - factures à établir\"\n    },\n    {\n      \"write_number\": 784,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"19/02 - 9,00 (Blanc Fred)\"\n    },\n    {\n      \"write_number\": 784,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Blanc Fred - factures à établir\",\n      \"label\": \"Client Blanc Fred - factures à établir\"\n    },\n    {\n      \"write_number\": 785,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 90,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 785,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 90,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 785,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 786,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"19/02 - 18,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 786,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 787,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #538\",\n      \"internal_ref\": 538,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 20,00 (Dupond Pierre)\"\n    },\n    {\n      \"write_number\": 787,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #538\",\n      \"internal_ref\": 538,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 20,00 (Dupond Pierre)\"\n    },\n    {\n      \"write_number\": 787,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #538\",\n      \"internal_ref\": 538,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupond Pierre - factures à établir\",\n      \"label\": \"Client Dupond Pierre - factures à établir\"\n    },\n    {\n      \"write_number\": 788,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #538\",\n      \"internal_ref\": 538,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"19/02 - 9,00 (Dupond Pierre)\"\n    },\n    {\n      \"write_number\": 788,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #538\",\n      \"internal_ref\": 538,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:57:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupond Pierre - factures à établir\",\n      \"label\": \"Client Dupond Pierre - factures à établir\"\n    },\n    {\n      \"write_number\": 789,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 112.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #567\",\n      \"internal_ref\": 567,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:33:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:33:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 124,00 (cojan maxime)\"\n    },\n    {\n      \"write_number\": 789,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #567\",\n      \"internal_ref\": 567,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:33:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:33:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 124,00 (cojan maxime)\"\n    },\n    {\n      \"write_number\": 789,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 124,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #567\",\n      \"internal_ref\": 567,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:33:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:33:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client cojan maxime - factures à établir\",\n      \"label\": \"Client cojan maxime - factures à établir\"\n    },\n    {\n      \"write_number\": 790,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #567\",\n      \"internal_ref\": 567,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:33:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:33:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"19/02 - 18,00 (cojan maxime)\"\n    },\n    {\n      \"write_number\": 790,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #567\",\n      \"internal_ref\": 567,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:33:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:33:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client cojan maxime - factures à établir\",\n      \"label\": \"Client cojan maxime - factures à établir\"\n    },\n    {\n      \"write_number\": 791,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #586\",\n      \"internal_ref\": 586,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:14:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:14:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 791,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #586\",\n      \"internal_ref\": 586,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:14:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:14:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 791,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #586\",\n      \"internal_ref\": 586,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:14:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:14:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 792,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #586\",\n      \"internal_ref\": 586,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:14:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:14:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"19/02 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 792,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #586\",\n      \"internal_ref\": 586,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:14:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:14:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 793,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #587\",\n      \"internal_ref\": 587,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:14:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:14:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 793,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #587\",\n      \"internal_ref\": 587,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:14:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:14:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 793,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #587\",\n      \"internal_ref\": 587,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:14:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:14:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 794,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #587\",\n      \"internal_ref\": 587,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:14:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:14:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"19/02 - 4,50 (Passage)\"\n    },\n    {\n      \"write_number\": 794,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #587\",\n      \"internal_ref\": 587,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 15:14:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 15:14:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 795,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 71.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #629\",\n      \"internal_ref\": 629,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 79,00 (DUPONA Alain)\"\n    },\n    {\n      \"write_number\": 795,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #629\",\n      \"internal_ref\": 629,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 79,00 (DUPONA Alain)\"\n    },\n    {\n      \"write_number\": 795,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 79,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #629\",\n      \"internal_ref\": 629,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUPONA Alain - factures à établir\",\n      \"label\": \"Client DUPONA Alain - factures à établir\"\n    },\n    {\n      \"write_number\": 796,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #629\",\n      \"internal_ref\": 629,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"19/02 - 22,50 (DUPONA Alain)\"\n    },\n    {\n      \"write_number\": 796,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #629\",\n      \"internal_ref\": 629,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUPONA Alain - factures à établir\",\n      \"label\": \"Client DUPONA Alain - factures à établir\"\n    },\n    {\n      \"write_number\": 797,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 26.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #635\",\n      \"internal_ref\": 635,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:46:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:46:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"complément Privatisation Spa - 32,00 (Extra2 Test)\"\n    },\n    {\n      \"write_number\": 797,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #635\",\n      \"internal_ref\": 635,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:46:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:46:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"complément Privatisation Spa - 32,00 (Extra2 Test)\"\n    },\n    {\n      \"write_number\": 797,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 32,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #635\",\n      \"internal_ref\": 635,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:46:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:46:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client Extra2 Test - factures à établir\",\n      \"label\": \"Client Extra2 Test - factures à établir\"\n    },\n    {\n      \"write_number\": 798,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 26.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #635\",\n      \"internal_ref\": 635,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:46:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:46:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"complément Privatisation Spa - 32,00 (Extra2 Test)\"\n    },\n    {\n      \"write_number\": 798,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #635\",\n      \"internal_ref\": 635,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:46:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:46:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"complément Privatisation Spa - 32,00 (Extra2 Test)\"\n    },\n    {\n      \"write_number\": 798,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 32,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #635\",\n      \"internal_ref\": 635,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:46:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:46:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client Extra2 Test - factures à établir\",\n      \"label\": \"Client Extra2 Test - factures à établir\"\n    },\n    {\n      \"write_number\": 799,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 26.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #637\",\n      \"internal_ref\": 637,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:47:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:47:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"complément Privatisation Spa - 32,00 (OK Test)\"\n    },\n    {\n      \"write_number\": 799,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #637\",\n      \"internal_ref\": 637,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:47:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:47:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"complément Privatisation Spa - 32,00 (OK Test)\"\n    },\n    {\n      \"write_number\": 799,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 32,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #637\",\n      \"internal_ref\": 637,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:47:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:47:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client OK Test - factures à établir\",\n      \"label\": \"Client OK Test - factures à établir\"\n    },\n    {\n      \"write_number\": 800,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 26.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #637\",\n      \"internal_ref\": 637,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:47:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:47:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"complément Privatisation Spa - 32,00 (OK Test)\"\n    },\n    {\n      \"write_number\": 800,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #637\",\n      \"internal_ref\": 637,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:47:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:47:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"complément Privatisation Spa - 32,00 (OK Test)\"\n    },\n    {\n      \"write_number\": 800,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 32,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #637\",\n      \"internal_ref\": 637,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:47:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:47:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client OK Test - factures à établir\",\n      \"label\": \"Client OK Test - factures à établir\"\n    },\n    {\n      \"write_number\": 801,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 26.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #638\",\n      \"internal_ref\": 638,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:48:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:48:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"complément Privatisation Spa - 32,00 (Complet Test)\"\n    },\n    {\n      \"write_number\": 801,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #638\",\n      \"internal_ref\": 638,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:48:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:48:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"complément Privatisation Spa - 32,00 (Complet Test)\"\n    },\n    {\n      \"write_number\": 801,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 32,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #638\",\n      \"internal_ref\": 638,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:48:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:48:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Complet Test - factures à établir\",\n      \"label\": \"Client Complet Test - factures à établir\"\n    },\n    {\n      \"write_number\": 802,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 26.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #638\",\n      \"internal_ref\": 638,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:48:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:48:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"complément Privatisation Spa - 32,00 (Complet Test)\"\n    },\n    {\n      \"write_number\": 802,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #638\",\n      \"internal_ref\": 638,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:48:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:48:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"complément Privatisation Spa - 32,00 (Complet Test)\"\n    },\n    {\n      \"write_number\": 802,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 32,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #638\",\n      \"internal_ref\": 638,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:48:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:48:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Complet Test - factures à établir\",\n      \"label\": \"Client Complet Test - factures à établir\"\n    },\n    {\n      \"write_number\": 803,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 100,00 (Barret Gilles)\"\n    },\n    {\n      \"write_number\": 803,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 100,00 (Barret Gilles)\"\n    },\n    {\n      \"write_number\": 803,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Barret Gilles - factures à établir\",\n      \"label\": \"Client Barret Gilles - factures à établir\"\n    },\n    {\n      \"write_number\": 804,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"19/02 - 100,00 (Barret Gilles)\"\n    },\n    {\n      \"write_number\": 804,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"19/02 - 100,00 (Barret Gilles)\"\n    },\n    {\n      \"write_number\": 804,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Barret Gilles - factures à établir\",\n      \"label\": \"Client Barret Gilles - factures à établir\"\n    },\n    {\n      \"write_number\": 805,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"19/02 - 18,00 (Barret Gilles)\"\n    },\n    {\n      \"write_number\": 805,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Barret Gilles - factures à établir\",\n      \"label\": \"Client Barret Gilles - factures à établir\"\n    },\n    {\n      \"write_number\": 806,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"19/02 - 18,00 (Barret Gilles)\"\n    },\n    {\n      \"write_number\": 806,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:47:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Barret Gilles - factures à établir\",\n      \"label\": \"Client Barret Gilles - factures à établir\"\n    },\n    {\n      \"write_number\": 807,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #159\",\n      \"internal_ref\": 159,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 17:31:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 17:31:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"19/02 - 9,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 807,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #159\",\n      \"internal_ref\": 159,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 17:31:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 17:31:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 808,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.08,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #111\",\n      \"internal_ref\": 111,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100174\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Kir - 8,50 ()\"\n    },\n    {\n      \"write_number\": 808,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.42,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #111\",\n      \"internal_ref\": 111,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Kir - 8,50 ()\"\n    },\n    {\n      \"write_number\": 808,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #111\",\n      \"internal_ref\": 111,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 809,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #111\",\n      \"internal_ref\": 111,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Crème brûlée - 8,50 ()\"\n    },\n    {\n      \"write_number\": 809,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #111\",\n      \"internal_ref\": 111,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Crème brûlée - 8,50 ()\"\n    },\n    {\n      \"write_number\": 809,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #111\",\n      \"internal_ref\": 111,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 00:46:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 810,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 10:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #519\",\n      \"internal_ref\": 519,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 22:28:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 22:28:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 10:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600943\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600943\",\n      \"aux_account_label\": \"HT Sport (TVA 10.00%)\",\n      \"label\": \"Parking 1 / Lancer de hache du 19/02/2026 10:00 - 15,00 (robert  luc)\"\n    },\n    {\n      \"write_number\": 810,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 10:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #519\",\n      \"internal_ref\": 519,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 22:28:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 22:28:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 10:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Parking 1 / Lancer de hache du 19/02/2026 10:00 - 15,00 (robert  luc)\"\n    },\n    {\n      \"write_number\": 810,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 10:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #519\",\n      \"internal_ref\": 519,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 22:28:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 22:28:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 10:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client robert  luc - factures à établir\",\n      \"label\": \"Client robert  luc - factures à établir\"\n    },\n    {\n      \"write_number\": 811,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 15:37:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:37:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:37:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 15:37:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Crème brûlée - 8,50 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 811,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 15:37:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:37:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:37:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 15:37:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Crème brûlée - 8,50 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 811,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 15:37:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:37:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:37:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 15:37:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client Obiang Nguema Junior - factures à établir\",\n      \"label\": \"Client Obiang Nguema Junior - factures à établir\"\n    },\n    {\n      \"write_number\": 812,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 15:37:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:37:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:37:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 15:37:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700204\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse jaune - 13,00 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 812,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 15:37:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:37:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:37:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 15:37:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse jaune - 13,00 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 812,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 15:37:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:37:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:37:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 15:37:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client Obiang Nguema Junior - factures à établir\",\n      \"label\": \"Client Obiang Nguema Junior - factures à établir\"\n    },\n    {\n      \"write_number\": 813,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 15:37:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:37:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:37:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 15:37:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 1 boule - 2,50 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 813,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 15:37:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:37:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:37:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 15:37:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 1 boule - 2,50 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 813,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-19 15:37:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:37:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:37:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-19 15:37:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client Obiang Nguema Junior - factures à établir\",\n      \"label\": \"Client Obiang Nguema Junior - factures à établir\"\n    },\n    {\n      \"write_number\": 814,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 57.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"20/02 - 63,00 (Passage)\"\n    },\n    {\n      \"write_number\": 814,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"20/02 - 63,00 (Passage)\"\n    },\n    {\n      \"write_number\": 814,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 63,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 815,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 88.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"20/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 815,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"20/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 815,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 97,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 816,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 88.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"20/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 816,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"20/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 816,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 97,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 817,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 72.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"20/02 - 80,00 (Passage)\"\n    },\n    {\n      \"write_number\": 817,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"20/02 - 80,00 (Passage)\"\n    },\n    {\n      \"write_number\": 817,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 80,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 818,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 54.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 60,00 (Passage)\"\n    },\n    {\n      \"write_number\": 818,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 60,00 (Passage)\"\n    },\n    {\n      \"write_number\": 818,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 60,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 819,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 88.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"20/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 819,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"20/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 819,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 97,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 820,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 63.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"20/02 - 70,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 820,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 6.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"20/02 - 70,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 820,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 70,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 821,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"20/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 821,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"20/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 821,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 822,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"20/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 822,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"20/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 822,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 823,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"20/02 - 9,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 823,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 824,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"20/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 824,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"20/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 824,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 825,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"20/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 825,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"20/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 825,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 826,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"20/02 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 826,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 827,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"20/02 - 100,00 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 827,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"20/02 - 100,00 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 827,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client Obiang Nguema Junior - factures à établir\",\n      \"label\": \"Client Obiang Nguema Junior - factures à établir\"\n    },\n    {\n      \"write_number\": 828,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"20/02 - 4,50 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 828,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 13:40:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client Obiang Nguema Junior - factures à établir\",\n      \"label\": \"Client Obiang Nguema Junior - factures à établir\"\n    },\n    {\n      \"write_number\": 829,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"20/02 - 100,00 (Blanc Fred)\"\n    },\n    {\n      \"write_number\": 829,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"20/02 - 100,00 (Blanc Fred)\"\n    },\n    {\n      \"write_number\": 829,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Blanc Fred - factures à établir\",\n      \"label\": \"Client Blanc Fred - factures à établir\"\n    },\n    {\n      \"write_number\": 830,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"20/02 - 9,00 (Blanc Fred)\"\n    },\n    {\n      \"write_number\": 830,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:17:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Blanc Fred - factures à établir\",\n      \"label\": \"Client Blanc Fred - factures à établir\"\n    },\n    {\n      \"write_number\": 831,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"20/02 - 90,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 831,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"20/02 - 90,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 831,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 832,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"20/02 - 18,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 832,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 833,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #559\",\n      \"internal_ref\": 559,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 16:16:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 16:16:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"20/02 - 20,00 (Passage)\"\n    },\n    {\n      \"write_number\": 833,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #559\",\n      \"internal_ref\": 559,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 16:16:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 16:16:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"20/02 - 20,00 (Passage)\"\n    },\n    {\n      \"write_number\": 833,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #559\",\n      \"internal_ref\": 559,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 16:16:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 16:16:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 834,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #559\",\n      \"internal_ref\": 559,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 16:16:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 16:16:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"20/02 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 834,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #559\",\n      \"internal_ref\": 559,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 16:16:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 16:16:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 835,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 71.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #629\",\n      \"internal_ref\": 629,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"20/02 - 79,00 (DUPONA Alain)\"\n    },\n    {\n      \"write_number\": 835,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #629\",\n      \"internal_ref\": 629,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"20/02 - 79,00 (DUPONA Alain)\"\n    },\n    {\n      \"write_number\": 835,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 79,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #629\",\n      \"internal_ref\": 629,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUPONA Alain - factures à établir\",\n      \"label\": \"Client DUPONA Alain - factures à établir\"\n    },\n    {\n      \"write_number\": 836,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #629\",\n      \"internal_ref\": 629,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"20/02 - 22,50 (DUPONA Alain)\"\n    },\n    {\n      \"write_number\": 836,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #629\",\n      \"internal_ref\": 629,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:05:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUPONA Alain - factures à établir\",\n      \"label\": \"Client DUPONA Alain - factures à établir\"\n    },\n    {\n      \"write_number\": 837,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 26.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #639\",\n      \"internal_ref\": 639,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 14:18:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 14:18:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"complément Privatisation Spa - 32,00 (JKPO POIS)\"\n    },\n    {\n      \"write_number\": 837,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #639\",\n      \"internal_ref\": 639,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 14:18:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 14:18:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"complément Privatisation Spa - 32,00 (JKPO POIS)\"\n    },\n    {\n      \"write_number\": 837,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 32,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #639\",\n      \"internal_ref\": 639,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 14:18:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 14:18:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client JKPO POIS - factures à établir\",\n      \"label\": \"Client JKPO POIS - factures à établir\"\n    },\n    {\n      \"write_number\": 838,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 26.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #640\",\n      \"internal_ref\": 640,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 14:21:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 14:21:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"complément Privatisation Spa - 32,00 (BOKM ZERO)\"\n    },\n    {\n      \"write_number\": 838,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #640\",\n      \"internal_ref\": 640,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 14:21:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 14:21:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"complément Privatisation Spa - 32,00 (BOKM ZERO)\"\n    },\n    {\n      \"write_number\": 838,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 32,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #640\",\n      \"internal_ref\": 640,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 14:21:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 14:21:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client BOKM ZERO - factures à établir\",\n      \"label\": \"Client BOKM ZERO - factures à établir\"\n    },\n    {\n      \"write_number\": 839,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 26.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #641\",\n      \"internal_ref\": 641,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 14:48:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 14:48:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"complément Privatisation Spa - 32,00 (POMKL FGHP)\"\n    },\n    {\n      \"write_number\": 839,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #641\",\n      \"internal_ref\": 641,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 14:48:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 14:48:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"complément Privatisation Spa - 32,00 (POMKL FGHP)\"\n    },\n    {\n      \"write_number\": 839,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 32,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #641\",\n      \"internal_ref\": 641,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 14:48:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 14:48:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client POMKL FGHP - factures à établir\",\n      \"label\": \"Client POMKL FGHP - factures à établir\"\n    },\n    {\n      \"write_number\": 840,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 27.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:49:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:49:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (Barret Gilles)\"\n    },\n    {\n      \"write_number\": 840,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:49:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:49:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (Barret Gilles)\"\n    },\n    {\n      \"write_number\": 840,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 30,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:49:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:49:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Barret Gilles - factures à établir\",\n      \"label\": \"Client Barret Gilles - factures à établir\"\n    },\n    {\n      \"write_number\": 841,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 27.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:49:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:49:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (Barret Gilles)\"\n    },\n    {\n      \"write_number\": 841,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:49:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:49:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (Barret Gilles)\"\n    },\n    {\n      \"write_number\": 841,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 30,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 15:49:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 15:49:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Barret Gilles - factures à établir\",\n      \"label\": \"Client Barret Gilles - factures à établir\"\n    },\n    {\n      \"write_number\": 842,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #159\",\n      \"internal_ref\": 159,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 17:31:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 17:31:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"20/02 - 9,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 842,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #159\",\n      \"internal_ref\": 159,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 17:31:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 17:31:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 843,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 32,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #653\",\n      \"internal_ref\": 653,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 17:58:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 17:58:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700001\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700001\",\n      \"aux_account_label\": \"HT divers (TVA 0.00%)\",\n      \"label\": \"Remise Spa exceptionnelle - -32,00 (Dutrou Marc)\"\n    },\n    {\n      \"write_number\": 843,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 32,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #653\",\n      \"internal_ref\": 653,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 17:58:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 17:58:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dutrou Marc - factures à établir\",\n      \"label\": \"Client Dutrou Marc - factures à établir\"\n    },\n    {\n      \"write_number\": 844,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 32,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #654\",\n      \"internal_ref\": 654,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 18:10:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 18:10:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700001\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700001\",\n      \"aux_account_label\": \"HT divers (TVA 0.00%)\",\n      \"label\": \"Remise Spa exceptionnelle - -32,00 (VUIN FRIT)\"\n    },\n    {\n      \"write_number\": 844,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 32,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #654\",\n      \"internal_ref\": 654,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 18:10:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 18:10:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000V\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000V\",\n      \"aux_account_label\": \"Client VUIN FRIT - factures à établir\",\n      \"label\": \"Client VUIN FRIT - factures à établir\"\n    },\n    {\n      \"write_number\": 845,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #676\",\n      \"internal_ref\": 676,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:03:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:03:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"20/02 - 90,00 (andchanou)\"\n    },\n    {\n      \"write_number\": 845,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #676\",\n      \"internal_ref\": 676,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:03:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:03:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"20/02 - 90,00 (andchanou)\"\n    },\n    {\n      \"write_number\": 845,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #676\",\n      \"internal_ref\": 676,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:03:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:03:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client andchanou - factures à établir\",\n      \"label\": \"Client andchanou - factures à établir\"\n    },\n    {\n      \"write_number\": 846,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #676\",\n      \"internal_ref\": 676,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:03:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:03:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"20/02 - 9,00 (andchanou)\"\n    },\n    {\n      \"write_number\": 846,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #676\",\n      \"internal_ref\": 676,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:03:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:03:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client andchanou - factures à établir\",\n      \"label\": \"Client andchanou - factures à établir\"\n    },\n    {\n      \"write_number\": 847,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #676\",\n      \"internal_ref\": 676,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:09:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:09:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 10,00 (andchanou)\"\n    },\n    {\n      \"write_number\": 847,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #676\",\n      \"internal_ref\": 676,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:09:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:09:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 10,00 (andchanou)\"\n    },\n    {\n      \"write_number\": 847,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #676\",\n      \"internal_ref\": 676,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:09:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:09:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client andchanou - factures à établir\",\n      \"label\": \"Client andchanou - factures à établir\"\n    },\n    {\n      \"write_number\": 848,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #677\",\n      \"internal_ref\": 677,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:28:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:28:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"20/02 - 4,50 (Passage)\"\n    },\n    {\n      \"write_number\": 848,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #677\",\n      \"internal_ref\": 677,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:28:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:28:50.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 849,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 50,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #676\",\n      \"internal_ref\": 676,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:44:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:44:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700951\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700951\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 0.00%)\",\n      \"label\": \"Article modifié - 50,00 (andchanou)\"\n    },\n    {\n      \"write_number\": 849,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #676\",\n      \"internal_ref\": 676,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:44:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:44:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client andchanou - factures à établir\",\n      \"label\": \"Client andchanou - factures à établir\"\n    },\n    {\n      \"write_number\": 850,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 850,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 850,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 851,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (DUPONT  Martine)\"\n    },\n    {\n      \"write_number\": 851,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (DUPONT  Martine)\"\n    },\n    {\n      \"write_number\": 851,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUPONT  Martine - factures à établir\",\n      \"label\": \"Client DUPONT  Martine - factures à établir\"\n    },\n    {\n      \"write_number\": 852,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #159\",\n      \"internal_ref\": 159,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 852,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #159\",\n      \"internal_ref\": 159,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 852,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #159\",\n      \"internal_ref\": 159,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 853,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 853,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 853,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 854,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 854,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 854,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 855,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 855,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 855,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 856,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 856,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 856,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 857,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 857,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 857,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 858,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #206\",\n      \"internal_ref\": 206,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 858,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #206\",\n      \"internal_ref\": 206,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 858,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #206\",\n      \"internal_ref\": 206,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 859,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #207\",\n      \"internal_ref\": 207,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 859,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #207\",\n      \"internal_ref\": 207,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 859,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #207\",\n      \"internal_ref\": 207,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 860,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 860,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 860,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 861,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 861,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 861,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 862,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #210\",\n      \"internal_ref\": 210,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 862,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #210\",\n      \"internal_ref\": 210,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 862,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #210\",\n      \"internal_ref\": 210,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 863,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 863,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 863,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 864,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 864,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 864,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 865,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 865,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 865,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 866,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 866,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 866,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 867,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #402\",\n      \"internal_ref\": 402,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 867,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #402\",\n      \"internal_ref\": 402,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 867,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #402\",\n      \"internal_ref\": 402,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 868,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #452\",\n      \"internal_ref\": 452,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 868,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #452\",\n      \"internal_ref\": 452,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 868,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #452\",\n      \"internal_ref\": 452,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 869,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 869,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Obiang Nguema Junior)\"\n    },\n    {\n      \"write_number\": 869,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #527\",\n      \"internal_ref\": 527,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client Obiang Nguema Junior - factures à établir\",\n      \"label\": \"Client Obiang Nguema Junior - factures à établir\"\n    },\n    {\n      \"write_number\": 870,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Blanc Fred)\"\n    },\n    {\n      \"write_number\": 870,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Blanc Fred)\"\n    },\n    {\n      \"write_number\": 870,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #529\",\n      \"internal_ref\": 529,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Blanc Fred - factures à établir\",\n      \"label\": \"Client Blanc Fred - factures à établir\"\n    },\n    {\n      \"write_number\": 871,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #533\",\n      \"internal_ref\": 533,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 871,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #533\",\n      \"internal_ref\": 533,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 871,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #533\",\n      \"internal_ref\": 533,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:07:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:07:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 872,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #538\",\n      \"internal_ref\": 538,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Dupond Pierre)\"\n    },\n    {\n      \"write_number\": 872,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #538\",\n      \"internal_ref\": 538,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Dupond Pierre)\"\n    },\n    {\n      \"write_number\": 872,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #538\",\n      \"internal_ref\": 538,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupond Pierre - factures à établir\",\n      \"label\": \"Client Dupond Pierre - factures à établir\"\n    },\n    {\n      \"write_number\": 873,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #559\",\n      \"internal_ref\": 559,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 873,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #559\",\n      \"internal_ref\": 559,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 873,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #559\",\n      \"internal_ref\": 559,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 874,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #567\",\n      \"internal_ref\": 567,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (cojan maxime)\"\n    },\n    {\n      \"write_number\": 874,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #567\",\n      \"internal_ref\": 567,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (cojan maxime)\"\n    },\n    {\n      \"write_number\": 874,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #567\",\n      \"internal_ref\": 567,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client cojan maxime - factures à établir\",\n      \"label\": \"Client cojan maxime - factures à établir\"\n    },\n    {\n      \"write_number\": 875,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #586\",\n      \"internal_ref\": 586,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 875,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #586\",\n      \"internal_ref\": 586,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 875,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #586\",\n      \"internal_ref\": 586,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 876,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #587\",\n      \"internal_ref\": 587,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 876,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #587\",\n      \"internal_ref\": 587,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 876,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #587\",\n      \"internal_ref\": 587,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 877,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #629\",\n      \"internal_ref\": 629,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (DUPONA Alain)\"\n    },\n    {\n      \"write_number\": 877,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #629\",\n      \"internal_ref\": 629,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (DUPONA Alain)\"\n    },\n    {\n      \"write_number\": 877,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #629\",\n      \"internal_ref\": 629,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUPONA Alain - factures à établir\",\n      \"label\": \"Client DUPONA Alain - factures à établir\"\n    },\n    {\n      \"write_number\": 878,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Barret Gilles)\"\n    },\n    {\n      \"write_number\": 878,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Barret Gilles)\"\n    },\n    {\n      \"write_number\": 878,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Barret Gilles - factures à établir\",\n      \"label\": \"Client Barret Gilles - factures à établir\"\n    },\n    {\n      \"write_number\": 879,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Barret Gilles)\"\n    },\n    {\n      \"write_number\": 879,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Barret Gilles)\"\n    },\n    {\n      \"write_number\": 879,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #648\",\n      \"internal_ref\": 648,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Barret Gilles - factures à établir\",\n      \"label\": \"Client Barret Gilles - factures à établir\"\n    },\n    {\n      \"write_number\": 880,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #676\",\n      \"internal_ref\": 676,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (andchanou)\"\n    },\n    {\n      \"write_number\": 880,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #676\",\n      \"internal_ref\": 676,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (andchanou)\"\n    },\n    {\n      \"write_number\": 880,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #676\",\n      \"internal_ref\": 676,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client andchanou - factures à établir\",\n      \"label\": \"Client andchanou - factures à établir\"\n    },\n    {\n      \"write_number\": 881,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #677\",\n      \"internal_ref\": 677,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 881,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #677\",\n      \"internal_ref\": 677,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 881,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #677\",\n      \"internal_ref\": 677,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:08:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:08:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 882,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 69.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #452\",\n      \"internal_ref\": 452,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 17:36:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 17:36:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700334\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700334\",\n      \"aux_account_label\": \"HT Vin Effervescent (TVA 20.00%)\",\n      \"label\": \"B Blc Goutorbe-Bouillot - Champagne - Noir-de-Coteaux-Brut - 83,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 882,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #452\",\n      \"internal_ref\": 452,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 17:36:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 17:36:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"B Blc Goutorbe-Bouillot - Champagne - Noir-de-Coteaux-Brut - 83,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 882,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 83,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #452\",\n      \"internal_ref\": 452,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 17:36:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 17:36:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 883,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 69.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #452\",\n      \"internal_ref\": 452,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 10:37:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 10:37:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700334\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700334\",\n      \"aux_account_label\": \"HT Vin Effervescent (TVA 20.00%)\",\n      \"label\": \"B Blc Goutorbe-Bouillot - Champagne - Noir-de-Coteaux-Brut - 83,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 883,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #452\",\n      \"internal_ref\": 452,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 10:37:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 10:37:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"B Blc Goutorbe-Bouillot - Champagne - Noir-de-Coteaux-Brut - 83,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 883,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 83,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #452\",\n      \"internal_ref\": 452,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 10:37:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 10:37:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 884,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 102.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700964\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700964\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 884,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.54,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 884,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 123.23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 885,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700113\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700113\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Menu enfant - 26,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 885,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Menu enfant - 26,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 885,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:42:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 886,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 102.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100964\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100964\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 886,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.54,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 886,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 123.23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 887,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100113\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100113\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Menu enfant - 26,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 887,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Menu enfant - 26,00 (Hadjali Iheb)\"\n    },\n    {\n      \"write_number\": 887,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:42:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client Hadjali Iheb - factures à établir\",\n      \"label\": \"Client Hadjali Iheb - factures à établir\"\n    },\n    {\n      \"write_number\": 888,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 102.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700084\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700084\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 888,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.54,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 888,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 123.23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 889,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700174\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"mojito - 24,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 889,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"mojito - 24,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 889,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 00:44:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 890,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 102.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700574\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700574\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 890,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.54,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 890,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 123.23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 891,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700173\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700173\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Jus  - 9,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 891,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Jus  - 9,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 891,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:01:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 892,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 102.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700144\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700144\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 892,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.54,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 892,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 123.23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 893,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.08,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700174\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Kir - 17,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 893,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.42,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Kir - 17,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 893,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:03:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 894,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:05:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 102.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:05:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:05:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:05:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700584\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700584\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 894,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:05:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.54,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:05:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:05:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:05:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 894,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:05:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 123.23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:05:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:05:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:05:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 895,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:08:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 102.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:08:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:08:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:08:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700174\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 895,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:08:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.54,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:08:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:08:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:08:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 895,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:08:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 123.23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:08:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:08:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:08:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 896,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:23:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:23:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:23:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:23:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700024\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700024\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 20.00%)\",\n      \"label\": \"Extra Guest App Test - 15,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 896,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:23:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:23:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:23:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:23:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Extra Guest App Test - 15,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 896,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:23:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:23:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:23:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:23:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 897,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:26:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:26:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:26:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:26:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700024\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700024\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 20.00%)\",\n      \"label\": \"Extra Guest App Test - 15,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 897,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:26:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:26:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:26:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:26:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Extra Guest App Test - 15,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 897,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:26:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:26:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:26:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:26:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 898,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 102.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700594\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700594\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 898,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.54,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 898,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 123.23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 899,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700233\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700233\",\n      \"aux_account_label\": \"HT Boisson chaude (TVA 10.00%)\",\n      \"label\": \"Thé - 9,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 899,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Thé - 9,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 899,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 01:27:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 900,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:03:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:03:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:03:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:03:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700323\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Sandwich - 8,00 (DUPONT  Martine)\"\n    },\n    {\n      \"write_number\": 900,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:03:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:03:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:03:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:03:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Sandwich - 8,00 (DUPONT  Martine)\"\n    },\n    {\n      \"write_number\": 900,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:03:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:03:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:03:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:03:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUPONT  Martine - factures à établir\",\n      \"label\": \"Client DUPONT  Martine - factures à établir\"\n    },\n    {\n      \"write_number\": 901,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700323\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Panini nutella - 6,00 (DUPONT  Martine)\"\n    },\n    {\n      \"write_number\": 901,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Panini nutella - 6,00 (DUPONT  Martine)\"\n    },\n    {\n      \"write_number\": 901,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 6,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUPONT  Martine - factures à établir\",\n      \"label\": \"Client DUPONT  Martine - factures à établir\"\n    },\n    {\n      \"write_number\": 902,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 14.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700323\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 16,00 (DUPONT  Martine)\"\n    },\n    {\n      \"write_number\": 902,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 16,00 (DUPONT  Martine)\"\n    },\n    {\n      \"write_number\": 902,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 16,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:03:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUPONT  Martine - factures à établir\",\n      \"label\": \"Client DUPONT  Martine - factures à établir\"\n    },\n    {\n      \"write_number\": 903,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:05:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:05:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:05:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:05:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100263\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Tapenade - 6,00 ()\"\n    },\n    {\n      \"write_number\": 903,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:05:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:05:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:05:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:05:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tapenade - 6,00 ()\"\n    },\n    {\n      \"write_number\": 903,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:05:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 6,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:05:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:05:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:05:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 904,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:06:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #473\",\n      \"internal_ref\": 473,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:06:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:06:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:06:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Brochette de crevette - 9,50 (Doe John)\"\n    },\n    {\n      \"write_number\": 904,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:06:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #473\",\n      \"internal_ref\": 473,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:06:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:06:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:06:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Brochette de crevette - 9,50 (Doe John)\"\n    },\n    {\n      \"write_number\": 904,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:06:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #473\",\n      \"internal_ref\": 473,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:06:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:06:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:06:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 905,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:06:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #473\",\n      \"internal_ref\": 473,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:06:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:06:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:06:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Pâté en croute - 12,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 905,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:06:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #473\",\n      \"internal_ref\": 473,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:06:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:06:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:06:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâté en croute - 12,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 905,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:06:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #473\",\n      \"internal_ref\": 473,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:06:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:06:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:06:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 906,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:06:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #473\",\n      \"internal_ref\": 473,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:06:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:06:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:06:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100953\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100953\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Curry de volaille - 15,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 906,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:06:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #473\",\n      \"internal_ref\": 473,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:06:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:06:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:06:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Curry de volaille - 15,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 906,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:06:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #473\",\n      \"internal_ref\": 473,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:06:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:06:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:06:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 907,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #473\",\n      \"internal_ref\": 473,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100014\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Petit déjeuner - 10,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 907,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #473\",\n      \"internal_ref\": 473,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner - 10,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 907,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #473\",\n      \"internal_ref\": 473,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:06:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 908,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:07:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 17.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #524\",\n      \"internal_ref\": 524,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:07:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:07:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:07:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Brochette de crevette - 19,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 908,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:07:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #524\",\n      \"internal_ref\": 524,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:07:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:07:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:07:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Brochette de crevette - 19,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 908,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:07:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 19,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #524\",\n      \"internal_ref\": 524,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:07:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:07:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:07:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 909,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:07:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #524\",\n      \"internal_ref\": 524,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:07:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:07:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:07:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100954\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100954\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Amatriciana - 50,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 909,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:07:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #524\",\n      \"internal_ref\": 524,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:07:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:07:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:07:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Amatriciana - 50,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 909,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:07:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #524\",\n      \"internal_ref\": 524,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:07:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:07:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:07:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 910,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Pâté en croute - 12,00 ()\"\n    },\n    {\n      \"write_number\": 910,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâté en croute - 12,00 ()\"\n    },\n    {\n      \"write_number\": 910,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 911,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Bruchetta - 10,00 ()\"\n    },\n    {\n      \"write_number\": 911,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Bruchetta - 10,00 ()\"\n    },\n    {\n      \"write_number\": 911,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:10:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 912,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:10:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 27.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:10:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:10:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:10:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100953\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100953\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Curry de volaille - 30,00 ()\"\n    },\n    {\n      \"write_number\": 912,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:10:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:10:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:10:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:10:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Curry de volaille - 30,00 ()\"\n    },\n    {\n      \"write_number\": 912,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:10:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 30,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:10:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:10:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:10:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 913,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:10:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:10:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:10:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:10:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Plateau de fromage - 12,00 ()\"\n    },\n    {\n      \"write_number\": 913,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:10:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:10:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:10:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:10:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Plateau de fromage - 12,00 ()\"\n    },\n    {\n      \"write_number\": 913,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:10:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:10:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:10:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:10:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 914,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Crème brûlée - 8,50 ()\"\n    },\n    {\n      \"write_number\": 914,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Crème brûlée - 8,50 ()\"\n    },\n    {\n      \"write_number\": 914,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 915,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Fondant au chocolat - 8,50 ()\"\n    },\n    {\n      \"write_number\": 915,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au chocolat - 8,50 ()\"\n    },\n    {\n      \"write_number\": 915,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #102\",\n      \"internal_ref\": 102,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 08:11:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 916,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 10:30:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 26.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #673\",\n      \"internal_ref\": 673,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:23:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:23:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 10:30:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80601224\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80601224\",\n      \"aux_account_label\": \"HT SPA (TVA 20.00%)\",\n      \"label\": \"SpaJ- Place 1 / Espace Spa journée du 20/02/2026 10:30 - 32,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 916,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 10:30:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #673\",\n      \"internal_ref\": 673,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:23:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:23:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 10:30:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"SpaJ- Place 1 / Espace Spa journée du 20/02/2026 10:30 - 32,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 916,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 10:30:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 32,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #673\",\n      \"internal_ref\": 673,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:23:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:23:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 10:30:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 917,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 10:30:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.58,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #673\",\n      \"internal_ref\": 673,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:23:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:23:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 10:30:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700144\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700144\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Article modifié - 11,50 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 917,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 10:30:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.92,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #673\",\n      \"internal_ref\": 673,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:23:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:23:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 10:30:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Article modifié - 11,50 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 917,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 10:30:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 11.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #673\",\n      \"internal_ref\": 673,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:23:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:23:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 10:30:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 918,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 10:46:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #290\",\n      \"internal_ref\": 290,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:46:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:46:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 10:46:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100323\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Panini Jambon, fromage - 9,00 ()\"\n    },\n    {\n      \"write_number\": 918,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 10:46:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #290\",\n      \"internal_ref\": 290,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:46:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:46:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 10:46:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Panini Jambon, fromage - 9,00 ()\"\n    },\n    {\n      \"write_number\": 918,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 10:46:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #290\",\n      \"internal_ref\": 290,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:46:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:46:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 10:46:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 919,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 13:09:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 13:09:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 13:09:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 13:09:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700024\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700024\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 20.00%)\",\n      \"label\": \"Extra Guest App Test - 15,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 919,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 13:09:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 13:09:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 13:09:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 13:09:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Extra Guest App Test - 15,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 919,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 13:09:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #29\",\n      \"internal_ref\": 29,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 13:09:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 13:09:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 13:09:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 920,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 14:23:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:23:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:23:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 14:23:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700323\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 (DUPONT  Martine)\"\n    },\n    {\n      \"write_number\": 920,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 14:23:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:23:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:23:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 14:23:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 (DUPONT  Martine)\"\n    },\n    {\n      \"write_number\": 920,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 14:23:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #124\",\n      \"internal_ref\": 124,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:23:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:23:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 14:23:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUPONT  Martine - factures à établir\",\n      \"label\": \"Client DUPONT  Martine - factures à établir\"\n    },\n    {\n      \"write_number\": 921,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 14:33:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #701\",\n      \"internal_ref\": 701,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:43:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:43:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 14:33:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Tiramisu - 9,50 ()\"\n    },\n    {\n      \"write_number\": 921,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 14:33:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #701\",\n      \"internal_ref\": 701,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:43:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:43:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 14:33:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tiramisu - 9,50 ()\"\n    },\n    {\n      \"write_number\": 921,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 14:33:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #701\",\n      \"internal_ref\": 701,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:43:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:43:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 14:33:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 922,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 14:33:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #701\",\n      \"internal_ref\": 701,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:43:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:43:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 14:33:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 1 boule - 2,50 ()\"\n    },\n    {\n      \"write_number\": 922,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 14:33:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #701\",\n      \"internal_ref\": 701,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:43:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:43:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 14:33:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 1 boule - 2,50 ()\"\n    },\n    {\n      \"write_number\": 922,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 14:33:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #701\",\n      \"internal_ref\": 701,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:43:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:43:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 14:33:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 923,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #402\",\n      \"internal_ref\": 402,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:22:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:22:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600971\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600971\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"Place / Parking Test du 20/02/2026 15:00 au 21/02/2026 11:00 - 10,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 923,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #402\",\n      \"internal_ref\": 402,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:22:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:22:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 924,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 18:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 58.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #402\",\n      \"internal_ref\": 402,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 18:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 1 / Spa du 20/02/2026 18:00 - 70,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 924,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 18:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #402\",\n      \"internal_ref\": 402,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 18:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 1 / Spa du 20/02/2026 18:00 - 70,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 924,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 18:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 70,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #402\",\n      \"internal_ref\": 402,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:15:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 18:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 925,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 18:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 58.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #669\",\n      \"internal_ref\": 669,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:13:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:13:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 18:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 1 / Spa du 20/02/2026 18:50 - 70,00 (Durand Virginie)\"\n    },\n    {\n      \"write_number\": 925,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 18:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #669\",\n      \"internal_ref\": 669,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:13:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:13:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 18:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 1 / Spa du 20/02/2026 18:50 - 70,00 (Durand Virginie)\"\n    },\n    {\n      \"write_number\": 925,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-20 18:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 70,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #669\",\n      \"internal_ref\": 669,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:13:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:13:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-20 18:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Durand Virginie - factures à établir\",\n      \"label\": \"Client Durand Virginie - factures à établir\"\n    },\n    {\n      \"write_number\": 926,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 57.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 63,00 (Passage)\"\n    },\n    {\n      \"write_number\": 926,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 63,00 (Passage)\"\n    },\n    {\n      \"write_number\": 926,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 63,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 927,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 88.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 927,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 927,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 97,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 928,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 88.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 928,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 928,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 97,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 929,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 72.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 80,00 (Passage)\"\n    },\n    {\n      \"write_number\": 929,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 80,00 (Passage)\"\n    },\n    {\n      \"write_number\": 929,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 80,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 930,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 54.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 60,00 (Passage)\"\n    },\n    {\n      \"write_number\": 930,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 60,00 (Passage)\"\n    },\n    {\n      \"write_number\": 930,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 60,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 931,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 88.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 931,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 97,00 (Passage)\"\n    },\n    {\n      \"write_number\": 931,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 97,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 932,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 63.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 70,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 932,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 6.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 70,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 932,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 70,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #208\",\n      \"internal_ref\": 208,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:26:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 933,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 933,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 933,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 14:42:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 934,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 934,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 934,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 935,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"21/02 - 9,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 935,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #213\",\n      \"internal_ref\": 213,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 18:59:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 936,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 56.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 936,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 62,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 936,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 62,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #214\",\n      \"internal_ref\": 214,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 19:23:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 937,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 937,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 200,00 (Passage)\"\n    },\n    {\n      \"write_number\": 937,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 938,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"21/02 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 938,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #293\",\n      \"internal_ref\": 293,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 17:08:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 939,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 200,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 939,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 200,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 939,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 940,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 200,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 940,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 200,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 940,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 941,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 200,00 (Artus Guillaume)\"\n    },\n    {\n      \"write_number\": 941,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 200,00 (Artus Guillaume)\"\n    },\n    {\n      \"write_number\": 941,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Artus Guillaume - factures à établir\",\n      \"label\": \"Client Artus Guillaume - factures à établir\"\n    },\n    {\n      \"write_number\": 942,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 200,00 (DOE20 John)\"\n    },\n    {\n      \"write_number\": 942,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 200,00 (DOE20 John)\"\n    },\n    {\n      \"write_number\": 942,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DOE20 John - factures à établir\",\n      \"label\": \"Client DOE20 John - factures à établir\"\n    },\n    {\n      \"write_number\": 943,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 200,00 (DOE20 John)\"\n    },\n    {\n      \"write_number\": 943,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 200,00 (DOE20 John)\"\n    },\n    {\n      \"write_number\": 943,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DOE20 John - factures à établir\",\n      \"label\": \"Client DOE20 John - factures à établir\"\n    },\n    {\n      \"write_number\": 944,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"21/02 - 9,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 944,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 945,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"21/02 - 9,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 945,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 946,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"21/02 - 9,00 (Artus Guillaume)\"\n    },\n    {\n      \"write_number\": 946,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Artus Guillaume - factures à établir\",\n      \"label\": \"Client Artus Guillaume - factures à établir\"\n    },\n    {\n      \"write_number\": 947,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"21/02 - 9,00 (DOE20 John)\"\n    },\n    {\n      \"write_number\": 947,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DOE20 John - factures à établir\",\n      \"label\": \"Client DOE20 John - factures à établir\"\n    },\n    {\n      \"write_number\": 948,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"21/02 - 9,00 (DOE20 John)\"\n    },\n    {\n      \"write_number\": 948,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DOE20 John - factures à établir\",\n      \"label\": \"Client DOE20 John - factures à établir\"\n    },\n    {\n      \"write_number\": 949,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1000,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700991\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700991\",\n      \"aux_account_label\": \"HT Nouriture (TVA 0.00%)\",\n      \"label\": \"Diner - 1000,00 (DOE20 John)\"\n    },\n    {\n      \"write_number\": 949,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 1000,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DOE20 John - factures à établir\",\n      \"label\": \"Client DOE20 John - factures à établir\"\n    },\n    {\n      \"write_number\": 950,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1000,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700991\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700991\",\n      \"aux_account_label\": \"HT Nouriture (TVA 0.00%)\",\n      \"label\": \"Diner - 1000,00 (DOE20 John)\"\n    },\n    {\n      \"write_number\": 950,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 1000,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DOE20 John - factures à établir\",\n      \"label\": \"Client DOE20 John - factures à établir\"\n    },\n    {\n      \"write_number\": 951,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1000,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700991\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700991\",\n      \"aux_account_label\": \"HT Nouriture (TVA 0.00%)\",\n      \"label\": \"Diner - 1000,00 (DOE20 John)\"\n    },\n    {\n      \"write_number\": 951,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 1000,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DOE20 John - factures à établir\",\n      \"label\": \"Client DOE20 John - factures à établir\"\n    },\n    {\n      \"write_number\": 952,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 90,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 952,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 90,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 952,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 953,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"21/02 - 18,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 953,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 954,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 09:27:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 09:27:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 100,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 954,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 09:27:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 09:27:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 100,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 954,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 09:27:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 09:27:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 955,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 09:27:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 09:27:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"21/02 - 4,50 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 955,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 09:27:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 09:27:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 956,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #575\",\n      \"internal_ref\": 575,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 09:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 09:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 100,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 956,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #575\",\n      \"internal_ref\": 575,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 09:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 09:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 100,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 956,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #575\",\n      \"internal_ref\": 575,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 09:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 09:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 957,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #575\",\n      \"internal_ref\": 575,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 09:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 09:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"21/02 - 9,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 957,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #575\",\n      \"internal_ref\": 575,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 09:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 09:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 958,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #630\",\n      \"internal_ref\": 630,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:10:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:10:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 100,00 (martin)\"\n    },\n    {\n      \"write_number\": 958,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #630\",\n      \"internal_ref\": 630,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:10:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:10:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 100,00 (martin)\"\n    },\n    {\n      \"write_number\": 958,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #630\",\n      \"internal_ref\": 630,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:10:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:10:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client martin - factures à établir\",\n      \"label\": \"Client martin - factures à établir\"\n    },\n    {\n      \"write_number\": 959,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #630\",\n      \"internal_ref\": 630,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:10:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:10:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"21/02 - 4,50 (martin)\"\n    },\n    {\n      \"write_number\": 959,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #630\",\n      \"internal_ref\": 630,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:10:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:10:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client martin - factures à établir\",\n      \"label\": \"Client martin - factures à établir\"\n    },\n    {\n      \"write_number\": 960,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 50,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #676\",\n      \"internal_ref\": 676,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:44:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:44:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701214\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701214\",\n      \"aux_account_label\": \"HT champagne (TVA 20.00%)\",\n      \"label\": \"champagne - 60,00 (andchanou)\"\n    },\n    {\n      \"write_number\": 960,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #676\",\n      \"internal_ref\": 676,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:44:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:44:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"champagne - 60,00 (andchanou)\"\n    },\n    {\n      \"write_number\": 960,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 60,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #676\",\n      \"internal_ref\": 676,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:44:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:44:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client andchanou - factures à établir\",\n      \"label\": \"Client andchanou - factures à établir\"\n    },\n    {\n      \"write_number\": 961,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #687\",\n      \"internal_ref\": 687,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:46:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:46:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"21/02 - 90,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 961,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #687\",\n      \"internal_ref\": 687,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:46:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:46:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"21/02 - 90,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 961,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #687\",\n      \"internal_ref\": 687,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:46:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:46:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client durand  paul - factures à établir\",\n      \"label\": \"Client durand  paul - factures à établir\"\n    },\n    {\n      \"write_number\": 962,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #687\",\n      \"internal_ref\": 687,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:46:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:46:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"21/02 - 9,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 962,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #687\",\n      \"internal_ref\": 687,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:46:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:46:17.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client durand  paul - factures à établir\",\n      \"label\": \"Client durand  paul - factures à établir\"\n    },\n    {\n      \"write_number\": 963,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #630\",\n      \"internal_ref\": 630,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 12:34:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 12:34:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (martin)\"\n    },\n    {\n      \"write_number\": 963,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #630\",\n      \"internal_ref\": 630,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 12:34:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 12:34:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (martin)\"\n    },\n    {\n      \"write_number\": 963,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #630\",\n      \"internal_ref\": 630,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 12:34:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 12:34:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client martin - factures à établir\",\n      \"label\": \"Client martin - factures à établir\"\n    },\n    {\n      \"write_number\": 964,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #432\",\n      \"internal_ref\": 432,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 10:40:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 10:40:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 20,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 964,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #432\",\n      \"internal_ref\": 432,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 10:40:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 10:40:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 20,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 964,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #432\",\n      \"internal_ref\": 432,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 10:40:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 10:40:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 965,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 340.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #671\",\n      \"internal_ref\": 671,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:19:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:19:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701183\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701183\",\n      \"aux_account_label\": \"HT Panier repas (TVA 10.00%)\",\n      \"label\": \"Panier repas gourmand - 375,00 (COMPANY WORLWILD)\"\n    },\n    {\n      \"write_number\": 965,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 34.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #671\",\n      \"internal_ref\": 671,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:19:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:19:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Panier repas gourmand - 375,00 (COMPANY WORLWILD)\"\n    },\n    {\n      \"write_number\": 965,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 375,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #671\",\n      \"internal_ref\": 671,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:19:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:19:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client COMPANY WORLWILD - factures à établir\",\n      \"label\": \"Client COMPANY WORLWILD - factures à établir\"\n    },\n    {\n      \"write_number\": 966,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #671\",\n      \"internal_ref\": 671,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:19:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:19:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600294\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600294\",\n      \"aux_account_label\": \"HT Séminaire (TVA 20.00%)\",\n      \"label\": \"Salle de l'Abbaye / Salle séminaire du 21/02/2026 08:00 - 10,00 (COMPANY WORLWILD)\"\n    },\n    {\n      \"write_number\": 966,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #671\",\n      \"internal_ref\": 671,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:19:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:19:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Salle de l'Abbaye / Salle séminaire du 21/02/2026 08:00 - 10,00 (COMPANY WORLWILD)\"\n    },\n    {\n      \"write_number\": 966,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #671\",\n      \"internal_ref\": 671,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:19:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:19:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client COMPANY WORLWILD - factures à établir\",\n      \"label\": \"Client COMPANY WORLWILD - factures à établir\"\n    },\n    {\n      \"write_number\": 967,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 236.97,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #671\",\n      \"internal_ref\": 671,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:20:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:20:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 250,00 (COMPANY WORLWILD)\"\n    },\n    {\n      \"write_number\": 967,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.03,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #671\",\n      \"internal_ref\": 671,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:20:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:20:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 250,00 (COMPANY WORLWILD)\"\n    },\n    {\n      \"write_number\": 967,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 250,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #671\",\n      \"internal_ref\": 671,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 08:20:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 08:20:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client COMPANY WORLWILD - factures à établir\",\n      \"label\": \"Client COMPANY WORLWILD - factures à établir\"\n    },\n    {\n      \"write_number\": 968,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 08:49:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #707\",\n      \"internal_ref\": 707,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 08:49:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 08:49:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 08:49:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Tiramisu - 9,50 ()\"\n    },\n    {\n      \"write_number\": 968,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 08:49:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #707\",\n      \"internal_ref\": 707,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 08:49:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 08:49:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 08:49:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tiramisu - 9,50 ()\"\n    },\n    {\n      \"write_number\": 968,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 08:49:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #707\",\n      \"internal_ref\": 707,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 08:49:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 08:49:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 08:49:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 969,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 21:05:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 21:05:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 21:05:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 21:05:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Tiramisu - 9,50 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 969,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 21:05:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 21:05:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 21:05:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 21:05:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tiramisu - 9,50 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 969,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 21:05:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 21:05:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 21:05:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 21:05:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 970,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100571\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100571\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 0.00%)\",\n      \"label\": \"Article modifié - 11,50 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 970,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 11.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 971,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100204\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse jaune - 13,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 971,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse jaune - 13,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 971,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 21:05:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 972,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100263\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Rillettes - 10,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 972,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Rillettes - 10,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 972,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 973,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Pâté en croute - 12,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 973,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâté en croute - 12,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 973,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 974,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.58,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100144\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100144\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Article modifié - 11,50 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 974,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.92,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Article modifié - 11,50 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 974,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 11.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-21 21:05:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 975,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 54.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 60,00 (Passage)\"\n    },\n    {\n      \"write_number\": 975,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 60,00 (Passage)\"\n    },\n    {\n      \"write_number\": 975,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 60,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #178\",\n      \"internal_ref\": 178,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 14:29:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 976,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 57.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"16/02 - 63,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 976,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"16/02 - 63,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 976,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 63,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 977,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 37.91,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 18:06:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 18:06:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - -40,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 977,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.09,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 18:06:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 18:06:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - -40,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 977,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 40,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 18:06:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 18:06:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 978,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"22/02 - 200,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 978,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"22/02 - 200,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 978,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 979,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"22/02 - 200,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 979,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"22/02 - 200,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 979,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 980,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"22/02 - 200,00 (Artus Guillaume)\"\n    },\n    {\n      \"write_number\": 980,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"22/02 - 200,00 (Artus Guillaume)\"\n    },\n    {\n      \"write_number\": 980,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Artus Guillaume - factures à établir\",\n      \"label\": \"Client Artus Guillaume - factures à établir\"\n    },\n    {\n      \"write_number\": 981,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"22/02 - 200,00 (DOE20 John)\"\n    },\n    {\n      \"write_number\": 981,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"22/02 - 200,00 (DOE20 John)\"\n    },\n    {\n      \"write_number\": 981,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DOE20 John - factures à établir\",\n      \"label\": \"Client DOE20 John - factures à établir\"\n    },\n    {\n      \"write_number\": 982,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 181.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"22/02 - 200,00 (DOE20 John)\"\n    },\n    {\n      \"write_number\": 982,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"22/02 - 200,00 (DOE20 John)\"\n    },\n    {\n      \"write_number\": 982,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 200,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DOE20 John - factures à établir\",\n      \"label\": \"Client DOE20 John - factures à établir\"\n    },\n    {\n      \"write_number\": 983,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"22/02 - 9,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 983,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 984,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"22/02 - 9,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 984,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 985,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"22/02 - 9,00 (Artus Guillaume)\"\n    },\n    {\n      \"write_number\": 985,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Artus Guillaume - factures à établir\",\n      \"label\": \"Client Artus Guillaume - factures à établir\"\n    },\n    {\n      \"write_number\": 986,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"22/02 - 9,00 (DOE20 John)\"\n    },\n    {\n      \"write_number\": 986,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DOE20 John - factures à établir\",\n      \"label\": \"Client DOE20 John - factures à établir\"\n    },\n    {\n      \"write_number\": 987,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"22/02 - 9,00 (DOE20 John)\"\n    },\n    {\n      \"write_number\": 987,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #406\",\n      \"internal_ref\": 406,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 16:51:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DOE20 John - factures à établir\",\n      \"label\": \"Client DOE20 John - factures à établir\"\n    },\n    {\n      \"write_number\": 988,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"22/02 - 18,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 988,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 989,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 16.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #537\",\n      \"internal_ref\": 537,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"22/02 - 18,00 (ANGELOV IVANA)\"\n    },\n    {\n      \"write_number\": 989,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #537\",\n      \"internal_ref\": 537,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"22/02 - 18,00 (ANGELOV IVANA)\"\n    },\n    {\n      \"write_number\": 989,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #537\",\n      \"internal_ref\": 537,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ANGELOV IVANA - factures à établir\",\n      \"label\": \"Client ANGELOV IVANA - factures à établir\"\n    },\n    {\n      \"write_number\": 990,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 47.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #537\",\n      \"internal_ref\": 537,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"22/02 - 52,00 (Avoc  federic)\"\n    },\n    {\n      \"write_number\": 990,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #537\",\n      \"internal_ref\": 537,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"22/02 - 52,00 (Avoc  federic)\"\n    },\n    {\n      \"write_number\": 990,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 52,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #537\",\n      \"internal_ref\": 537,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Avoc  federic - factures à établir\",\n      \"label\": \"Client Avoc  federic - factures à établir\"\n    },\n    {\n      \"write_number\": 991,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #537\",\n      \"internal_ref\": 537,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"22/02 - 100,00 (Avoc  federic)\"\n    },\n    {\n      \"write_number\": 991,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #537\",\n      \"internal_ref\": 537,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"22/02 - 100,00 (Avoc  federic)\"\n    },\n    {\n      \"write_number\": 991,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #537\",\n      \"internal_ref\": 537,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Avoc  federic - factures à établir\",\n      \"label\": \"Client Avoc  federic - factures à établir\"\n    },\n    {\n      \"write_number\": 992,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #537\",\n      \"internal_ref\": 537,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"22/02 - 9,00 (ANGELOV IVANA)\"\n    },\n    {\n      \"write_number\": 992,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #537\",\n      \"internal_ref\": 537,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ANGELOV IVANA - factures à établir\",\n      \"label\": \"Client ANGELOV IVANA - factures à établir\"\n    },\n    {\n      \"write_number\": 993,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #537\",\n      \"internal_ref\": 537,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"22/02 - 9,00 (Avoc  federic)\"\n    },\n    {\n      \"write_number\": 993,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #537\",\n      \"internal_ref\": 537,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Avoc  federic - factures à établir\",\n      \"label\": \"Client Avoc  federic - factures à établir\"\n    },\n    {\n      \"write_number\": 994,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #537\",\n      \"internal_ref\": 537,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"22/02 - 9,00 (Avoc  federic)\"\n    },\n    {\n      \"write_number\": 994,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #537\",\n      \"internal_ref\": 537,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 11:53:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Avoc  federic - factures à établir\",\n      \"label\": \"Client Avoc  federic - factures à établir\"\n    },\n    {\n      \"write_number\": 995,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #452\",\n      \"internal_ref\": 452,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 09:46:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 09:46:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700991\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700991\",\n      \"aux_account_label\": \"HT Nouriture (TVA 0.00%)\",\n      \"label\": \"Diner - 100,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 995,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #452\",\n      \"internal_ref\": 452,\n      \"accounting_date\": {\n        \"date\": \"2026-02-18 09:46:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-18 09:46:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 996,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"22/02 - 100,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 996,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"22/02 - 100,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 996,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 997,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"22/02 - 4,50 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 997,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 998,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"22/02 - 90,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 998,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"22/02 - 90,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 998,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client durand  paul - factures à établir\",\n      \"label\": \"Client durand  paul - factures à établir\"\n    },\n    {\n      \"write_number\": 999,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"22/02 - 18,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 999,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client durand  paul - factures à établir\",\n      \"label\": \"Client durand  paul - factures à établir\"\n    },\n    {\n      \"write_number\": 1000,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 68.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #631\",\n      \"internal_ref\": 631,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:11:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:11:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"22/02 - 75,00 (expedia)\"\n    },\n    {\n      \"write_number\": 1000,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 6.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #631\",\n      \"internal_ref\": 631,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:11:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:11:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"22/02 - 75,00 (expedia)\"\n    },\n    {\n      \"write_number\": 1000,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 75,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #631\",\n      \"internal_ref\": 631,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:11:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:11:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client expedia - factures à établir\",\n      \"label\": \"Client expedia - factures à établir\"\n    },\n    {\n      \"write_number\": 1001,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #631\",\n      \"internal_ref\": 631,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:11:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:11:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"22/02 - 4,50 (expedia)\"\n    },\n    {\n      \"write_number\": 1001,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #631\",\n      \"internal_ref\": 631,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:11:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:11:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client expedia - factures à établir\",\n      \"label\": \"Client expedia - factures à établir\"\n    },\n    {\n      \"write_number\": 1002,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #631\",\n      \"internal_ref\": 631,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:14:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:14:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Plateau de fromage - 12,00 (expedia)\"\n    },\n    {\n      \"write_number\": 1002,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #631\",\n      \"internal_ref\": 631,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:14:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:14:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Plateau de fromage - 12,00 (expedia)\"\n    },\n    {\n      \"write_number\": 1002,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #631\",\n      \"internal_ref\": 631,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:14:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:14:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client expedia - factures à établir\",\n      \"label\": \"Client expedia - factures à établir\"\n    },\n    {\n      \"write_number\": 1003,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #631\",\n      \"internal_ref\": 631,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:14:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:14:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700233\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700233\",\n      \"aux_account_label\": \"HT Boisson chaude (TVA 10.00%)\",\n      \"label\": \"Café allongé - 4,50 (expedia)\"\n    },\n    {\n      \"write_number\": 1003,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #631\",\n      \"internal_ref\": 631,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:14:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:14:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Café allongé - 4,50 (expedia)\"\n    },\n    {\n      \"write_number\": 1003,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #631\",\n      \"internal_ref\": 631,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:14:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:14:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000E\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000E\",\n      \"aux_account_label\": \"Client expedia - factures à établir\",\n      \"label\": \"Client expedia - factures à établir\"\n    },\n    {\n      \"write_number\": 1004,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 26.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #636\",\n      \"internal_ref\": 636,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:47:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:47:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"complément Privatisation Spa - 32,00 (Final Test)\"\n    },\n    {\n      \"write_number\": 1004,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #636\",\n      \"internal_ref\": 636,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:47:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:47:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"complément Privatisation Spa - 32,00 (Final Test)\"\n    },\n    {\n      \"write_number\": 1004,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 32,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #636\",\n      \"internal_ref\": 636,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:47:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:47:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000F\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000F\",\n      \"aux_account_label\": \"Client Final Test - factures à établir\",\n      \"label\": \"Client Final Test - factures à établir\"\n    },\n    {\n      \"write_number\": 1005,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 10:30:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 10:30:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 40,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 1005,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 10:30:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 10:30:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 40,00 (Dupont Marie)\"\n    },\n    {\n      \"write_number\": 1005,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #209\",\n      \"internal_ref\": 209,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 10:30:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 10:30:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Marie - factures à établir\",\n      \"label\": \"Client Dupont Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 1006,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #630\",\n      \"internal_ref\": 630,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 15:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 15:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"22/02 - 100,00 (martin)\"\n    },\n    {\n      \"write_number\": 1006,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #630\",\n      \"internal_ref\": 630,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 15:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 15:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"22/02 - 100,00 (martin)\"\n    },\n    {\n      \"write_number\": 1006,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #630\",\n      \"internal_ref\": 630,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 15:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 15:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client martin - factures à établir\",\n      \"label\": \"Client martin - factures à établir\"\n    },\n    {\n      \"write_number\": 1007,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #630\",\n      \"internal_ref\": 630,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 15:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 15:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"22/02 - 4,50 (martin)\"\n    },\n    {\n      \"write_number\": 1007,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #630\",\n      \"internal_ref\": 630,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 15:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 15:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client martin - factures à établir\",\n      \"label\": \"Client martin - factures à établir\"\n    },\n    {\n      \"write_number\": 1008,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #687\",\n      \"internal_ref\": 687,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 15:46:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 15:46:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 15,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1008,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #687\",\n      \"internal_ref\": 687,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 15:46:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 15:46:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 15,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1008,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #687\",\n      \"internal_ref\": 687,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 15:46:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 15:46:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client durand  paul - factures à établir\",\n      \"label\": \"Client durand  paul - factures à établir\"\n    },\n    {\n      \"write_number\": 1009,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 32.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-22 13:24:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-22 13:24:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 36,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1009,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-22 13:24:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-22 13:24:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 36,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1009,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 36,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-22 13:24:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-22 13:24:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client durand  paul - factures à établir\",\n      \"label\": \"Client durand  paul - factures à établir\"\n    },\n    {\n      \"write_number\": 1010,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 32.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-22 13:51:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-22 13:51:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 36,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1010,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-22 13:51:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-22 13:51:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 36,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1010,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 36,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-22 13:51:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-22 13:51:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-22 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client durand  paul - factures à établir\",\n      \"label\": \"Client durand  paul - factures à établir\"\n    },\n    {\n      \"write_number\": 1011,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 57.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"17/02 - 63,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 1011,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"17/02 - 63,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 1011,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 63,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 15:13:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 1012,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 15:14:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 15:14:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 40,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 1012,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 15:14:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 15:14:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 40,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 1012,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 15:14:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 15:14:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 1013,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 37.91,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 18:06:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 18:06:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - -40,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 1013,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.09,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 18:06:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 18:06:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - -40,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 1013,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 40,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 18:06:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 18:06:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 1014,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"23/02 - 18,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 1014,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-16 15:59:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 1015,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"23/02 - 90,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 1015,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"23/02 - 90,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 1015,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 1016,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"23/02 - 110,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 1016,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"23/02 - 110,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 1016,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 110,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 1017,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 112.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"23/02 - 124,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 1017,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"23/02 - 124,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 1017,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 124,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 1018,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"23/02 - 18,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 1018,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 1019,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"23/02 - 18,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 1019,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 1020,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"23/02 - 18,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 1020,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 1021,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"23/02 - 100,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 1021,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"23/02 - 100,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 1021,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 1022,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"23/02 - 9,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 1022,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:57:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 1023,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"23/02 - 100,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 1023,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"23/02 - 100,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 1023,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 1024,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"23/02 - 4,50 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 1024,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 1025,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"23/02 - 90,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1025,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"23/02 - 90,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1025,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client durand  paul - factures à établir\",\n      \"label\": \"Client durand  paul - factures à établir\"\n    },\n    {\n      \"write_number\": 1026,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"23/02 - 18,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1026,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 12:43:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client durand  paul - factures à établir\",\n      \"label\": \"Client durand  paul - factures à établir\"\n    },\n    {\n      \"write_number\": 1027,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 26.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #637\",\n      \"internal_ref\": 637,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:47:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:47:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"complément Privatisation Spa - 32,00 (OK Test)\"\n    },\n    {\n      \"write_number\": 1027,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #637\",\n      \"internal_ref\": 637,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:47:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:47:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"complément Privatisation Spa - 32,00 (OK Test)\"\n    },\n    {\n      \"write_number\": 1027,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 32,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #637\",\n      \"internal_ref\": 637,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:47:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:47:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000O\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000O\",\n      \"aux_account_label\": \"Client OK Test - factures à établir\",\n      \"label\": \"Client OK Test - factures à établir\"\n    },\n    {\n      \"write_number\": 1028,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 54.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #682\",\n      \"internal_ref\": 682,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:04:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:04:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"23/02 - 60,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 1028,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #682\",\n      \"internal_ref\": 682,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:04:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:04:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"23/02 - 60,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 1028,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 60,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #682\",\n      \"internal_ref\": 682,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:04:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:04:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client test Aless - factures à établir\",\n      \"label\": \"Client test Aless - factures à établir\"\n    },\n    {\n      \"write_number\": 1029,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #682\",\n      \"internal_ref\": 682,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:04:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:04:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"23/02 - 9,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 1029,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #682\",\n      \"internal_ref\": 682,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:04:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:04:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client test Aless - factures à établir\",\n      \"label\": \"Client test Aless - factures à établir\"\n    },\n    {\n      \"write_number\": 1030,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #682\",\n      \"internal_ref\": 682,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:05:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:05:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701123\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701123\",\n      \"aux_account_label\": \"HT Divers (TVA 10.00%)\",\n      \"label\": \"Acompte - 40,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 1030,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #682\",\n      \"internal_ref\": 682,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:05:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:05:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Acompte - 40,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 1030,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #682\",\n      \"internal_ref\": 682,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:05:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:05:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client test Aless - factures à établir\",\n      \"label\": \"Client test Aless - factures à établir\"\n    },\n    {\n      \"write_number\": 1031,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 32.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-22 13:51:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-22 13:51:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 36,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1031,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-22 13:51:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-22 13:51:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 36,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1031,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 36,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-22 13:51:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-22 13:51:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client durand  paul - factures à établir\",\n      \"label\": \"Client durand  paul - factures à établir\"\n    },\n    {\n      \"write_number\": 1032,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #714\",\n      \"internal_ref\": 714,\n      \"accounting_date\": {\n        \"date\": \"2026-02-23 11:15:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-23 11:15:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"23/02 - 90,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 1032,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #714\",\n      \"internal_ref\": 714,\n      \"accounting_date\": {\n        \"date\": \"2026-02-23 11:15:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-23 11:15:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"23/02 - 90,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 1032,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #714\",\n      \"internal_ref\": 714,\n      \"accounting_date\": {\n        \"date\": \"2026-02-23 11:15:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-23 11:15:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 1033,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #714\",\n      \"internal_ref\": 714,\n      \"accounting_date\": {\n        \"date\": \"2026-02-23 11:15:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-23 11:15:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"23/02 - 9,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 1033,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #714\",\n      \"internal_ref\": 714,\n      \"accounting_date\": {\n        \"date\": \"2026-02-23 11:15:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-23 11:15:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 1034,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 13:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 116.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #713\",\n      \"internal_ref\": 713,\n      \"accounting_date\": {\n        \"date\": \"2026-02-23 09:49:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-23 09:49:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 13:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 2 / Spa du 23/02/2026 13:50 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1034,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 13:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 23.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #713\",\n      \"internal_ref\": 713,\n      \"accounting_date\": {\n        \"date\": \"2026-02-23 09:49:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-23 09:49:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 13:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 2 / Spa du 23/02/2026 13:50 - 140,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1034,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-23 13:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #713\",\n      \"internal_ref\": 713,\n      \"accounting_date\": {\n        \"date\": \"2026-02-23 09:49:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-23 09:49:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-23 13:50:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1035,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 37.91,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 18:06:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 18:06:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - -40,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 1035,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.09,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 18:06:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 18:06:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - -40,00 (Rodrigo Belfico)\"\n    },\n    {\n      \"write_number\": 1035,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 40,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #234\",\n      \"internal_ref\": 234,\n      \"accounting_date\": {\n        \"date\": \"2026-02-03 18:06:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-03 18:06:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client Rodrigo Belfico - factures à établir\",\n      \"label\": \"Client Rodrigo Belfico - factures à établir\"\n    },\n    {\n      \"write_number\": 1036,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 54.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 60,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 1036,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 60,00 (Doe John)\"\n    },\n    {\n      \"write_number\": 1036,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 60,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #568\",\n      \"internal_ref\": 568,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 22:56:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Doe John - factures à établir\",\n      \"label\": \"Client Doe John - factures à établir\"\n    },\n    {\n      \"write_number\": 1037,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #570\",\n      \"internal_ref\": 570,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:29:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:29:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"24/02 - 90,00 (Antonio Juan)\"\n    },\n    {\n      \"write_number\": 1037,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #570\",\n      \"internal_ref\": 570,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:29:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:29:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"24/02 - 90,00 (Antonio Juan)\"\n    },\n    {\n      \"write_number\": 1037,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #570\",\n      \"internal_ref\": 570,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:29:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:29:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Antonio Juan - factures à établir\",\n      \"label\": \"Client Antonio Juan - factures à établir\"\n    },\n    {\n      \"write_number\": 1038,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"24/02 - 100,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 1038,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"24/02 - 100,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 1038,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 1039,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"24/02 - 4,50 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 1039,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #534\",\n      \"internal_ref\": 534,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 11:41:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 1040,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 26.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #638\",\n      \"internal_ref\": 638,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:48:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:48:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700004\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700004\",\n      \"aux_account_label\": \"HT divers (TVA 20.00%)\",\n      \"label\": \"complément Privatisation Spa - 32,00 (Complet Test)\"\n    },\n    {\n      \"write_number\": 1040,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #638\",\n      \"internal_ref\": 638,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:48:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:48:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"complément Privatisation Spa - 32,00 (Complet Test)\"\n    },\n    {\n      \"write_number\": 1040,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 32,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #638\",\n      \"internal_ref\": 638,\n      \"accounting_date\": {\n        \"date\": \"2026-02-19 13:48:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-19 13:48:41.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Complet Test - factures à établir\",\n      \"label\": \"Client Complet Test - factures à établir\"\n    },\n    {\n      \"write_number\": 1041,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #682\",\n      \"internal_ref\": 682,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:17:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:17:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"24/02 - 100,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 1041,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #682\",\n      \"internal_ref\": 682,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:17:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:17:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"24/02 - 100,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 1041,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #682\",\n      \"internal_ref\": 682,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:17:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:17:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client test Aless - factures à établir\",\n      \"label\": \"Client test Aless - factures à établir\"\n    },\n    {\n      \"write_number\": 1042,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #682\",\n      \"internal_ref\": 682,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:17:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:17:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"24/02 - 9,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 1042,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #682\",\n      \"internal_ref\": 682,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 12:17:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 12:17:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client test Aless - factures à établir\",\n      \"label\": \"Client test Aless - factures à établir\"\n    },\n    {\n      \"write_number\": 1043,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 32.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-22 13:51:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-22 13:51:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 36,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1043,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-22 13:51:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-22 13:51:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 36,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1043,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 36,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #628\",\n      \"internal_ref\": 628,\n      \"accounting_date\": {\n        \"date\": \"2026-02-22 13:51:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-22 13:51:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client durand  paul - factures à établir\",\n      \"label\": \"Client durand  paul - factures à établir\"\n    },\n    {\n      \"write_number\": 1044,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 72.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #718\",\n      \"internal_ref\": 718,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 07:07:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 07:07:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"24/02 - 80,00 (Yui)\"\n    },\n    {\n      \"write_number\": 1044,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #718\",\n      \"internal_ref\": 718,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 07:07:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 07:07:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"24/02 - 80,00 (Yui)\"\n    },\n    {\n      \"write_number\": 1044,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 80,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #718\",\n      \"internal_ref\": 718,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 07:07:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 07:07:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000Y\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000Y\",\n      \"aux_account_label\": \"Client Yui - factures à établir\",\n      \"label\": \"Client Yui - factures à établir\"\n    },\n    {\n      \"write_number\": 1045,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #718\",\n      \"internal_ref\": 718,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 07:07:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 07:07:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"24/02 - 9,00 (Yui)\"\n    },\n    {\n      \"write_number\": 1045,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #718\",\n      \"internal_ref\": 718,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 07:07:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 07:07:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000Y\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000Y\",\n      \"aux_account_label\": \"Client Yui - factures à établir\",\n      \"label\": \"Client Yui - factures à établir\"\n    },\n    {\n      \"write_number\": 1046,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #570\",\n      \"internal_ref\": 570,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 15:07:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 15:07:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700263\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"babababa - 10,00 (Antonio Juan)\"\n    },\n    {\n      \"write_number\": 1046,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #570\",\n      \"internal_ref\": 570,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 15:07:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 15:07:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"babababa - 10,00 (Antonio Juan)\"\n    },\n    {\n      \"write_number\": 1046,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #570\",\n      \"internal_ref\": 570,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 15:07:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 15:07:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Antonio Juan - factures à établir\",\n      \"label\": \"Client Antonio Juan - factures à établir\"\n    },\n    {\n      \"write_number\": 1047,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 47.39,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #570\",\n      \"internal_ref\": 570,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 15:08:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 15:08:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 50,00 (Antonio Juan)\"\n    },\n    {\n      \"write_number\": 1047,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.61,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #570\",\n      \"internal_ref\": 570,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 15:08:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 15:08:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 50,00 (Antonio Juan)\"\n    },\n    {\n      \"write_number\": 1047,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #570\",\n      \"internal_ref\": 570,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 15:08:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 15:08:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Antonio Juan - factures à établir\",\n      \"label\": \"Client Antonio Juan - factures à établir\"\n    },\n    {\n      \"write_number\": 1048,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 07:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #720\",\n      \"internal_ref\": 720,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 07:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 07:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 07:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700204\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse jaune - 13,00 (sociéte karime)\"\n    },\n    {\n      \"write_number\": 1048,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 07:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #720\",\n      \"internal_ref\": 720,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 07:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 07:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 07:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse jaune - 13,00 (sociéte karime)\"\n    },\n    {\n      \"write_number\": 1048,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 07:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #720\",\n      \"internal_ref\": 720,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 07:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 07:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 07:15:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000S\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000S\",\n      \"aux_account_label\": \"Client sociéte karime - factures à établir\",\n      \"label\": \"Client sociéte karime - factures à établir\"\n    },\n    {\n      \"write_number\": 1049,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 14:25:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #723\",\n      \"internal_ref\": 723,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 14:25:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 14:25:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 14:25:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100953\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100953\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Curry de volaille - 15,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 1049,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 14:25:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #723\",\n      \"internal_ref\": 723,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 14:25:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 14:25:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 14:25:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Curry de volaille - 15,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 1049,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 14:25:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #723\",\n      \"internal_ref\": 723,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 14:25:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 14:25:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 14:25:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 1050,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 14:34:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1119\",\n      \"internal_ref\": 1119,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 14:34:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 14:34:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 14:34:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100954\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100954\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Amatriciana - 25,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 1050,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 14:34:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1119\",\n      \"internal_ref\": 1119,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 14:34:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 14:34:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 14:34:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Amatriciana - 25,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 1050,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 14:34:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 25,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1119\",\n      \"internal_ref\": 1119,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 14:34:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 14:34:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 14:34:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 1051,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 14:34:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1119\",\n      \"internal_ref\": 1119,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 14:34:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 14:34:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 14:34:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Brochette de crevette - 9,50 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 1051,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 14:34:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1119\",\n      \"internal_ref\": 1119,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 14:34:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 14:34:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 14:34:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Brochette de crevette - 9,50 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 1051,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 14:34:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1119\",\n      \"internal_ref\": 1119,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 14:34:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 14:34:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 14:34:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 1052,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 17:03:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #736\",\n      \"internal_ref\": 736,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 17:03:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 17:03:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 17:03:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100323\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 (roccett alex)\"\n    },\n    {\n      \"write_number\": 1052,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 17:03:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #736\",\n      \"internal_ref\": 736,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 17:03:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 17:03:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 17:03:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 (roccett alex)\"\n    },\n    {\n      \"write_number\": 1052,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 17:03:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #736\",\n      \"internal_ref\": 736,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 17:03:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 17:03:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 17:03:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client roccett alex - factures à établir\",\n      \"label\": \"Client roccett alex - factures à établir\"\n    },\n    {\n      \"write_number\": 1053,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 17:03:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #736\",\n      \"internal_ref\": 736,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 17:03:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 17:03:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 17:03:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100204\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse verte - 10,00 (roccett alex)\"\n    },\n    {\n      \"write_number\": 1053,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 17:03:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #736\",\n      \"internal_ref\": 736,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 17:03:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 17:03:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 17:03:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse verte - 10,00 (roccett alex)\"\n    },\n    {\n      \"write_number\": 1053,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-24 17:03:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #736\",\n      \"internal_ref\": 736,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 17:03:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 17:03:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-24 17:03:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client roccett alex - factures à établir\",\n      \"label\": \"Client roccett alex - factures à établir\"\n    },\n    {\n      \"write_number\": 1054,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #570\",\n      \"internal_ref\": 570,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:29:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:29:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"25/02 - 90,00 (Antonio Juan)\"\n    },\n    {\n      \"write_number\": 1054,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #570\",\n      \"internal_ref\": 570,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:29:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:29:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"25/02 - 90,00 (Antonio Juan)\"\n    },\n    {\n      \"write_number\": 1054,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #570\",\n      \"internal_ref\": 570,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:29:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:29:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Antonio Juan - factures à établir\",\n      \"label\": \"Client Antonio Juan - factures à établir\"\n    },\n    {\n      \"write_number\": 1055,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 58.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #718\",\n      \"internal_ref\": 718,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 07:07:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 07:07:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700233\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700233\",\n      \"aux_account_label\": \"HT Boisson chaude (TVA 10.00%)\",\n      \"label\": \"Expresso - 64,00 (Yui)\"\n    },\n    {\n      \"write_number\": 1055,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #718\",\n      \"internal_ref\": 718,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 07:07:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 07:07:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Expresso - 64,00 (Yui)\"\n    },\n    {\n      \"write_number\": 1055,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 64,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #718\",\n      \"internal_ref\": 718,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 07:07:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 07:07:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000Y\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000Y\",\n      \"aux_account_label\": \"Client Yui - factures à établir\",\n      \"label\": \"Client Yui - factures à établir\"\n    },\n    {\n      \"write_number\": 1056,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"25/02 - 90,00 (MALROUX)\"\n    },\n    {\n      \"write_number\": 1056,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client MALROUX - factures à établir\",\n      \"label\": \"Client MALROUX - factures à établir\"\n    },\n    {\n      \"write_number\": 1057,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"25/02 - 90,00 (MALROUX)\"\n    },\n    {\n      \"write_number\": 1057,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client MALROUX - factures à établir\",\n      \"label\": \"Client MALROUX - factures à établir\"\n    },\n    {\n      \"write_number\": 1058,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"25/02 - 90,00 (MALROUX)\"\n    },\n    {\n      \"write_number\": 1058,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client MALROUX - factures à établir\",\n      \"label\": \"Client MALROUX - factures à établir\"\n    },\n    {\n      \"write_number\": 1059,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"25/02 - 90,00 (MALROUX)\"\n    },\n    {\n      \"write_number\": 1059,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client MALROUX - factures à établir\",\n      \"label\": \"Client MALROUX - factures à établir\"\n    },\n    {\n      \"write_number\": 1060,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"25/02 - 90,00 (MALROUX)\"\n    },\n    {\n      \"write_number\": 1060,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client MALROUX - factures à établir\",\n      \"label\": \"Client MALROUX - factures à établir\"\n    },\n    {\n      \"write_number\": 1061,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"25/02 - 90,00 (MALROUX)\"\n    },\n    {\n      \"write_number\": 1061,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client MALROUX - factures à établir\",\n      \"label\": \"Client MALROUX - factures à établir\"\n    },\n    {\n      \"write_number\": 1062,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"25/02 - 18,00 (MALROUX)\"\n    },\n    {\n      \"write_number\": 1062,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client MALROUX - factures à établir\",\n      \"label\": \"Client MALROUX - factures à établir\"\n    },\n    {\n      \"write_number\": 1063,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"25/02 - 18,00 (MALROUX)\"\n    },\n    {\n      \"write_number\": 1063,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client MALROUX - factures à établir\",\n      \"label\": \"Client MALROUX - factures à établir\"\n    },\n    {\n      \"write_number\": 1064,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"25/02 - 18,00 (MALROUX)\"\n    },\n    {\n      \"write_number\": 1064,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client MALROUX - factures à établir\",\n      \"label\": \"Client MALROUX - factures à établir\"\n    },\n    {\n      \"write_number\": 1065,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"25/02 - 18,00 (MALROUX)\"\n    },\n    {\n      \"write_number\": 1065,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client MALROUX - factures à établir\",\n      \"label\": \"Client MALROUX - factures à établir\"\n    },\n    {\n      \"write_number\": 1066,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"25/02 - 18,00 (MALROUX)\"\n    },\n    {\n      \"write_number\": 1066,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client MALROUX - factures à établir\",\n      \"label\": \"Client MALROUX - factures à établir\"\n    },\n    {\n      \"write_number\": 1067,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"25/02 - 18,00 (MALROUX)\"\n    },\n    {\n      \"write_number\": 1067,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #741\",\n      \"internal_ref\": 741,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 09:05:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client MALROUX - factures à établir\",\n      \"label\": \"Client MALROUX - factures à établir\"\n    },\n    {\n      \"write_number\": 1068,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #743\",\n      \"internal_ref\": 743,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 10:37:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 10:37:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"25/02 - 90,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 1068,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #743\",\n      \"internal_ref\": 743,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 10:37:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 10:37:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 1069,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #743\",\n      \"internal_ref\": 743,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 10:37:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 10:37:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"25/02 - 9,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 1069,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #743\",\n      \"internal_ref\": 743,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 10:37:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 10:37:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 1070,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #743\",\n      \"internal_ref\": 743,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 10:37:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 10:37:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"25/02 - 90,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 1070,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #743\",\n      \"internal_ref\": 743,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 10:37:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 10:37:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 1071,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #743\",\n      \"internal_ref\": 743,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 10:37:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 10:37:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"25/02 - 9,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 1071,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #743\",\n      \"internal_ref\": 743,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 10:37:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 10:37:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 1072,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #743\",\n      \"internal_ref\": 743,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 10:38:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 10:38:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"25/02 - 9,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 1072,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #743\",\n      \"internal_ref\": 743,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 10:38:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 10:38:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 1073,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #743\",\n      \"internal_ref\": 743,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 10:38:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 10:38:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"25/02 - 90,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 1073,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #743\",\n      \"internal_ref\": 743,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 10:38:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 10:38:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"25/02 - 90,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 1073,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #743\",\n      \"internal_ref\": 743,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 10:38:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 10:38:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 1074,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #743\",\n      \"internal_ref\": 743,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 10:38:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 10:38:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"25/02 - 9,00 (Cedt Alexandre)\"\n    },\n    {\n      \"write_number\": 1074,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #743\",\n      \"internal_ref\": 743,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 10:38:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 10:38:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cedt Alexandre - factures à établir\",\n      \"label\": \"Client Cedt Alexandre - factures à établir\"\n    },\n    {\n      \"write_number\": 1075,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 10:51:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 6.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #166\",\n      \"internal_ref\": 166,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 10:51:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 10:51:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 10:51:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100323\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Macaron géant - 7,50 ()\"\n    },\n    {\n      \"write_number\": 1075,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 10:51:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.68,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #166\",\n      \"internal_ref\": 166,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 10:51:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 10:51:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 10:51:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Macaron géant - 7,50 ()\"\n    },\n    {\n      \"write_number\": 1075,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 10:51:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 7.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #166\",\n      \"internal_ref\": 166,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 10:51:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 10:51:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 10:51:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1076,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 1076,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 1076,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1077,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 1077,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 1077,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1078,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 1078,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 1078,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1079,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 1079,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 1079,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1080,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 1080,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 1080,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1081,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 1081,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 1081,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1082,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 1082,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 1082,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1083,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 1083,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 1083,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1084,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 1084,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"menu - 22,00 ()\"\n    },\n    {\n      \"write_number\": 1084,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-25 15:45:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1085,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #306\",\n      \"internal_ref\": 306,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"26/02 - 90,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 1085,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #306\",\n      \"internal_ref\": 306,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"26/02 - 90,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 1085,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #306\",\n      \"internal_ref\": 306,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 1086,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #306\",\n      \"internal_ref\": 306,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"26/02 - 13,50 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 1086,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #306\",\n      \"internal_ref\": 306,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 1087,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #715\",\n      \"internal_ref\": 715,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 11:48:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 11:48:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"26/02 - 100,00 (donghi)\"\n    },\n    {\n      \"write_number\": 1087,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #715\",\n      \"internal_ref\": 715,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 11:48:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 11:48:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"26/02 - 100,00 (donghi)\"\n    },\n    {\n      \"write_number\": 1087,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #715\",\n      \"internal_ref\": 715,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 11:48:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 11:48:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client donghi - factures à établir\",\n      \"label\": \"Client donghi - factures à établir\"\n    },\n    {\n      \"write_number\": 1088,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #715\",\n      \"internal_ref\": 715,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 11:48:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 11:48:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"26/02 - 9,00 (donghi)\"\n    },\n    {\n      \"write_number\": 1088,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #715\",\n      \"internal_ref\": 715,\n      \"accounting_date\": {\n        \"date\": \"2026-02-06 11:48:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-06 11:48:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client donghi - factures à établir\",\n      \"label\": \"Client donghi - factures à établir\"\n    },\n    {\n      \"write_number\": 1089,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"26/02 - 90,00 (ABDOULHAMIDI Nizar)\"\n    },\n    {\n      \"write_number\": 1089,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"26/02 - 90,00 (ABDOULHAMIDI Nizar)\"\n    },\n    {\n      \"write_number\": 1089,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ABDOULHAMIDI Nizar - factures à établir\",\n      \"label\": \"Client ABDOULHAMIDI Nizar - factures à établir\"\n    },\n    {\n      \"write_number\": 1090,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"26/02 - 90,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 1090,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"26/02 - 90,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 1090,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1091,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"26/02 - 90,00 (ABDOULHAMIDI Nizar)\"\n    },\n    {\n      \"write_number\": 1091,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"26/02 - 90,00 (ABDOULHAMIDI Nizar)\"\n    },\n    {\n      \"write_number\": 1091,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ABDOULHAMIDI Nizar - factures à établir\",\n      \"label\": \"Client ABDOULHAMIDI Nizar - factures à établir\"\n    },\n    {\n      \"write_number\": 1092,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"26/02 - 18,00 (ABDOULHAMIDI Nizar)\"\n    },\n    {\n      \"write_number\": 1092,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ABDOULHAMIDI Nizar - factures à établir\",\n      \"label\": \"Client ABDOULHAMIDI Nizar - factures à établir\"\n    },\n    {\n      \"write_number\": 1093,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"26/02 - 18,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 1093,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1094,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"26/02 - 18,00 (ABDOULHAMIDI Nizar)\"\n    },\n    {\n      \"write_number\": 1094,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ABDOULHAMIDI Nizar - factures à établir\",\n      \"label\": \"Client ABDOULHAMIDI Nizar - factures à établir\"\n    },\n    {\n      \"write_number\": 1095,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #570\",\n      \"internal_ref\": 570,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:29:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:29:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"26/02 - 90,00 (Antonio Juan)\"\n    },\n    {\n      \"write_number\": 1095,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #570\",\n      \"internal_ref\": 570,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:29:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:29:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"26/02 - 90,00 (Antonio Juan)\"\n    },\n    {\n      \"write_number\": 1095,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #570\",\n      \"internal_ref\": 570,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:29:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:29:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Antonio Juan - factures à établir\",\n      \"label\": \"Client Antonio Juan - factures à établir\"\n    },\n    {\n      \"write_number\": 1096,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:43:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:43:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700961\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700961\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 0.00%)\",\n      \"label\": \"Article modifié - 23,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1096,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:43:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:43:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 1097,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.71,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:43:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:43:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700962\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700962\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 5.50%)\",\n      \"label\": \"jus d'orange - 44,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1097,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.29,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:43:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:43:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"jus d'orange - 44,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1097,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 44,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:43:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:43:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 1098,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 102.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:43:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:43:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700964\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700964\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1098,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.54,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:43:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:43:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1098,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 123.23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:43:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:43:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 1099,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:45:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:45:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700081\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700081\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 0.00%)\",\n      \"label\": \"Article modifié - 23,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1099,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:45:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:45:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 1100,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.71,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:45:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:45:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700082\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700082\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 5.50%)\",\n      \"label\": \"jus d'orange - 44,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1100,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.29,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:45:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:45:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"jus d'orange - 44,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1100,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 44,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:45:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:45:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 1101,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 102.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:45:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:45:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700084\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700084\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1101,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.54,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:45:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:45:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1101,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 123.23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 00:45:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 00:45:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 1102,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #738\",\n      \"internal_ref\": 738,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"26/02 - 100,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 1102,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #738\",\n      \"internal_ref\": 738,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client Martin Marie - factures à établir\",\n      \"label\": \"Client Martin Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 1103,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #738\",\n      \"internal_ref\": 738,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"26/02 - 9,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 1103,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #738\",\n      \"internal_ref\": 738,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client Martin Marie - factures à établir\",\n      \"label\": \"Client Martin Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 1104,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #794\",\n      \"internal_ref\": 794,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 21:56:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 21:56:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"26/02 - 100,00 (poujouly)\"\n    },\n    {\n      \"write_number\": 1104,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #794\",\n      \"internal_ref\": 794,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 21:56:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 21:56:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client poujouly - factures à établir\",\n      \"label\": \"Client poujouly - factures à établir\"\n    },\n    {\n      \"write_number\": 1105,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #794\",\n      \"internal_ref\": 794,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 21:56:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 21:56:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"26/02 - 9,00 (poujouly)\"\n    },\n    {\n      \"write_number\": 1105,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #794\",\n      \"internal_ref\": 794,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 21:56:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 21:56:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client poujouly - factures à établir\",\n      \"label\": \"Client poujouly - factures à établir\"\n    },\n    {\n      \"write_number\": 1106,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #795\",\n      \"internal_ref\": 795,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 22:06:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 22:06:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"26/02 - 100,00 (bousquet)\"\n    },\n    {\n      \"write_number\": 1106,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #795\",\n      \"internal_ref\": 795,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 22:06:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 22:06:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client bousquet - factures à établir\",\n      \"label\": \"Client bousquet - factures à établir\"\n    },\n    {\n      \"write_number\": 1107,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #795\",\n      \"internal_ref\": 795,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 22:06:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 22:06:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"26/02 - 4,50 (bousquet)\"\n    },\n    {\n      \"write_number\": 1107,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #795\",\n      \"internal_ref\": 795,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 22:06:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 22:06:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client bousquet - factures à établir\",\n      \"label\": \"Client bousquet - factures à établir\"\n    },\n    {\n      \"write_number\": 1108,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #798\",\n      \"internal_ref\": 798,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 22:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 22:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"26/02 - 100,00 (massol)\"\n    },\n    {\n      \"write_number\": 1108,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #798\",\n      \"internal_ref\": 798,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 22:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 22:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client massol - factures à établir\",\n      \"label\": \"Client massol - factures à établir\"\n    },\n    {\n      \"write_number\": 1109,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #798\",\n      \"internal_ref\": 798,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 22:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 22:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"26/02 - 9,00 (massol)\"\n    },\n    {\n      \"write_number\": 1109,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #798\",\n      \"internal_ref\": 798,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 22:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 22:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client massol - factures à établir\",\n      \"label\": \"Client massol - factures à établir\"\n    },\n    {\n      \"write_number\": 1110,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100954\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100954\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Amatriciana - 50,00 ()\"\n    },\n    {\n      \"write_number\": 1110,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Amatriciana - 50,00 ()\"\n    },\n    {\n      \"write_number\": 1110,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1111,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100263\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Rillettes - 20,00 ()\"\n    },\n    {\n      \"write_number\": 1111,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Rillettes - 20,00 ()\"\n    },\n    {\n      \"write_number\": 1111,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1112,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100571\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100571\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 0.00%)\",\n      \"label\": \"Article modifié - 11,50 ()\"\n    },\n    {\n      \"write_number\": 1112,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 11.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:38:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1113,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 21.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Pâté en croute - 24,00 ()\"\n    },\n    {\n      \"write_number\": 1113,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâté en croute - 24,00 ()\"\n    },\n    {\n      \"write_number\": 1113,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 24,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1114,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 19.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100144\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100144\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Article modifié - 23,00 ()\"\n    },\n    {\n      \"write_number\": 1114,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Article modifié - 23,00 ()\"\n    },\n    {\n      \"write_number\": 1114,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:38:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1115,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:39:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:39:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:39:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:39:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"carotte rapées - 10,00 ()\"\n    },\n    {\n      \"write_number\": 1115,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:39:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:39:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:39:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:39:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"carotte rapées - 10,00 ()\"\n    },\n    {\n      \"write_number\": 1115,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:39:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:39:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:39:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:39:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1116,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Tartare de saumon - 10,00 ()\"\n    },\n    {\n      \"write_number\": 1116,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tartare de saumon - 10,00 ()\"\n    },\n    {\n      \"write_number\": 1116,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 14:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #106\",\n      \"internal_ref\": 106,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 14:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 14:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 14:39:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1117,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 17:01:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #790\",\n      \"internal_ref\": 790,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 17:02:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 17:02:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 17:01:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Crème brûlée - 8,50 ()\"\n    },\n    {\n      \"write_number\": 1117,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 17:01:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #790\",\n      \"internal_ref\": 790,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 17:02:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 17:02:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 17:01:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Crème brûlée - 8,50 ()\"\n    },\n    {\n      \"write_number\": 1117,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-26 17:01:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #790\",\n      \"internal_ref\": 790,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 17:02:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 17:02:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-26 17:01:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1118,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #280\",\n      \"internal_ref\": 280,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:11:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:11:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"27/02 - 110,00 (ABC Entreprise TOTO)\"\n    },\n    {\n      \"write_number\": 1118,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #280\",\n      \"internal_ref\": 280,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:11:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:11:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"27/02 - 110,00 (ABC Entreprise TOTO)\"\n    },\n    {\n      \"write_number\": 1118,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 110,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #280\",\n      \"internal_ref\": 280,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:11:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:11:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ABC Entreprise TOTO - factures à établir\",\n      \"label\": \"Client ABC Entreprise TOTO - factures à établir\"\n    },\n    {\n      \"write_number\": 1119,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #280\",\n      \"internal_ref\": 280,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:11:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:11:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"27/02 - 18,00 (ABC Entreprise TOTO)\"\n    },\n    {\n      \"write_number\": 1119,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #280\",\n      \"internal_ref\": 280,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:11:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:11:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ABC Entreprise TOTO - factures à établir\",\n      \"label\": \"Client ABC Entreprise TOTO - factures à établir\"\n    },\n    {\n      \"write_number\": 1120,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #306\",\n      \"internal_ref\": 306,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"27/02 - 90,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 1120,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #306\",\n      \"internal_ref\": 306,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"27/02 - 90,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 1120,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #306\",\n      \"internal_ref\": 306,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 1121,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #306\",\n      \"internal_ref\": 306,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"27/02 - 13,50 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 1121,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #306\",\n      \"internal_ref\": 306,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 1122,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"27/02 - 90,00 (ABDOULHAMIDI Nizar)\"\n    },\n    {\n      \"write_number\": 1122,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"27/02 - 90,00 (ABDOULHAMIDI Nizar)\"\n    },\n    {\n      \"write_number\": 1122,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ABDOULHAMIDI Nizar - factures à établir\",\n      \"label\": \"Client ABDOULHAMIDI Nizar - factures à établir\"\n    },\n    {\n      \"write_number\": 1123,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"27/02 - 90,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 1123,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"27/02 - 90,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 1123,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1124,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"27/02 - 90,00 (ABDOULHAMIDI Nizar)\"\n    },\n    {\n      \"write_number\": 1124,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"27/02 - 90,00 (ABDOULHAMIDI Nizar)\"\n    },\n    {\n      \"write_number\": 1124,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ABDOULHAMIDI Nizar - factures à établir\",\n      \"label\": \"Client ABDOULHAMIDI Nizar - factures à établir\"\n    },\n    {\n      \"write_number\": 1125,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"27/02 - 18,00 (ABDOULHAMIDI Nizar)\"\n    },\n    {\n      \"write_number\": 1125,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ABDOULHAMIDI Nizar - factures à établir\",\n      \"label\": \"Client ABDOULHAMIDI Nizar - factures à établir\"\n    },\n    {\n      \"write_number\": 1126,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"27/02 - 18,00 (Aurélien Vionnet)\"\n    },\n    {\n      \"write_number\": 1126,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurélien Vionnet - factures à établir\",\n      \"label\": \"Client Aurélien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1127,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"27/02 - 18,00 (ABDOULHAMIDI Nizar)\"\n    },\n    {\n      \"write_number\": 1127,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 18,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #539\",\n      \"internal_ref\": 539,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 12:01:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ABDOULHAMIDI Nizar - factures à établir\",\n      \"label\": \"Client ABDOULHAMIDI Nizar - factures à établir\"\n    },\n    {\n      \"write_number\": 1128,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 47.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"27/02 - 52,27 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1128,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.75,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"27/02 - 52,27 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1128,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 52.27,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1129,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 32.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700173\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700173\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Jus  - 36,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1129,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Jus  - 36,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1129,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 36,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1130,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"27/02 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1130,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1131,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:02:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:02:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700571\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700571\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 0.00%)\",\n      \"label\": \"Article modifié - 23,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1131,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:02:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:02:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 1132,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.71,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:02:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:02:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700572\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700572\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 5.50%)\",\n      \"label\": \"jus d'orange - 44,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1132,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.29,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:02:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:02:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"jus d'orange - 44,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1132,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 44,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:02:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:02:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 1133,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 102.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:02:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:02:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700574\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700574\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1133,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.54,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:02:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:02:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1133,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 123.23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:02:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:02:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 1134,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:05:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:05:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700581\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700581\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 0.00%)\",\n      \"label\": \"Article modifié - 23,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1134,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:05:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:05:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 1135,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.71,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:05:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:05:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700582\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700582\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 5.50%)\",\n      \"label\": \"jus d'orange - 44,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1135,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.29,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:05:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:05:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"jus d'orange - 44,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1135,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 44,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:05:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:05:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 1136,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 102.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:05:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:05:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700584\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700584\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1136,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.54,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:05:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:05:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1136,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 123.23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:05:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:05:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 1137,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:08:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:08:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700171\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700171\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 0.00%)\",\n      \"label\": \"Article modifié - 23,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1137,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:08:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:08:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 1138,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.71,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:08:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:08:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700172\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700172\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 5.50%)\",\n      \"label\": \"jus d'orange - 44,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1138,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.29,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:08:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:08:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"jus d'orange - 44,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1138,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 44,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:08:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:08:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 1139,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 102.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:08:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:08:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700174\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1139,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.54,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:08:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:08:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1139,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 123.23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:08:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:08:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 1140,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:28:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:28:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700591\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700591\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 0.00%)\",\n      \"label\": \"Article modifié - 23,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1140,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:28:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:28:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 1141,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.71,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:28:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:28:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700592\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700592\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 5.50%)\",\n      \"label\": \"jus d'orange - 44,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1141,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.29,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:28:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:28:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"jus d'orange - 44,00 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1141,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 44,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:28:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:28:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 1142,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 102.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:28:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:28:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700594\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700594\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1142,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.54,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:28:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:28:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (PIERRE Jaques)\"\n    },\n    {\n      \"write_number\": 1142,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 123.23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1\",\n      \"internal_ref\": 1,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:28:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:28:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client PIERRE Jaques - factures à établir\",\n      \"label\": \"Client PIERRE Jaques - factures à établir\"\n    },\n    {\n      \"write_number\": 1143,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #679\",\n      \"internal_ref\": 679,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"27/02 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1143,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #679\",\n      \"internal_ref\": 679,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"27/02 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1143,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #679\",\n      \"internal_ref\": 679,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1144,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #680\",\n      \"internal_ref\": 680,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"27/02 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1144,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #680\",\n      \"internal_ref\": 680,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"27/02 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1144,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #680\",\n      \"internal_ref\": 680,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1145,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #680\",\n      \"internal_ref\": 680,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"27/02 - 4,50 (Passage)\"\n    },\n    {\n      \"write_number\": 1145,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #680\",\n      \"internal_ref\": 680,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 10:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 10:35:31.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1146,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #681\",\n      \"internal_ref\": 681,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 16:01:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 16:01:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"27/02 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1146,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #681\",\n      \"internal_ref\": 681,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 16:01:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 16:01:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"27/02 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1146,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #681\",\n      \"internal_ref\": 681,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 16:01:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 16:01:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1147,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #738\",\n      \"internal_ref\": 738,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"27/02 - 100,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 1147,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #738\",\n      \"internal_ref\": 738,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client Martin Marie - factures à établir\",\n      \"label\": \"Client Martin Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 1148,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #738\",\n      \"internal_ref\": 738,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"27/02 - 9,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 1148,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #738\",\n      \"internal_ref\": 738,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client Martin Marie - factures à établir\",\n      \"label\": \"Client Martin Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 1149,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #778\",\n      \"internal_ref\": 778,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"27/02 - 90,00 (bouquet johan)\"\n    },\n    {\n      \"write_number\": 1149,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #778\",\n      \"internal_ref\": 778,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client bouquet johan - factures à établir\",\n      \"label\": \"Client bouquet johan - factures à établir\"\n    },\n    {\n      \"write_number\": 1150,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #778\",\n      \"internal_ref\": 778,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"27/02 - 9,00 (bouquet johan)\"\n    },\n    {\n      \"write_number\": 1150,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #778\",\n      \"internal_ref\": 778,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client bouquet johan - factures à établir\",\n      \"label\": \"Client bouquet johan - factures à établir\"\n    },\n    {\n      \"write_number\": 1151,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 15,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #778\",\n      \"internal_ref\": 778,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700991\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700991\",\n      \"aux_account_label\": \"HT Nouriture (TVA 0.00%)\",\n      \"label\": \"Diner - 15,00 (bouquet johan)\"\n    },\n    {\n      \"write_number\": 1151,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #778\",\n      \"internal_ref\": 778,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client bouquet johan - factures à établir\",\n      \"label\": \"Client bouquet johan - factures à établir\"\n    },\n    {\n      \"write_number\": 1152,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 112.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"27/02 - 124,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1152,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"27/02 - 124,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1152,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 124,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1153,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 30,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700144\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700144\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Article modifié - 36,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1153,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 6,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Article modifié - 36,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1153,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 36,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1154,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"27/02 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1154,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1155,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"27/02 - 100,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1155,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1156,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700171\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700171\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 0.00%)\",\n      \"label\": \"Article modifié - 36,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1156,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 36,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1157,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"27/02 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1157,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1158,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #830\",\n      \"internal_ref\": 830,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 21:08:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 21:08:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"27/02 - 100,00 (BOKM ZERO)\"\n    },\n    {\n      \"write_number\": 1158,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #830\",\n      \"internal_ref\": 830,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 21:08:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 21:08:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client BOKM ZERO - factures à établir\",\n      \"label\": \"Client BOKM ZERO - factures à établir\"\n    },\n    {\n      \"write_number\": 1159,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #830\",\n      \"internal_ref\": 830,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 21:08:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 21:08:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"27/02 - 4,50 (BOKM ZERO)\"\n    },\n    {\n      \"write_number\": 1159,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #830\",\n      \"internal_ref\": 830,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 21:08:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 21:08:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client BOKM ZERO - factures à établir\",\n      \"label\": \"Client BOKM ZERO - factures à établir\"\n    },\n    {\n      \"write_number\": 1160,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 80,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #832\",\n      \"internal_ref\": 832,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 21:16:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 21:16:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"27/02 - 80,00 (ABC Dupoont)\"\n    },\n    {\n      \"write_number\": 1160,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 80,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #832\",\n      \"internal_ref\": 832,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 21:16:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 21:16:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ABC Dupoont - factures à établir\",\n      \"label\": \"Client ABC Dupoont - factures à établir\"\n    },\n    {\n      \"write_number\": 1161,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #832\",\n      \"internal_ref\": 832,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 21:16:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 21:16:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"27/02 - 4,50 (ABC Dupoont)\"\n    },\n    {\n      \"write_number\": 1161,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #832\",\n      \"internal_ref\": 832,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 21:16:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 21:16:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ABC Dupoont - factures à établir\",\n      \"label\": \"Client ABC Dupoont - factures à établir\"\n    },\n    {\n      \"write_number\": 1162,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #818\",\n      \"internal_ref\": 818,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 13:12:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 13:12:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600294\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600294\",\n      \"aux_account_label\": \"HT Séminaire (TVA 20.00%)\",\n      \"label\": \"Salle de l'Abbaye / Salle séminaire du 27/02/2026 08:00 - 10,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 1162,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #818\",\n      \"internal_ref\": 818,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 13:12:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 13:12:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Salle de l'Abbaye / Salle séminaire du 27/02/2026 08:00 - 10,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 1162,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #818\",\n      \"internal_ref\": 818,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 13:12:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 13:12:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 1163,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 116.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #665\",\n      \"internal_ref\": 665,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:24:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:24:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 1 / Spa du 27/02/2026 11:00 - 140,00 (Service Partner)\"\n    },\n    {\n      \"write_number\": 1163,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 23.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #665\",\n      \"internal_ref\": 665,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:24:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:24:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 1 / Spa du 27/02/2026 11:00 - 140,00 (Service Partner)\"\n    },\n    {\n      \"write_number\": 1163,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #665\",\n      \"internal_ref\": 665,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:24:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:24:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000S\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000S\",\n      \"aux_account_label\": \"Client Service Partner - factures à établir\",\n      \"label\": \"Client Service Partner - factures à établir\"\n    },\n    {\n      \"write_number\": 1164,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 12:45:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.58,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #814\",\n      \"internal_ref\": 814,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 12:45:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 12:45:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 12:45:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700144\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700144\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Article modifié - 11,50 ()\"\n    },\n    {\n      \"write_number\": 1164,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 12:45:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.92,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #814\",\n      \"internal_ref\": 814,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 12:45:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 12:45:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 12:45:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Article modifié - 11,50 ()\"\n    },\n    {\n      \"write_number\": 1164,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 12:45:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 11.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #814\",\n      \"internal_ref\": 814,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 12:45:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 12:45:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 12:45:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1165,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 17:08:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #517\",\n      \"internal_ref\": 517,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 17:08:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 17:08:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 17:08:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100204\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse verte - 12,00 ()\"\n    },\n    {\n      \"write_number\": 1165,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 17:08:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #517\",\n      \"internal_ref\": 517,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 17:08:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 17:08:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 17:08:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse verte - 12,00 ()\"\n    },\n    {\n      \"write_number\": 1165,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 17:08:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #517\",\n      \"internal_ref\": 517,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 17:08:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 17:08:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 17:08:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1166,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 17:12:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 26.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #306\",\n      \"internal_ref\": 306,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 17:12:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 17:12:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 17:12:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80101124\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80101124\",\n      \"aux_account_label\": \"HT Divers (TVA 20.00%)\",\n      \"label\": \"Massage californien 20 min - 32,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 1166,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 17:12:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #306\",\n      \"internal_ref\": 306,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 17:12:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 17:12:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 17:12:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Massage californien 20 min - 32,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 1166,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-27 17:12:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 32,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #306\",\n      \"internal_ref\": 306,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 17:12:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 17:12:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-27 17:12:18.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 1167,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 54.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #280\",\n      \"internal_ref\": 280,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:11:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:11:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 60,00 (ABC Entreprise TOTO)\"\n    },\n    {\n      \"write_number\": 1167,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #280\",\n      \"internal_ref\": 280,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:11:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:11:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 60,00 (ABC Entreprise TOTO)\"\n    },\n    {\n      \"write_number\": 1167,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 60,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #280\",\n      \"internal_ref\": 280,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 15:11:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 15:11:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client ABC Entreprise TOTO - factures à établir\",\n      \"label\": \"Client ABC Entreprise TOTO - factures à établir\"\n    },\n    {\n      \"write_number\": 1168,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #306\",\n      \"internal_ref\": 306,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"28/02 - 90,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 1168,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #306\",\n      \"internal_ref\": 306,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"28/02 - 90,00 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 1168,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #306\",\n      \"internal_ref\": 306,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 1169,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #306\",\n      \"internal_ref\": 306,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"28/02 - 13,50 (Alexa Test)\"\n    },\n    {\n      \"write_number\": 1169,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #306\",\n      \"internal_ref\": 306,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:49:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alexa Test - factures à établir\",\n      \"label\": \"Client Alexa Test - factures à établir\"\n    },\n    {\n      \"write_number\": 1170,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 145.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #553\",\n      \"internal_ref\": 553,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"28/02 - 160,00 (SALIM BACAR   GROUP DVLP)\"\n    },\n    {\n      \"write_number\": 1170,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 14.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #553\",\n      \"internal_ref\": 553,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"28/02 - 160,00 (SALIM BACAR   GROUP DVLP)\"\n    },\n    {\n      \"write_number\": 1170,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 160,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #553\",\n      \"internal_ref\": 553,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000S\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000S\",\n      \"aux_account_label\": \"Client SALIM BACAR   GROUP DVLP - factures à établir\",\n      \"label\": \"Client SALIM BACAR   GROUP DVLP - factures à établir\"\n    },\n    {\n      \"write_number\": 1171,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 47.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"28/02 - 52,27 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1171,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.75,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"28/02 - 52,27 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1171,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 52.27,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1172,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"28/02 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1172,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1173,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #738\",\n      \"internal_ref\": 738,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"28/02 - 100,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 1173,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #738\",\n      \"internal_ref\": 738,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client Martin Marie - factures à établir\",\n      \"label\": \"Client Martin Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 1174,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #738\",\n      \"internal_ref\": 738,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"28/02 - 9,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 1174,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #738\",\n      \"internal_ref\": 738,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client Martin Marie - factures à établir\",\n      \"label\": \"Client Martin Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 1175,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 24.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #778\",\n      \"internal_ref\": 778,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 27,00 (bouquet johan)\"\n    },\n    {\n      \"write_number\": 1175,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #778\",\n      \"internal_ref\": 778,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 27,00 (bouquet johan)\"\n    },\n    {\n      \"write_number\": 1175,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 27,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #778\",\n      \"internal_ref\": 778,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client bouquet johan - factures à établir\",\n      \"label\": \"Client bouquet johan - factures à établir\"\n    },\n    {\n      \"write_number\": 1176,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.53,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #778\",\n      \"internal_ref\": 778,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 9,00 (bouquet johan)\"\n    },\n    {\n      \"write_number\": 1176,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.47,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #778\",\n      \"internal_ref\": 778,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 9,00 (bouquet johan)\"\n    },\n    {\n      \"write_number\": 1176,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #778\",\n      \"internal_ref\": 778,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 16:36:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client bouquet johan - factures à établir\",\n      \"label\": \"Client bouquet johan - factures à établir\"\n    },\n    {\n      \"write_number\": 1177,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 112.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"28/02 - 124,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1177,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"28/02 - 124,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1177,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 124,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1178,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"28/02 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1178,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1179,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"28/02 - 100,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1179,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1180,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"28/02 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1180,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1181,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #830\",\n      \"internal_ref\": 830,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 21:08:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 21:08:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"28/02 - -100,00 (BOKM ZERO)\"\n    },\n    {\n      \"write_number\": 1181,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #830\",\n      \"internal_ref\": 830,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 21:08:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 21:08:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client BOKM ZERO - factures à établir\",\n      \"label\": \"Client BOKM ZERO - factures à établir\"\n    },\n    {\n      \"write_number\": 1182,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #830\",\n      \"internal_ref\": 830,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 21:08:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 21:08:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"28/02 - 4,50 (BOKM ZERO)\"\n    },\n    {\n      \"write_number\": 1182,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #830\",\n      \"internal_ref\": 830,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 21:08:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 21:08:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-02-28 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client BOKM ZERO - factures à établir\",\n      \"label\": \"Client BOKM ZERO - factures à établir\"\n    },\n    {\n      \"write_number\": 1183,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 145.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #553\",\n      \"internal_ref\": 553,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"01/03 - 160,00 (SALIM BACAR   GROUP DVLP)\"\n    },\n    {\n      \"write_number\": 1183,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 14.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #553\",\n      \"internal_ref\": 553,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"01/03 - 160,00 (SALIM BACAR   GROUP DVLP)\"\n    },\n    {\n      \"write_number\": 1183,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 160,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #553\",\n      \"internal_ref\": 553,\n      \"accounting_date\": {\n        \"date\": \"2026-02-17 14:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-17 14:53:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000S\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000S\",\n      \"aux_account_label\": \"Client SALIM BACAR   GROUP DVLP - factures à établir\",\n      \"label\": \"Client SALIM BACAR   GROUP DVLP - factures à établir\"\n    },\n    {\n      \"write_number\": 1184,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 47.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"01/03 - 52,27 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1184,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.75,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"01/03 - 52,27 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1184,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 52.27,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1185,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"01/03 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1185,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1186,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #691\",\n      \"internal_ref\": 691,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 16:40:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 16:40:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"01/03 - 100,00 (Dubois)\"\n    },\n    {\n      \"write_number\": 1186,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #691\",\n      \"internal_ref\": 691,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 16:40:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 16:40:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"01/03 - 100,00 (Dubois)\"\n    },\n    {\n      \"write_number\": 1186,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #691\",\n      \"internal_ref\": 691,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 16:40:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 16:40:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dubois - factures à établir\",\n      \"label\": \"Client Dubois - factures à établir\"\n    },\n    {\n      \"write_number\": 1187,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #691\",\n      \"internal_ref\": 691,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 16:40:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 16:40:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"01/03 - 4,50 (Dubois)\"\n    },\n    {\n      \"write_number\": 1187,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #691\",\n      \"internal_ref\": 691,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 16:40:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 16:40:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dubois - factures à établir\",\n      \"label\": \"Client Dubois - factures à établir\"\n    },\n    {\n      \"write_number\": 1188,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 145.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #708\",\n      \"internal_ref\": 708,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 10:02:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 10:02:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"01/03 - 160,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1188,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 14.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #708\",\n      \"internal_ref\": 708,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 10:02:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 10:02:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"01/03 - 160,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1188,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 160,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #708\",\n      \"internal_ref\": 708,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 10:02:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 10:02:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1189,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #708\",\n      \"internal_ref\": 708,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 10:02:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 10:02:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"01/03 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1189,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #708\",\n      \"internal_ref\": 708,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 10:02:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 10:02:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1190,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 81.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #708\",\n      \"internal_ref\": 708,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 10:02:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 10:02:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"01/03 - 90,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1190,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #708\",\n      \"internal_ref\": 708,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 10:02:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 10:02:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"01/03 - 90,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1190,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #708\",\n      \"internal_ref\": 708,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 10:02:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 10:02:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1191,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #708\",\n      \"internal_ref\": 708,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 10:02:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 10:02:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"01/03 - 4,50 (Passage)\"\n    },\n    {\n      \"write_number\": 1191,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #708\",\n      \"internal_ref\": 708,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 10:02:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 10:02:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1192,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #738\",\n      \"internal_ref\": 738,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"01/03 - 100,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 1192,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #738\",\n      \"internal_ref\": 738,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client Martin Marie - factures à établir\",\n      \"label\": \"Client Martin Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 1193,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #738\",\n      \"internal_ref\": 738,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"01/03 - 9,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 1193,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #738\",\n      \"internal_ref\": 738,\n      \"accounting_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-24 18:09:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client Martin Marie - factures à établir\",\n      \"label\": \"Client Martin Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 1194,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"01/03 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1194,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1195,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"01/03 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1195,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1196,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"01/03 - 4,50 (Passage)\"\n    },\n    {\n      \"write_number\": 1196,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1197,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"01/03 - 4,50 (Passage)\"\n    },\n    {\n      \"write_number\": 1197,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1198,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1198,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1198,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1199,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1199,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1199,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1200,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 112.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"01/03 - 124,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1200,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"01/03 - 124,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1200,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 124,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1201,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"01/03 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1201,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1202,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"01/03 - 100,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1202,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1203,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"01/03 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1203,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1204,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #851\",\n      \"internal_ref\": 851,\n      \"accounting_date\": {\n        \"date\": \"2026-03-01 17:04:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-01 17:04:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"01/03 - 100,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 1204,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #851\",\n      \"internal_ref\": 851,\n      \"accounting_date\": {\n        \"date\": \"2026-03-01 17:04:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-01 17:04:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 1205,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #851\",\n      \"internal_ref\": 851,\n      \"accounting_date\": {\n        \"date\": \"2026-03-01 17:04:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-01 17:04:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"01/03 - 9,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 1205,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #851\",\n      \"internal_ref\": 851,\n      \"accounting_date\": {\n        \"date\": \"2026-03-01 17:04:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-01 17:04:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 1206,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 116.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #666\",\n      \"internal_ref\": 666,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:24:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:24:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 1 / Spa du 01/03/2026 11:00 - 140,00 (Test Svc)\"\n    },\n    {\n      \"write_number\": 1206,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 23.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #666\",\n      \"internal_ref\": 666,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:24:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:24:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 1 / Spa du 01/03/2026 11:00 - 140,00 (Test Svc)\"\n    },\n    {\n      \"write_number\": 1206,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #666\",\n      \"internal_ref\": 666,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:24:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:24:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client Test Svc - factures à établir\",\n      \"label\": \"Client Test Svc - factures à établir\"\n    },\n    {\n      \"write_number\": 1207,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1095\",\n      \"internal_ref\": 1095,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 18:40:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 18:40:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600943\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600943\",\n      \"aux_account_label\": \"HT Sport (TVA 10.00%)\",\n      \"label\": \"Parking 1 / Lancer de hache du 01/03/2026 11:00 - 15,00 (Dupont Michel)\"\n    },\n    {\n      \"write_number\": 1207,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1095\",\n      \"internal_ref\": 1095,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 18:40:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 18:40:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Parking 1 / Lancer de hache du 01/03/2026 11:00 - 15,00 (Dupont Michel)\"\n    },\n    {\n      \"write_number\": 1207,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1095\",\n      \"internal_ref\": 1095,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 18:40:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 18:40:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Michel - factures à établir\",\n      \"label\": \"Client Dupont Michel - factures à établir\"\n    },\n    {\n      \"write_number\": 1208,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1096\",\n      \"internal_ref\": 1096,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 18:41:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 18:41:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600943\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600943\",\n      \"aux_account_label\": \"HT Sport (TVA 10.00%)\",\n      \"label\": \"Parking 2 / Lancer de hache du 01/03/2026 11:00 - 15,00 (Dupont Michel)\"\n    },\n    {\n      \"write_number\": 1208,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1096\",\n      \"internal_ref\": 1096,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 18:41:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 18:41:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Parking 2 / Lancer de hache du 01/03/2026 11:00 - 15,00 (Dupont Michel)\"\n    },\n    {\n      \"write_number\": 1208,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1096\",\n      \"internal_ref\": 1096,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 18:41:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 18:41:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Michel - factures à établir\",\n      \"label\": \"Client Dupont Michel - factures à établir\"\n    },\n    {\n      \"write_number\": 1209,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1100\",\n      \"internal_ref\": 1100,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 19:36:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 19:36:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600943\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600943\",\n      \"aux_account_label\": \"HT Sport (TVA 10.00%)\",\n      \"label\": \"Parking 3 / Lancer de hache du 01/03/2026 11:00 - 15,00 (Dupont Michel)\"\n    },\n    {\n      \"write_number\": 1209,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1100\",\n      \"internal_ref\": 1100,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 19:36:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 19:36:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Parking 3 / Lancer de hache du 01/03/2026 11:00 - 15,00 (Dupont Michel)\"\n    },\n    {\n      \"write_number\": 1209,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1100\",\n      \"internal_ref\": 1100,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 19:36:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 19:36:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Michel - factures à établir\",\n      \"label\": \"Client Dupont Michel - factures à établir\"\n    },\n    {\n      \"write_number\": 1210,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1103\",\n      \"internal_ref\": 1103,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 19:38:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 19:38:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600943\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600943\",\n      \"aux_account_label\": \"HT Sport (TVA 10.00%)\",\n      \"label\": \"Parking 4 / Lancer de hache du 01/03/2026 11:00 - 15,00 (Dupont Michel)\"\n    },\n    {\n      \"write_number\": 1210,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1103\",\n      \"internal_ref\": 1103,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 19:38:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 19:38:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Parking 4 / Lancer de hache du 01/03/2026 11:00 - 15,00 (Dupont Michel)\"\n    },\n    {\n      \"write_number\": 1210,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1103\",\n      \"internal_ref\": 1103,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 19:38:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 19:38:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Michel - factures à établir\",\n      \"label\": \"Client Dupont Michel - factures à établir\"\n    },\n    {\n      \"write_number\": 1211,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1107\",\n      \"internal_ref\": 1107,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 20:31:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 20:31:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600943\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600943\",\n      \"aux_account_label\": \"HT Sport (TVA 10.00%)\",\n      \"label\": \"Parking 5 / Lancer de hache du 01/03/2026 11:00 - 15,00 (Dupont Michel)\"\n    },\n    {\n      \"write_number\": 1211,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1107\",\n      \"internal_ref\": 1107,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 20:31:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 20:31:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Parking 5 / Lancer de hache du 01/03/2026 11:00 - 15,00 (Dupont Michel)\"\n    },\n    {\n      \"write_number\": 1211,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1107\",\n      \"internal_ref\": 1107,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 20:31:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 20:31:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Michel - factures à établir\",\n      \"label\": \"Client Dupont Michel - factures à établir\"\n    },\n    {\n      \"write_number\": 1212,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1155\",\n      \"internal_ref\": 1155,\n      \"accounting_date\": {\n        \"date\": \"2026-03-17 10:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-17 10:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600943\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600943\",\n      \"aux_account_label\": \"HT Sport (TVA 10.00%)\",\n      \"label\": \"Parking 6 / Lancer de hache du 01/03/2026 11:00 - 15,00 (Dupont Michel)\"\n    },\n    {\n      \"write_number\": 1212,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1155\",\n      \"internal_ref\": 1155,\n      \"accounting_date\": {\n        \"date\": \"2026-03-17 10:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-17 10:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Parking 6 / Lancer de hache du 01/03/2026 11:00 - 15,00 (Dupont Michel)\"\n    },\n    {\n      \"write_number\": 1212,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1155\",\n      \"internal_ref\": 1155,\n      \"accounting_date\": {\n        \"date\": \"2026-03-17 10:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-17 10:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-01 11:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupont Michel - factures à établir\",\n      \"label\": \"Client Dupont Michel - factures à établir\"\n    },\n    {\n      \"write_number\": 1213,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 47.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"02/03 - 52,27 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1213,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.75,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"02/03 - 52,27 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1213,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 52.27,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1214,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"02/03 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1214,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1215,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"02/03 - 100,00 (DURAND Gerard)\"\n    },\n    {\n      \"write_number\": 1215,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"02/03 - 100,00 (DURAND Gerard)\"\n    },\n    {\n      \"write_number\": 1215,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DURAND Gerard - factures à établir\",\n      \"label\": \"Client DURAND Gerard - factures à établir\"\n    },\n    {\n      \"write_number\": 1216,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 127.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"02/03 - 140,00 (THEODOSE Agnès)\"\n    },\n    {\n      \"write_number\": 1216,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"02/03 - 140,00 (THEODOSE Agnès)\"\n    },\n    {\n      \"write_number\": 1216,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client THEODOSE Agnès - factures à établir\",\n      \"label\": \"Client THEODOSE Agnès - factures à établir\"\n    },\n    {\n      \"write_number\": 1217,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"02/03 - 9,00 (DURAND Gerard)\"\n    },\n    {\n      \"write_number\": 1217,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DURAND Gerard - factures à établir\",\n      \"label\": \"Client DURAND Gerard - factures à établir\"\n    },\n    {\n      \"write_number\": 1218,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"02/03 - 4,50 (THEODOSE Agnès)\"\n    },\n    {\n      \"write_number\": 1218,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client THEODOSE Agnès - factures à établir\",\n      \"label\": \"Client THEODOSE Agnès - factures à établir\"\n    },\n    {\n      \"write_number\": 1219,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 70,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:02:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:02:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700991\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700991\",\n      \"aux_account_label\": \"HT Nouriture (TVA 0.00%)\",\n      \"label\": \"Diner - 70,00 (DURAND Gerard)\"\n    },\n    {\n      \"write_number\": 1219,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 70,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:02:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:02:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DURAND Gerard - factures à établir\",\n      \"label\": \"Client DURAND Gerard - factures à établir\"\n    },\n    {\n      \"write_number\": 1220,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 58.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #708\",\n      \"internal_ref\": 708,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 10:02:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 10:02:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700233\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700233\",\n      \"aux_account_label\": \"HT Boisson chaude (TVA 10.00%)\",\n      \"label\": \"Expresso - 64,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1220,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #708\",\n      \"internal_ref\": 708,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 10:02:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 10:02:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Expresso - 64,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1220,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 64,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #708\",\n      \"internal_ref\": 708,\n      \"accounting_date\": {\n        \"date\": \"2026-02-21 10:02:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-21 10:02:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1221,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1221,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1221,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1222,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1222,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1222,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #746\",\n      \"internal_ref\": 746,\n      \"accounting_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-25 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1223,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 95,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #802\",\n      \"internal_ref\": 802,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 09:47:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 09:47:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"02/03 - 95,00 (Durand Etienne)\"\n    },\n    {\n      \"write_number\": 1223,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 95,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #802\",\n      \"internal_ref\": 802,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 09:47:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 09:47:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Durand Etienne - factures à établir\",\n      \"label\": \"Client Durand Etienne - factures à établir\"\n    },\n    {\n      \"write_number\": 1224,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #802\",\n      \"internal_ref\": 802,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 09:47:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 09:47:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"02/03 - 9,00 (Durand Etienne)\"\n    },\n    {\n      \"write_number\": 1224,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #802\",\n      \"internal_ref\": 802,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 09:47:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 09:47:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Durand Etienne - factures à établir\",\n      \"label\": \"Client Durand Etienne - factures à établir\"\n    },\n    {\n      \"write_number\": 1225,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 112.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"02/03 - 124,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1225,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"02/03 - 124,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1225,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 124,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1226,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"02/03 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1226,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1227,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"02/03 - 100,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1227,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1228,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"02/03 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1228,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1229,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #859\",\n      \"internal_ref\": 859,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"02/03 - 100,00 (Dupond Thomas)\"\n    },\n    {\n      \"write_number\": 1229,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #859\",\n      \"internal_ref\": 859,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupond Thomas - factures à établir\",\n      \"label\": \"Client Dupond Thomas - factures à établir\"\n    },\n    {\n      \"write_number\": 1230,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #859\",\n      \"internal_ref\": 859,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"02/03 - 9,00 (Dupond Thomas)\"\n    },\n    {\n      \"write_number\": 1230,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #859\",\n      \"internal_ref\": 859,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupond Thomas - factures à établir\",\n      \"label\": \"Client Dupond Thomas - factures à établir\"\n    },\n    {\n      \"write_number\": 1231,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #866\",\n      \"internal_ref\": 866,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 15:28:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 15:28:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"02/03 - 100,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1231,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #866\",\n      \"internal_ref\": 866,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 15:28:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 15:28:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1232,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #866\",\n      \"internal_ref\": 866,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 15:28:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 15:28:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"02/03 - 9,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1232,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #866\",\n      \"internal_ref\": 866,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 15:28:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 15:28:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1233,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #855\",\n      \"internal_ref\": 855,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100954\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100954\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Amatriciana - 25,00 ()\"\n    },\n    {\n      \"write_number\": 1233,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #855\",\n      \"internal_ref\": 855,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Amatriciana - 25,00 ()\"\n    },\n    {\n      \"write_number\": 1233,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 25,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #855\",\n      \"internal_ref\": 855,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1234,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #855\",\n      \"internal_ref\": 855,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100953\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100953\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Curry de volaille - 15,00 ()\"\n    },\n    {\n      \"write_number\": 1234,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #855\",\n      \"internal_ref\": 855,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Curry de volaille - 15,00 ()\"\n    },\n    {\n      \"write_number\": 1234,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #855\",\n      \"internal_ref\": 855,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-02 09:12:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1235,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 47.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"03/03 - 52,27 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1235,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.75,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"03/03 - 52,27 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1235,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 52.27,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1236,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"03/03 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1236,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1237,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 21.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:01:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:01:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 24,00 (DURAND Gerard)\"\n    },\n    {\n      \"write_number\": 1237,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:01:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:01:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 24,00 (DURAND Gerard)\"\n    },\n    {\n      \"write_number\": 1237,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 24,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:01:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:01:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DURAND Gerard - factures à établir\",\n      \"label\": \"Client DURAND Gerard - factures à établir\"\n    },\n    {\n      \"write_number\": 1238,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:01:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:01:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 12,00 (THEODOSE Agnès)\"\n    },\n    {\n      \"write_number\": 1238,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:01:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:01:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 12,00 (THEODOSE Agnès)\"\n    },\n    {\n      \"write_number\": 1238,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 14:01:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 14:01:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client THEODOSE Agnès - factures à établir\",\n      \"label\": \"Client THEODOSE Agnès - factures à établir\"\n    },\n    {\n      \"write_number\": 1239,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 90,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 12:05:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 12:05:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"03/03 - 90,00 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1239,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 90,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 12:05:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 12:05:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bonillo Momo - factures à établir\",\n      \"label\": \"Client Bonillo Momo - factures à établir\"\n    },\n    {\n      \"write_number\": 1240,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 12:05:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 12:05:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"03/03 - 9,00 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1240,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 12:05:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 12:05:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bonillo Momo - factures à établir\",\n      \"label\": \"Client Bonillo Momo - factures à établir\"\n    },\n    {\n      \"write_number\": 1241,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 95,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #802\",\n      \"internal_ref\": 802,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 09:47:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 09:47:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"03/03 - 95,00 (Durand Etienne)\"\n    },\n    {\n      \"write_number\": 1241,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 95,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #802\",\n      \"internal_ref\": 802,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 09:47:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 09:47:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Durand Etienne - factures à établir\",\n      \"label\": \"Client Durand Etienne - factures à établir\"\n    },\n    {\n      \"write_number\": 1242,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #802\",\n      \"internal_ref\": 802,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 09:47:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 09:47:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"03/03 - 9,00 (Durand Etienne)\"\n    },\n    {\n      \"write_number\": 1242,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #802\",\n      \"internal_ref\": 802,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 09:47:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 09:47:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Durand Etienne - factures à établir\",\n      \"label\": \"Client Durand Etienne - factures à établir\"\n    },\n    {\n      \"write_number\": 1243,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 21.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #802\",\n      \"internal_ref\": 802,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 09:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 09:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 24,00 (Durand Etienne)\"\n    },\n    {\n      \"write_number\": 1243,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #802\",\n      \"internal_ref\": 802,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 09:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 09:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 24,00 (Durand Etienne)\"\n    },\n    {\n      \"write_number\": 1243,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 24,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #802\",\n      \"internal_ref\": 802,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 09:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 09:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Durand Etienne - factures à établir\",\n      \"label\": \"Client Durand Etienne - factures à établir\"\n    },\n    {\n      \"write_number\": 1244,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 112.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"03/03 - 124,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1244,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"03/03 - 124,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1244,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 124,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1245,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"03/03 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1245,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1246,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"03/03 - 100,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1246,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1247,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"03/03 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1247,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1248,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #859\",\n      \"internal_ref\": 859,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"03/03 - 100,00 (Dupond Thomas)\"\n    },\n    {\n      \"write_number\": 1248,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #859\",\n      \"internal_ref\": 859,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupond Thomas - factures à établir\",\n      \"label\": \"Client Dupond Thomas - factures à établir\"\n    },\n    {\n      \"write_number\": 1249,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #859\",\n      \"internal_ref\": 859,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"03/03 - 9,00 (Dupond Thomas)\"\n    },\n    {\n      \"write_number\": 1249,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #859\",\n      \"internal_ref\": 859,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupond Thomas - factures à établir\",\n      \"label\": \"Client Dupond Thomas - factures à établir\"\n    },\n    {\n      \"write_number\": 1250,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 145.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:48:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:48:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"03/03 - 160,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1250,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 14.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:48:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:48:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"03/03 - 160,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1250,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 160,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:48:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:48:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1251,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:48:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:48:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"03/03 - 9,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1251,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:48:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:48:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1252,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 27.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:49:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:49:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701183\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701183\",\n      \"aux_account_label\": \"HT Panier repas (TVA 10.00%)\",\n      \"label\": \"Panier repas gourmand - 30,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1252,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:49:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:49:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Panier repas gourmand - 30,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1252,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 30,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:49:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:49:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1253,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 27.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:49:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:49:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701183\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701183\",\n      \"aux_account_label\": \"HT Panier repas (TVA 10.00%)\",\n      \"label\": \"Panier repas gourmand - 30,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1253,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:49:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:49:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Panier repas gourmand - 30,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1253,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 30,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:49:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:49:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1254,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:49:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:49:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700084\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700084\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Savennières Champ Bourcier Vin blanc - 11,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1254,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:49:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:49:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Savennières Champ Bourcier Vin blanc - 11,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1254,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 11,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:49:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:49:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1255,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 12:11:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 12:11:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701183\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701183\",\n      \"aux_account_label\": \"HT Panier repas (TVA 10.00%)\",\n      \"label\": \"Panier repas gourmand - 15,00 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1255,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 12:11:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 12:11:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Panier repas gourmand - 15,00 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1255,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 12:11:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 12:11:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bonillo Momo - factures à établir\",\n      \"label\": \"Client Bonillo Momo - factures à établir\"\n    },\n    {\n      \"write_number\": 1256,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 12:12:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 12:12:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Plateau de fromage - 12,00 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1256,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 12:12:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 12:12:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Plateau de fromage - 12,00 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1256,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 12:12:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 12:12:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bonillo Momo - factures à établir\",\n      \"label\": \"Client Bonillo Momo - factures à établir\"\n    },\n    {\n      \"write_number\": 1257,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #565\",\n      \"internal_ref\": 565,\n      \"accounting_date\": {\n        \"date\": \"2026-03-24 12:44:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-24 12:44:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700323\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner buffet - 15,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 1257,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #565\",\n      \"internal_ref\": 565,\n      \"accounting_date\": {\n        \"date\": \"2026-03-24 12:44:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-24 12:44:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner buffet - 15,00 (Martin Marie)\"\n    },\n    {\n      \"write_number\": 1257,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #565\",\n      \"internal_ref\": 565,\n      \"accounting_date\": {\n        \"date\": \"2026-03-24 12:44:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-24 12:44:48.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000M\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000M\",\n      \"aux_account_label\": \"Client Martin Marie - factures à établir\",\n      \"label\": \"Client Martin Marie - factures à établir\"\n    },\n    {\n      \"write_number\": 1258,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 233.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 12:30:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 12:30:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 1 / Spa du 03/03/2026 08:00 - 280,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1258,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 46.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 12:30:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 12:30:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 1 / Spa du 03/03/2026 08:00 - 280,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1258,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 280,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 12:30:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 12:30:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1259,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 58.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 14:41:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 14:41:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 2 / Spa du 03/03/2026 08:00 - 70,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1259,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 14:41:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 14:41:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 2 / Spa du 03/03/2026 08:00 - 70,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1259,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 70,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 14:41:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 14:41:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1260,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 11:00:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #300\",\n      \"internal_ref\": 300,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 11:00:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 11:00:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 11:00:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700233\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700233\",\n      \"aux_account_label\": \"HT Boisson chaude (TVA 10.00%)\",\n      \"label\": \"Infusion - 4,50 (RUBINA CONTADINA)\"\n    },\n    {\n      \"write_number\": 1260,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 11:00:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #300\",\n      \"internal_ref\": 300,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 11:00:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 11:00:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 11:00:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Infusion - 4,50 (RUBINA CONTADINA)\"\n    },\n    {\n      \"write_number\": 1260,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 11:00:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #300\",\n      \"internal_ref\": 300,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 11:00:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 11:00:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 11:00:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000R\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000R\",\n      \"aux_account_label\": \"Client RUBINA CONTADINA - factures à établir\",\n      \"label\": \"Client RUBINA CONTADINA - factures à établir\"\n    },\n    {\n      \"write_number\": 1261,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 18.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 20,00 (DURAND Gerard)\"\n    },\n    {\n      \"write_number\": 1261,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 20,00 (DURAND Gerard)\"\n    },\n    {\n      \"write_number\": 1261,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DURAND Gerard - factures à établir\",\n      \"label\": \"Client DURAND Gerard - factures à établir\"\n    },\n    {\n      \"write_number\": 1262,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700951\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700951\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 0.00%)\",\n      \"label\": \"Article modifié - 20,00 (DURAND Gerard)\"\n    },\n    {\n      \"write_number\": 1262,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #693\",\n      \"internal_ref\": 693,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 11:02:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DURAND Gerard - factures à établir\",\n      \"label\": \"Client DURAND Gerard - factures à établir\"\n    },\n    {\n      \"write_number\": 1263,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 11:06:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #852\",\n      \"internal_ref\": 852,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 11:06:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 11:06:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 11:06:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700263\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Croquettes de fromage - 8,50 (zizou)\"\n    },\n    {\n      \"write_number\": 1263,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 11:06:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #852\",\n      \"internal_ref\": 852,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 11:06:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 11:06:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 11:06:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Croquettes de fromage - 8,50 (zizou)\"\n    },\n    {\n      \"write_number\": 1263,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 11:06:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #852\",\n      \"internal_ref\": 852,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 11:06:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 11:06:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 11:06:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000Z\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000Z\",\n      \"aux_account_label\": \"Client zizou - factures à établir\",\n      \"label\": \"Client zizou - factures à établir\"\n    },\n    {\n      \"write_number\": 1264,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 12:15:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 102.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 12:15:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 12:15:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 12:15:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700024\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700024\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 20.00%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1264,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 12:15:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.54,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 12:15:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 12:15:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 12:15:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1264,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 12:15:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 123.23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 12:15:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 12:15:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 12:15:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bonillo Momo - factures à établir\",\n      \"label\": \"Client Bonillo Momo - factures à établir\"\n    },\n    {\n      \"write_number\": 1265,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 102.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700024\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700024\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 20.00%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1265,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.54,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1265,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 123.23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 12:15:38.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bonillo Momo - factures à établir\",\n      \"label\": \"Client Bonillo Momo - factures à établir\"\n    },\n    {\n      \"write_number\": 1266,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 12:16:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 205.38,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 12:16:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 12:16:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 12:16:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700024\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700024\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 20.00%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 246,46 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1266,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 12:16:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.08,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 12:16:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 12:16:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 12:16:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 246,46 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1266,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 12:16:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 246.46,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 12:16:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 12:16:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 12:16:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bonillo Momo - factures à établir\",\n      \"label\": \"Client Bonillo Momo - factures à établir\"\n    },\n    {\n      \"write_number\": 1267,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 12:16:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 102.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 12:16:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 12:16:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 12:16:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700024\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700024\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 20.00%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1267,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 12:16:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.54,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 12:16:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 12:16:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 12:16:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 123,23 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1267,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 12:16:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 123.23,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #765\",\n      \"internal_ref\": 765,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 12:16:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 12:16:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 12:16:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bonillo Momo - factures à établir\",\n      \"label\": \"Client Bonillo Momo - factures à établir\"\n    },\n    {\n      \"write_number\": 1268,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 14:41:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 14:41:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600943\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600943\",\n      \"aux_account_label\": \"HT Sport (TVA 10.00%)\",\n      \"label\": \"Parking 1 / Lancer de hache du 03/03/2026 15:00 - 15,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1268,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 14:41:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 14:41:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Parking 1 / Lancer de hache du 03/03/2026 15:00 - 15,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1268,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 14:41:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 14:41:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1269,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 21:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 175,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 17:16:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 17:16:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 21:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 2 / Spa du 03/03/2026 21:20 - 210,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1269,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 21:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 35,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 17:16:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 17:16:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 21:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 2 / Spa du 03/03/2026 21:20 - 210,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1269,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 21:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 210,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 17:16:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 17:16:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 21:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1270,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 21:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:52:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:52:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 21:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700174\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700174\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Verre de vin - 25,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1270,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 21:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:52:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:52:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 21:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Verre de vin - 25,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1270,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 21:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 25,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:52:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:52:34.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 21:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1271,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 21:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:53:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:53:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 21:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700233\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700233\",\n      \"aux_account_label\": \"HT Boisson chaude (TVA 10.00%)\",\n      \"label\": \"Café allongé - 4,50 (ced ced)\"\n    },\n    {\n      \"write_number\": 1271,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 21:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:53:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:53:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 21:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Café allongé - 4,50 (ced ced)\"\n    },\n    {\n      \"write_number\": 1271,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-03 21:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:53:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:53:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-03 21:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1272,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.04,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #201\",\n      \"internal_ref\": 201,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 09:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 09:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"04/03 - 3,34 (Passage)\"\n    },\n    {\n      \"write_number\": 1272,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.3,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #201\",\n      \"internal_ref\": 201,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 09:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 09:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"04/03 - 3,34 (Passage)\"\n    },\n    {\n      \"write_number\": 1272,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 3.34,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #201\",\n      \"internal_ref\": 201,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 09:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 09:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1273,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 383.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #304\",\n      \"internal_ref\": 304,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:45:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:45:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600004\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600004\",\n      \"aux_account_label\": \"HT Hébergement (TVA 20.00%)\",\n      \"label\": \"04/03 - 460,00 (Attila Barbetta)\"\n    },\n    {\n      \"write_number\": 1273,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 76.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #304\",\n      \"internal_ref\": 304,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:45:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:45:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"04/03 - 460,00 (Attila Barbetta)\"\n    },\n    {\n      \"write_number\": 1273,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 460,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #304\",\n      \"internal_ref\": 304,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:45:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:45:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Attila Barbetta - factures à établir\",\n      \"label\": \"Client Attila Barbetta - factures à établir\"\n    },\n    {\n      \"write_number\": 1274,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #304\",\n      \"internal_ref\": 304,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700113\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700113\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Menu demi-pension - 50,00 (Attila Barbetta)\"\n    },\n    {\n      \"write_number\": 1274,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #304\",\n      \"internal_ref\": 304,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Menu demi-pension - 50,00 (Attila Barbetta)\"\n    },\n    {\n      \"write_number\": 1274,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #304\",\n      \"internal_ref\": 304,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Attila Barbetta - factures à établir\",\n      \"label\": \"Client Attila Barbetta - factures à établir\"\n    },\n    {\n      \"write_number\": 1275,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 47.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"04/03 - 52,27 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1275,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.75,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"04/03 - 52,27 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1275,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 52.27,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1276,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/03 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1276,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1277,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 21.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #802\",\n      \"internal_ref\": 802,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 09:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 09:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701143\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 10.00%)\",\n      \"label\": \"PDJ - 24,00 (Durand Etienne)\"\n    },\n    {\n      \"write_number\": 1277,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #802\",\n      \"internal_ref\": 802,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 09:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 09:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"PDJ - 24,00 (Durand Etienne)\"\n    },\n    {\n      \"write_number\": 1277,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 24,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #802\",\n      \"internal_ref\": 802,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 09:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 09:49:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Durand Etienne - factures à établir\",\n      \"label\": \"Client Durand Etienne - factures à établir\"\n    },\n    {\n      \"write_number\": 1278,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 112.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"04/03 - 124,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1278,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"04/03 - 124,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1278,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 124,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1279,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/03 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1279,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1280,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"04/03 - 100,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1280,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1281,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/03 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1281,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1282,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #859\",\n      \"internal_ref\": 859,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"04/03 - 100,00 (Dupond Thomas)\"\n    },\n    {\n      \"write_number\": 1282,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #859\",\n      \"internal_ref\": 859,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupond Thomas - factures à établir\",\n      \"label\": \"Client Dupond Thomas - factures à établir\"\n    },\n    {\n      \"write_number\": 1283,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #859\",\n      \"internal_ref\": 859,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"04/03 - 9,00 (Dupond Thomas)\"\n    },\n    {\n      \"write_number\": 1283,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #859\",\n      \"internal_ref\": 859,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:01:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupond Thomas - factures à établir\",\n      \"label\": \"Client Dupond Thomas - factures à établir\"\n    },\n    {\n      \"write_number\": 1284,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #861\",\n      \"internal_ref\": 861,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:43:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:43:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"04/03 - 100,00 (Gus Théo)\"\n    },\n    {\n      \"write_number\": 1284,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #861\",\n      \"internal_ref\": 861,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:43:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:43:45.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Gus Théo - factures à établir\",\n      \"label\": \"Client Gus Théo - factures à établir\"\n    },\n    {\n      \"write_number\": 1285,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 58.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:48:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:48:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700233\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700233\",\n      \"aux_account_label\": \"HT Boisson chaude (TVA 10.00%)\",\n      \"label\": \"Expresso - 64,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1285,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:48:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:48:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Expresso - 64,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1285,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 64,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:48:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:48:30.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1286,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 16.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:49:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:49:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700084\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700084\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Savennières Champ Bourcier Vin blanc - 20,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1286,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:49:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:49:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Savennières Champ Bourcier Vin blanc - 20,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1286,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:49:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:49:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1287,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:51:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:51:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Plateau de fromage - 12,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1287,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:51:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:51:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Plateau de fromage - 12,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1287,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:51:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:51:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1288,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #764\",\n      \"internal_ref\": 764,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 21:23:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 21:23:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701142\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701142\",\n      \"aux_account_label\": \"HT Petit Déjeuner (TVA 5.50%)\",\n      \"label\": \"Bon petit dej - 10,00 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1288,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #764\",\n      \"internal_ref\": 764,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 21:23:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 21:23:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Bon petit dej - 10,00 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1288,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #764\",\n      \"internal_ref\": 764,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 21:23:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 21:23:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bonillo Momo - factures à établir\",\n      \"label\": \"Client Bonillo Momo - factures à établir\"\n    },\n    {\n      \"write_number\": 1289,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #764\",\n      \"internal_ref\": 764,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 21:23:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 21:23:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700993\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Coca-Cola - 4,00 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1289,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #764\",\n      \"internal_ref\": 764,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 21:23:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 21:23:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Coca-Cola - 4,00 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1289,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #764\",\n      \"internal_ref\": 764,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 21:23:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 21:23:40.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bonillo Momo - factures à établir\",\n      \"label\": \"Client Bonillo Momo - factures à établir\"\n    },\n    {\n      \"write_number\": 1290,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #764\",\n      \"internal_ref\": 764,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 21:23:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 21:23:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700233\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700233\",\n      \"aux_account_label\": \"HT Boisson chaude (TVA 10.00%)\",\n      \"label\": \"Café allongé - 4,50 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1290,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #764\",\n      \"internal_ref\": 764,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 21:23:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 21:23:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Café allongé - 4,50 (Bonillo Momo)\"\n    },\n    {\n      \"write_number\": 1290,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #764\",\n      \"internal_ref\": 764,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 21:23:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 21:23:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bonillo Momo - factures à établir\",\n      \"label\": \"Client Bonillo Momo - factures à établir\"\n    },\n    {\n      \"write_number\": 1291,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #909\",\n      \"internal_ref\": 909,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 08:30:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 08:30:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600294\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600294\",\n      \"aux_account_label\": \"HT Séminaire (TVA 20.00%)\",\n      \"label\": \"Salle de l'Abbaye / Salle séminaire du 04/03/2026 08:00 - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1291,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #909\",\n      \"internal_ref\": 909,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 08:30:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 08:30:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Salle de l'Abbaye / Salle séminaire du 04/03/2026 08:00 - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1291,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #909\",\n      \"internal_ref\": 909,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 08:30:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 08:30:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1292,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 34.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #909\",\n      \"internal_ref\": 909,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 08:58:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 08:58:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700113\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700113\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Pause matin séminaire - 37,50 (Passage)\"\n    },\n    {\n      \"write_number\": 1292,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #909\",\n      \"internal_ref\": 909,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 08:58:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 08:58:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pause matin séminaire - 37,50 (Passage)\"\n    },\n    {\n      \"write_number\": 1292,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 37.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #909\",\n      \"internal_ref\": 909,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 08:58:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 08:58:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1293,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 34.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #909\",\n      \"internal_ref\": 909,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 08:58:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 08:58:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Déjeuner - 37,50 (Passage)\"\n    },\n    {\n      \"write_number\": 1293,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #909\",\n      \"internal_ref\": 909,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 08:58:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 08:58:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Déjeuner - 37,50 (Passage)\"\n    },\n    {\n      \"write_number\": 1293,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 37.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #909\",\n      \"internal_ref\": 909,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 08:58:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 08:58:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1294,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 09:27:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 29.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #852\",\n      \"internal_ref\": 852,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 09:27:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 09:27:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 09:27:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700014\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Location de sale séminaire - 35,00 (zizou)\"\n    },\n    {\n      \"write_number\": 1294,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 09:27:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #852\",\n      \"internal_ref\": 852,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 09:27:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 09:27:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 09:27:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Location de sale séminaire - 35,00 (zizou)\"\n    },\n    {\n      \"write_number\": 1294,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 09:27:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 35,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #852\",\n      \"internal_ref\": 852,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 09:27:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 09:27:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 09:27:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000Z\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000Z\",\n      \"aux_account_label\": \"Client zizou - factures à établir\",\n      \"label\": \"Client zizou - factures à établir\"\n    },\n    {\n      \"write_number\": 1295,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100081\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100081\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 0.00%)\",\n      \"label\": \"Article modifié - 11,50 (ced ced)\"\n    },\n    {\n      \"write_number\": 1295,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 11.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1296,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100204\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse verte - 24,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1296,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse verte - 24,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1296,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 24,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1297,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100263\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Rillettes - 10,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1297,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Rillettes - 10,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1297,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1298,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100204\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse jaune - 13,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1298,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse jaune - 13,00 (ced ced)\"\n    },\n    {\n      \"write_number\": 1298,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 11:37:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1299,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 11:37:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:37:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:37:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 11:37:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 1 boule - 2,50 (ced ced)\"\n    },\n    {\n      \"write_number\": 1299,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 11:37:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:37:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:37:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 11:37:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 1 boule - 2,50 (ced ced)\"\n    },\n    {\n      \"write_number\": 1299,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-04 11:37:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #875\",\n      \"internal_ref\": 875,\n      \"accounting_date\": {\n        \"date\": \"2026-03-04 11:37:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-04 11:37:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-04 11:37:47.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client ced ced - factures à établir\",\n      \"label\": \"Client ced ced - factures à établir\"\n    },\n    {\n      \"write_number\": 1300,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.03,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #201\",\n      \"internal_ref\": 201,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 09:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 09:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"05/03 - 3,33 (Passage)\"\n    },\n    {\n      \"write_number\": 1300,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.3,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #201\",\n      \"internal_ref\": 201,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 09:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 09:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"05/03 - 3,33 (Passage)\"\n    },\n    {\n      \"write_number\": 1300,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 3.33,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #201\",\n      \"internal_ref\": 201,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 09:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 09:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1301,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 383.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #304\",\n      \"internal_ref\": 304,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:45:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:45:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600004\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600004\",\n      \"aux_account_label\": \"HT Hébergement (TVA 20.00%)\",\n      \"label\": \"05/03 - 460,00 (Attila Barbetta)\"\n    },\n    {\n      \"write_number\": 1301,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 76.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #304\",\n      \"internal_ref\": 304,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:45:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:45:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"05/03 - 460,00 (Attila Barbetta)\"\n    },\n    {\n      \"write_number\": 1301,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 460,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #304\",\n      \"internal_ref\": 304,\n      \"accounting_date\": {\n        \"date\": \"2026-02-04 20:45:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-04 20:45:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Attila Barbetta - factures à établir\",\n      \"label\": \"Client Attila Barbetta - factures à établir\"\n    },\n    {\n      \"write_number\": 1302,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #304\",\n      \"internal_ref\": 304,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700113\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700113\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Menu demi-pension - 50,00 (Attila Barbetta)\"\n    },\n    {\n      \"write_number\": 1302,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #304\",\n      \"internal_ref\": 304,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Menu demi-pension - 50,00 (Attila Barbetta)\"\n    },\n    {\n      \"write_number\": 1302,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #304\",\n      \"internal_ref\": 304,\n      \"accounting_date\": {\n        \"date\": \"2026-02-05 14:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-05 14:35:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Attila Barbetta - factures à établir\",\n      \"label\": \"Client Attila Barbetta - factures à établir\"\n    },\n    {\n      \"write_number\": 1303,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 47.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"05/03 - 52,27 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1303,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.75,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"05/03 - 52,27 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1303,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 52.27,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1304,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"05/03 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1304,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #659\",\n      \"internal_ref\": 659,\n      \"accounting_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-20 01:01:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1305,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 112.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"05/03 - 124,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1305,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"05/03 - 124,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1305,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 124,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1306,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"05/03 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1306,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #813\",\n      \"internal_ref\": 813,\n      \"accounting_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-28 11:49:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1307,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"05/03 - 100,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1307,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1308,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"05/03 - 9,00 (Aurelien Vionnet)\"\n    },\n    {\n      \"write_number\": 1308,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #828\",\n      \"internal_ref\": 828,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 18:21:07.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Aurelien Vionnet - factures à établir\",\n      \"label\": \"Client Aurelien Vionnet - factures à établir\"\n    },\n    {\n      \"write_number\": 1309,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #861\",\n      \"internal_ref\": 861,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"05/03 - 100,00 (Gus Théo)\"\n    },\n    {\n      \"write_number\": 1309,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #861\",\n      \"internal_ref\": 861,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Gus Théo - factures à établir\",\n      \"label\": \"Client Gus Théo - factures à établir\"\n    },\n    {\n      \"write_number\": 1310,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 71.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #882\",\n      \"internal_ref\": 882,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 16:02:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 16:02:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"05/03 - 79,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 1310,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #882\",\n      \"internal_ref\": 882,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 16:02:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 16:02:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"05/03 - 79,00 (test Aless)\"\n    },\n    {\n      \"write_number\": 1310,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 79,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #882\",\n      \"internal_ref\": 882,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 16:02:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 16:02:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client test Aless - factures à établir\",\n      \"label\": \"Client test Aless - factures à établir\"\n    },\n    {\n      \"write_number\": 1311,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 22.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #882\",\n      \"internal_ref\": 882,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 16:02:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 16:02:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"05/03 - 22,50 (test Aless)\"\n    },\n    {\n      \"write_number\": 1311,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 22.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #882\",\n      \"internal_ref\": 882,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 16:02:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 16:02:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client test Aless - factures à établir\",\n      \"label\": \"Client test Aless - factures à établir\"\n    },\n    {\n      \"write_number\": 1312,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 10:20:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 29.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #924\",\n      \"internal_ref\": 924,\n      \"accounting_date\": {\n        \"date\": \"2026-03-05 10:20:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-05 10:20:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 10:20:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700014\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Location de sale séminaire - 35,00 (Banana Acida)\"\n    },\n    {\n      \"write_number\": 1312,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 10:20:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #924\",\n      \"internal_ref\": 924,\n      \"accounting_date\": {\n        \"date\": \"2026-03-05 10:20:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-05 10:20:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 10:20:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Location de sale séminaire - 35,00 (Banana Acida)\"\n    },\n    {\n      \"write_number\": 1312,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 10:20:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 35,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #924\",\n      \"internal_ref\": 924,\n      \"accounting_date\": {\n        \"date\": \"2026-03-05 10:20:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-05 10:20:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 10:20:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Banana Acida - factures à établir\",\n      \"label\": \"Client Banana Acida - factures à établir\"\n    },\n    {\n      \"write_number\": 1313,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 19:26:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #939\",\n      \"internal_ref\": 939,\n      \"accounting_date\": {\n        \"date\": \"2026-03-05 19:26:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-05 19:26:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 19:26:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Tiramisu - 9,50 ()\"\n    },\n    {\n      \"write_number\": 1313,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 19:26:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #939\",\n      \"internal_ref\": 939,\n      \"accounting_date\": {\n        \"date\": \"2026-03-05 19:26:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-05 19:26:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 19:26:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tiramisu - 9,50 ()\"\n    },\n    {\n      \"write_number\": 1313,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 19:26:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #939\",\n      \"internal_ref\": 939,\n      \"accounting_date\": {\n        \"date\": \"2026-03-05 19:26:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-05 19:26:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 19:26:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1314,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 19:26:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #939\",\n      \"internal_ref\": 939,\n      \"accounting_date\": {\n        \"date\": \"2026-03-05 19:26:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-05 19:26:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 19:26:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700204\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse jaune - 13,00 ()\"\n    },\n    {\n      \"write_number\": 1314,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 19:26:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #939\",\n      \"internal_ref\": 939,\n      \"accounting_date\": {\n        \"date\": \"2026-03-05 19:26:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-05 19:26:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 19:26:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse jaune - 13,00 ()\"\n    },\n    {\n      \"write_number\": 1314,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-05 19:26:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #939\",\n      \"internal_ref\": 939,\n      \"accounting_date\": {\n        \"date\": \"2026-03-05 19:26:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-05 19:26:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-05 19:26:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1315,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.03,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #201\",\n      \"internal_ref\": 201,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 09:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 09:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"06/03 - 3,33 (Passage)\"\n    },\n    {\n      \"write_number\": 1315,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.3,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #201\",\n      \"internal_ref\": 201,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 09:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 09:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"06/03 - 3,33 (Passage)\"\n    },\n    {\n      \"write_number\": 1315,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 3.33,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #201\",\n      \"internal_ref\": 201,\n      \"accounting_date\": {\n        \"date\": \"2026-02-02 09:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-02 09:38:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1316,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #861\",\n      \"internal_ref\": 861,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"06/03 - 100,00 (Gus Théo)\"\n    },\n    {\n      \"write_number\": 1316,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #861\",\n      \"internal_ref\": 861,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Gus Théo - factures à établir\",\n      \"label\": \"Client Gus Théo - factures à établir\"\n    },\n    {\n      \"write_number\": 1317,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #985\",\n      \"internal_ref\": 985,\n      \"accounting_date\": {\n        \"date\": \"2026-03-09 15:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-09 15:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"06/03 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1317,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #985\",\n      \"internal_ref\": 985,\n      \"accounting_date\": {\n        \"date\": \"2026-03-09 15:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-09 15:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1318,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #985\",\n      \"internal_ref\": 985,\n      \"accounting_date\": {\n        \"date\": \"2026-03-09 15:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-09 15:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"06/03 - 4,50 (Passage)\"\n    },\n    {\n      \"write_number\": 1318,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #985\",\n      \"internal_ref\": 985,\n      \"accounting_date\": {\n        \"date\": \"2026-03-09 15:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-09 15:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1319,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 14:10:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 14.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #944\",\n      \"internal_ref\": 944,\n      \"accounting_date\": {\n        \"date\": \"2026-03-06 14:11:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-06 14:11:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 14:10:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100323\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 16,00 ()\"\n    },\n    {\n      \"write_number\": 1319,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 14:10:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #944\",\n      \"internal_ref\": 944,\n      \"accounting_date\": {\n        \"date\": \"2026-03-06 14:11:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-06 14:11:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 14:10:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 16,00 ()\"\n    },\n    {\n      \"write_number\": 1319,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 14:10:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 16,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #944\",\n      \"internal_ref\": 944,\n      \"accounting_date\": {\n        \"date\": \"2026-03-06 14:11:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-06 14:11:05.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 14:10:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1320,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 16:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 58.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #921\",\n      \"internal_ref\": 921,\n      \"accounting_date\": {\n        \"date\": \"2026-03-05 08:59:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-05 08:59:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 16:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 1 / Spa du 06/03/2026 16:20 - 70,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 1320,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 16:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #921\",\n      \"internal_ref\": 921,\n      \"accounting_date\": {\n        \"date\": \"2026-03-05 08:59:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-05 08:59:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 16:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 1 / Spa du 06/03/2026 16:20 - 70,00 (Bezon Jeremy)\"\n    },\n    {\n      \"write_number\": 1320,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 16:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 70,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #921\",\n      \"internal_ref\": 921,\n      \"accounting_date\": {\n        \"date\": \"2026-03-05 08:59:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-05 08:59:35.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 16:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon Jeremy - factures à établir\",\n      \"label\": \"Client Bezon Jeremy - factures à établir\"\n    },\n    {\n      \"write_number\": 1321,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 17:57:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #955\",\n      \"internal_ref\": 955,\n      \"accounting_date\": {\n        \"date\": \"2026-03-06 17:57:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-06 17:57:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 17:57:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Tiramisu - 9,50 ()\"\n    },\n    {\n      \"write_number\": 1321,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 17:57:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #955\",\n      \"internal_ref\": 955,\n      \"accounting_date\": {\n        \"date\": \"2026-03-06 17:57:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-06 17:57:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 17:57:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tiramisu - 9,50 ()\"\n    },\n    {\n      \"write_number\": 1321,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 17:57:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #955\",\n      \"internal_ref\": 955,\n      \"accounting_date\": {\n        \"date\": \"2026-03-06 17:57:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-06 17:57:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 17:57:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1322,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 17:57:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #955\",\n      \"internal_ref\": 955,\n      \"accounting_date\": {\n        \"date\": \"2026-03-06 17:57:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-06 17:57:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 17:57:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700204\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse jaune - 13,00 ()\"\n    },\n    {\n      \"write_number\": 1322,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 17:57:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #955\",\n      \"internal_ref\": 955,\n      \"accounting_date\": {\n        \"date\": \"2026-03-06 17:57:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-06 17:57:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 17:57:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse jaune - 13,00 ()\"\n    },\n    {\n      \"write_number\": 1322,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-06 17:57:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #955\",\n      \"internal_ref\": 955,\n      \"accounting_date\": {\n        \"date\": \"2026-03-06 17:57:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-06 17:57:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-06 17:57:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1323,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 145.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #754\",\n      \"internal_ref\": 754,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 02:45:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 02:45:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"07/03 - 160,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1323,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 14.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #754\",\n      \"internal_ref\": 754,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 02:45:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 02:45:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"07/03 - 160,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1323,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 160,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #754\",\n      \"internal_ref\": 754,\n      \"accounting_date\": {\n        \"date\": \"2026-02-26 02:45:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-26 02:45:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client durand  paul - factures à établir\",\n      \"label\": \"Client durand  paul - factures à établir\"\n    },\n    {\n      \"write_number\": 1324,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #861\",\n      \"internal_ref\": 861,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"07/03 - 100,00 (Gus Théo)\"\n    },\n    {\n      \"write_number\": 1324,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #861\",\n      \"internal_ref\": 861,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Gus Théo - factures à établir\",\n      \"label\": \"Client Gus Théo - factures à établir\"\n    },\n    {\n      \"write_number\": 1325,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #947\",\n      \"internal_ref\": 947,\n      \"accounting_date\": {\n        \"date\": \"2026-03-06 15:19:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-06 15:19:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"07/03 - 100,00 (Dupond Pierre)\"\n    },\n    {\n      \"write_number\": 1325,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #947\",\n      \"internal_ref\": 947,\n      \"accounting_date\": {\n        \"date\": \"2026-03-06 15:19:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-06 15:19:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupond Pierre - factures à établir\",\n      \"label\": \"Client Dupond Pierre - factures à établir\"\n    },\n    {\n      \"write_number\": 1326,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #985\",\n      \"internal_ref\": 985,\n      \"accounting_date\": {\n        \"date\": \"2026-03-09 15:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-09 15:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"07/03 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1326,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #985\",\n      \"internal_ref\": 985,\n      \"accounting_date\": {\n        \"date\": \"2026-03-09 15:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-09 15:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1327,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #985\",\n      \"internal_ref\": 985,\n      \"accounting_date\": {\n        \"date\": \"2026-03-09 15:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-09 15:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"07/03 - 4,50 (Passage)\"\n    },\n    {\n      \"write_number\": 1327,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #985\",\n      \"internal_ref\": 985,\n      \"accounting_date\": {\n        \"date\": \"2026-03-09 15:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-09 15:51:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1328,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 16:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 16.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #861\",\n      \"internal_ref\": 861,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 21:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 21:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 16:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600944\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600944\",\n      \"aux_account_label\": \"HT Sport (TVA 20.00%)\",\n      \"label\": \"Parking 2 / Parking du 07/03/2026 16:00 - 20,00 (Gus Théo)\"\n    },\n    {\n      \"write_number\": 1328,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 16:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #861\",\n      \"internal_ref\": 861,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 21:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 21:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 16:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Parking 2 / Parking du 07/03/2026 16:00 - 20,00 (Gus Théo)\"\n    },\n    {\n      \"write_number\": 1328,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 16:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #861\",\n      \"internal_ref\": 861,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 21:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 21:00:49.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 16:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Gus Théo - factures à établir\",\n      \"label\": \"Client Gus Théo - factures à établir\"\n    },\n    {\n      \"write_number\": 1329,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:29:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #773\",\n      \"internal_ref\": 773,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:29:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:29:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:29:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 1 boule - 2,50 (Pinel émilie)\"\n    },\n    {\n      \"write_number\": 1329,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:29:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #773\",\n      \"internal_ref\": 773,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:29:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:29:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:29:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 1 boule - 2,50 (Pinel émilie)\"\n    },\n    {\n      \"write_number\": 1329,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:29:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #773\",\n      \"internal_ref\": 773,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:29:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:29:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:29:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Pinel émilie - factures à établir\",\n      \"label\": \"Client Pinel émilie - factures à établir\"\n    },\n    {\n      \"write_number\": 1330,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:29:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #773\",\n      \"internal_ref\": 773,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:29:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:29:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:29:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700323\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 (Pinel émilie)\"\n    },\n    {\n      \"write_number\": 1330,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:29:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #773\",\n      \"internal_ref\": 773,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:29:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:29:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:29:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 (Pinel émilie)\"\n    },\n    {\n      \"write_number\": 1330,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:29:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #773\",\n      \"internal_ref\": 773,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:29:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:29:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:29:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Pinel émilie - factures à établir\",\n      \"label\": \"Client Pinel émilie - factures à établir\"\n    },\n    {\n      \"write_number\": 1331,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:38:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #960\",\n      \"internal_ref\": 960,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:38:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:38:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:38:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700323\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 1331,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:38:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #960\",\n      \"internal_ref\": 960,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:38:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:38:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:38:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 1331,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:38:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #960\",\n      \"internal_ref\": 960,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:38:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:38:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:38:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1332,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:38:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 6.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #960\",\n      \"internal_ref\": 960,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:38:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:38:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:38:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700323\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Macaron géant - 7,50 ()\"\n    },\n    {\n      \"write_number\": 1332,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:38:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.68,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #960\",\n      \"internal_ref\": 960,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:38:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:38:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:38:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Macaron géant - 7,50 ()\"\n    },\n    {\n      \"write_number\": 1332,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:38:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 7.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #960\",\n      \"internal_ref\": 960,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:38:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:38:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:38:28.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1333,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:39:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #961\",\n      \"internal_ref\": 961,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:39:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:39:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:39:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 1 boule - 2,50 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 1333,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:39:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #961\",\n      \"internal_ref\": 961,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:39:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:39:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:39:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 1 boule - 2,50 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 1333,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:39:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #961\",\n      \"internal_ref\": 961,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:39:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:39:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:39:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 1334,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:39:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #961\",\n      \"internal_ref\": 961,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:39:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:39:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:39:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700323\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 1334,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:39:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #961\",\n      \"internal_ref\": 961,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:39:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:39:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:39:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 (DUMOUCHEL Alice)\"\n    },\n    {\n      \"write_number\": 1334,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:39:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #961\",\n      \"internal_ref\": 961,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:39:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:39:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:39:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client DUMOUCHEL Alice - factures à établir\",\n      \"label\": \"Client DUMOUCHEL Alice - factures à établir\"\n    },\n    {\n      \"write_number\": 1335,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:47:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #553\",\n      \"internal_ref\": 553,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:47:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:47:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:47:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Tiramisu - 9,50 (Gorchon Jeanne)\"\n    },\n    {\n      \"write_number\": 1335,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:47:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #553\",\n      \"internal_ref\": 553,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:47:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:47:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:47:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tiramisu - 9,50 (Gorchon Jeanne)\"\n    },\n    {\n      \"write_number\": 1335,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:47:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #553\",\n      \"internal_ref\": 553,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:47:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:47:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:47:25.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Gorchon Jeanne - factures à établir\",\n      \"label\": \"Client Gorchon Jeanne - factures à établir\"\n    },\n    {\n      \"write_number\": 1336,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:47:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #553\",\n      \"internal_ref\": 553,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:47:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:47:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:47:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 1 boule - 2,50 (Gorchon Jeanne)\"\n    },\n    {\n      \"write_number\": 1336,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:47:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #553\",\n      \"internal_ref\": 553,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:47:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:47:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:47:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 1 boule - 2,50 (Gorchon Jeanne)\"\n    },\n    {\n      \"write_number\": 1336,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-07 20:47:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #553\",\n      \"internal_ref\": 553,\n      \"accounting_date\": {\n        \"date\": \"2026-03-07 20:47:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-07 20:47:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-07 20:47:32.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Gorchon Jeanne - factures à établir\",\n      \"label\": \"Client Gorchon Jeanne - factures à établir\"\n    },\n    {\n      \"write_number\": 1337,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #861\",\n      \"internal_ref\": 861,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"08/03 - 100,00 (Gus Théo)\"\n    },\n    {\n      \"write_number\": 1337,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #861\",\n      \"internal_ref\": 861,\n      \"accounting_date\": {\n        \"date\": \"2026-03-02 11:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-02 11:43:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Gus Théo - factures à établir\",\n      \"label\": \"Client Gus Théo - factures à établir\"\n    },\n    {\n      \"write_number\": 1338,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 145.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #754\",\n      \"internal_ref\": 754,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"08/03 - 160,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1338,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 14.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #754\",\n      \"internal_ref\": 754,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"08/03 - 160,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1338,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 160,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #754\",\n      \"internal_ref\": 754,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client durand  paul - factures à établir\",\n      \"label\": \"Client durand  paul - factures à établir\"\n    },\n    {\n      \"write_number\": 1339,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #934\",\n      \"internal_ref\": 934,\n      \"accounting_date\": {\n        \"date\": \"2026-03-05 16:51:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-05 16:51:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"08/03 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1339,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #934\",\n      \"internal_ref\": 934,\n      \"accounting_date\": {\n        \"date\": \"2026-03-05 16:51:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-05 16:51:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1340,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #935\",\n      \"internal_ref\": 935,\n      \"accounting_date\": {\n        \"date\": \"2026-03-05 16:52:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-05 16:52:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"08/03 - 100,00 (Guennoun Samuel)\"\n    },\n    {\n      \"write_number\": 1340,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #935\",\n      \"internal_ref\": 935,\n      \"accounting_date\": {\n        \"date\": \"2026-03-05 16:52:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-05 16:52:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Guennoun Samuel - factures à établir\",\n      \"label\": \"Client Guennoun Samuel - factures à établir\"\n    },\n    {\n      \"write_number\": 1341,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #947\",\n      \"internal_ref\": 947,\n      \"accounting_date\": {\n        \"date\": \"2026-03-06 15:19:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-06 15:19:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"08/03 - 100,00 (Dupond Pierre)\"\n    },\n    {\n      \"write_number\": 1341,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #947\",\n      \"internal_ref\": 947,\n      \"accounting_date\": {\n        \"date\": \"2026-03-06 15:19:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-06 15:19:43.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-08 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dupond Pierre - factures à établir\",\n      \"label\": \"Client Dupond Pierre - factures à établir\"\n    },\n    {\n      \"write_number\": 1342,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 72.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #817\",\n      \"internal_ref\": 817,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 12:58:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 12:58:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"09/03 - 80,00 (alice moulaka)\"\n    },\n    {\n      \"write_number\": 1342,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #817\",\n      \"internal_ref\": 817,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 12:58:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 12:58:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"09/03 - 80,00 (alice moulaka)\"\n    },\n    {\n      \"write_number\": 1342,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 80,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #817\",\n      \"internal_ref\": 817,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 12:58:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 12:58:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client alice moulaka - factures à établir\",\n      \"label\": \"Client alice moulaka - factures à établir\"\n    },\n    {\n      \"write_number\": 1343,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 145.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #754\",\n      \"internal_ref\": 754,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"09/03 - 160,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1343,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 14.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #754\",\n      \"internal_ref\": 754,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"09/03 - 160,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1343,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 160,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #754\",\n      \"internal_ref\": 754,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client durand  paul - factures à établir\",\n      \"label\": \"Client durand  paul - factures à établir\"\n    },\n    {\n      \"write_number\": 1344,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #986\",\n      \"internal_ref\": 986,\n      \"accounting_date\": {\n        \"date\": \"2026-03-09 16:03:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-09 16:03:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"09/03 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1344,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #986\",\n      \"internal_ref\": 986,\n      \"accounting_date\": {\n        \"date\": \"2026-03-09 16:03:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-09 16:03:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1345,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #986\",\n      \"internal_ref\": 986,\n      \"accounting_date\": {\n        \"date\": \"2026-03-09 16:03:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-09 16:03:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"09/03 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1345,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #986\",\n      \"internal_ref\": 986,\n      \"accounting_date\": {\n        \"date\": \"2026-03-09 16:03:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-09 16:03:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1346,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #987\",\n      \"internal_ref\": 987,\n      \"accounting_date\": {\n        \"date\": \"2026-03-09 16:16:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-09 16:16:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"09/03 - 100,00 (Dubois)\"\n    },\n    {\n      \"write_number\": 1346,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #987\",\n      \"internal_ref\": 987,\n      \"accounting_date\": {\n        \"date\": \"2026-03-09 16:16:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-09 16:16:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dubois - factures à établir\",\n      \"label\": \"Client Dubois - factures à établir\"\n    },\n    {\n      \"write_number\": 1347,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #987\",\n      \"internal_ref\": 987,\n      \"accounting_date\": {\n        \"date\": \"2026-03-09 16:16:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-09 16:16:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"09/03 - 9,00 (Dubois)\"\n    },\n    {\n      \"write_number\": 1347,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #987\",\n      \"internal_ref\": 987,\n      \"accounting_date\": {\n        \"date\": \"2026-03-09 16:16:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-09 16:16:53.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Dubois - factures à établir\",\n      \"label\": \"Client Dubois - factures à établir\"\n    },\n    {\n      \"write_number\": 1348,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1015\",\n      \"internal_ref\": 1015,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 16:49:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 16:49:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"09/03 - 4,50 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 1348,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1015\",\n      \"internal_ref\": 1015,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 16:49:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 16:49:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alicia Louise Dorget - factures à établir\",\n      \"label\": \"Client Alicia Louise Dorget - factures à établir\"\n    },\n    {\n      \"write_number\": 1349,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1015\",\n      \"internal_ref\": 1015,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 16:49:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 16:49:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"09/03 - 4,50 (Alicia Louise Dorget)\"\n    },\n    {\n      \"write_number\": 1349,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1015\",\n      \"internal_ref\": 1015,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 16:49:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 16:49:09.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-09 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client Alicia Louise Dorget - factures à établir\",\n      \"label\": \"Client Alicia Louise Dorget - factures à établir\"\n    },\n    {\n      \"write_number\": 1350,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 58.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #817\",\n      \"internal_ref\": 817,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 12:58:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 12:58:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700233\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700233\",\n      \"aux_account_label\": \"HT Boisson chaude (TVA 10.00%)\",\n      \"label\": \"Expresso - 64,00 (alice moulaka)\"\n    },\n    {\n      \"write_number\": 1350,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #817\",\n      \"internal_ref\": 817,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 12:58:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 12:58:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Expresso - 64,00 (alice moulaka)\"\n    },\n    {\n      \"write_number\": 1350,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 64,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #817\",\n      \"internal_ref\": 817,\n      \"accounting_date\": {\n        \"date\": \"2026-02-27 12:58:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-02-27 12:58:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client alice moulaka - factures à établir\",\n      \"label\": \"Client alice moulaka - factures à établir\"\n    },\n    {\n      \"write_number\": 1351,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 58.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #754\",\n      \"internal_ref\": 754,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700233\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700233\",\n      \"aux_account_label\": \"HT Boisson chaude (TVA 10.00%)\",\n      \"label\": \"Expresso - 64,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1351,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #754\",\n      \"internal_ref\": 754,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Expresso - 64,00 (durand  paul)\"\n    },\n    {\n      \"write_number\": 1351,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 64,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #754\",\n      \"internal_ref\": 754,\n      \"accounting_date\": {\n        \"date\": \"2026-03-03 09:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-03 09:45:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client durand  paul - factures à établir\",\n      \"label\": \"Client durand  paul - factures à établir\"\n    },\n    {\n      \"write_number\": 1352,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 41.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #817\",\n      \"internal_ref\": 817,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 10:33:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 10:33:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700014\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Green-Fee 18 trous - 50,00 (alice moulaka)\"\n    },\n    {\n      \"write_number\": 1352,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #817\",\n      \"internal_ref\": 817,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 10:33:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 10:33:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Green-Fee 18 trous - 50,00 (alice moulaka)\"\n    },\n    {\n      \"write_number\": 1352,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #817\",\n      \"internal_ref\": 817,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 10:33:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 10:33:36.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000A\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000A\",\n      \"aux_account_label\": \"Client alice moulaka - factures à établir\",\n      \"label\": \"Client alice moulaka - factures à établir\"\n    },\n    {\n      \"write_number\": 1353,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1016\",\n      \"internal_ref\": 1016,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 18:20:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 18:20:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"10/03 - 100,00 (laporte christophe)\"\n    },\n    {\n      \"write_number\": 1353,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1016\",\n      \"internal_ref\": 1016,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 18:20:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 18:20:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000L\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000L\",\n      \"aux_account_label\": \"Client laporte christophe - factures à établir\",\n      \"label\": \"Client laporte christophe - factures à établir\"\n    },\n    {\n      \"write_number\": 1354,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1016\",\n      \"internal_ref\": 1016,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 18:20:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 18:20:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"10/03 - 4,50 (laporte christophe)\"\n    },\n    {\n      \"write_number\": 1354,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1016\",\n      \"internal_ref\": 1016,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 18:20:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 18:20:37.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000L\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000L\",\n      \"aux_account_label\": \"Client laporte christophe - factures à établir\",\n      \"label\": \"Client laporte christophe - factures à établir\"\n    },\n    {\n      \"write_number\": 1355,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1045\",\n      \"internal_ref\": 1045,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 16:27:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 16:27:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"10/03 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1355,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1045\",\n      \"internal_ref\": 1045,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 16:27:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 16:27:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1356,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1045\",\n      \"internal_ref\": 1045,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 16:27:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 16:27:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"10/03 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1356,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1045\",\n      \"internal_ref\": 1045,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 16:27:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 16:27:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1357,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1045\",\n      \"internal_ref\": 1045,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 16:27:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 16:27:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"10/03 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1357,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1045\",\n      \"internal_ref\": 1045,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 16:27:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 16:27:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1358,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1045\",\n      \"internal_ref\": 1045,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 16:27:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 16:27:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"10/03 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1358,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1045\",\n      \"internal_ref\": 1045,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 16:27:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 16:27:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1359,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1046\",\n      \"internal_ref\": 1046,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 16:28:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 16:28:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"10/03 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1359,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1046\",\n      \"internal_ref\": 1046,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 16:28:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 16:28:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1360,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1046\",\n      \"internal_ref\": 1046,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 16:28:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 16:28:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600001\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600001\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"10/03 - 100,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1360,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 100,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1046\",\n      \"internal_ref\": 1046,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 16:28:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 16:28:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1361,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1046\",\n      \"internal_ref\": 1046,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 16:28:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 16:28:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"10/03 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1361,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1046\",\n      \"internal_ref\": 1046,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 16:28:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 16:28:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1362,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1046\",\n      \"internal_ref\": 1046,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 16:28:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 16:28:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"10/03 - 9,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1362,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1046\",\n      \"internal_ref\": 1046,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 16:28:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 16:28:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1363,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 14:31:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1010\",\n      \"internal_ref\": 1010,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 14:31:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 14:31:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 14:31:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Crème brûlée - 8,50 ()\"\n    },\n    {\n      \"write_number\": 1363,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 14:31:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1010\",\n      \"internal_ref\": 1010,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 14:31:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 14:31:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 14:31:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Crème brûlée - 8,50 ()\"\n    },\n    {\n      \"write_number\": 1363,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 14:31:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1010\",\n      \"internal_ref\": 1010,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 14:31:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 14:31:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 14:31:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1364,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 14:31:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1010\",\n      \"internal_ref\": 1010,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 14:31:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 14:31:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 14:31:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100171\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100171\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 0.00%)\",\n      \"label\": \"Article modifié - 11,50 ()\"\n    },\n    {\n      \"write_number\": 1364,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 14:31:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 11.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1010\",\n      \"internal_ref\": 1010,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 14:31:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 14:31:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 14:31:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1365,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1011\",\n      \"internal_ref\": 1011,\n      \"accounting_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100953\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100953\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Curry de volaille - 15,00 ()\"\n    },\n    {\n      \"write_number\": 1365,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1011\",\n      \"internal_ref\": 1011,\n      \"accounting_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Curry de volaille - 15,00 ()\"\n    },\n    {\n      \"write_number\": 1365,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1011\",\n      \"internal_ref\": 1011,\n      \"accounting_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1366,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 20.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1011\",\n      \"internal_ref\": 1011,\n      \"accounting_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100954\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100954\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Amatriciana - 25,00 ()\"\n    },\n    {\n      \"write_number\": 1366,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1011\",\n      \"internal_ref\": 1011,\n      \"accounting_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Amatriciana - 25,00 ()\"\n    },\n    {\n      \"write_number\": 1366,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 25,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1011\",\n      \"internal_ref\": 1011,\n      \"accounting_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1367,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13.64,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1011\",\n      \"internal_ref\": 1011,\n      \"accounting_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100953\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100953\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Curry de volaille - -15,00 ()\"\n    },\n    {\n      \"write_number\": 1367,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 1.36,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1011\",\n      \"internal_ref\": 1011,\n      \"accounting_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Curry de volaille - -15,00 ()\"\n    },\n    {\n      \"write_number\": 1367,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 15,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1011\",\n      \"internal_ref\": 1011,\n      \"accounting_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1368,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20.83,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1011\",\n      \"internal_ref\": 1011,\n      \"accounting_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100954\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100954\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Amatriciana - -25,00 ()\"\n    },\n    {\n      \"write_number\": 1368,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.17,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1011\",\n      \"internal_ref\": 1011,\n      \"accounting_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Amatriciana - -25,00 ()\"\n    },\n    {\n      \"write_number\": 1368,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 25,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1011\",\n      \"internal_ref\": 1011,\n      \"accounting_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-18 11:53:39.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 14:59:44.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1369,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.58,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1013\",\n      \"internal_ref\": 1013,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100144\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100144\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Article modifié - 11,50 (SALIM BACAR   GROUP DVLP)\"\n    },\n    {\n      \"write_number\": 1369,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.92,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1013\",\n      \"internal_ref\": 1013,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Article modifié - 11,50 (SALIM BACAR   GROUP DVLP)\"\n    },\n    {\n      \"write_number\": 1369,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 11.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1013\",\n      \"internal_ref\": 1013,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000S\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000S\",\n      \"aux_account_label\": \"Client SALIM BACAR   GROUP DVLP - factures à établir\",\n      \"label\": \"Client SALIM BACAR   GROUP DVLP - factures à établir\"\n    },\n    {\n      \"write_number\": 1370,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1013\",\n      \"internal_ref\": 1013,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100204\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse verte - 12,00 (SALIM BACAR   GROUP DVLP)\"\n    },\n    {\n      \"write_number\": 1370,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1013\",\n      \"internal_ref\": 1013,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse verte - 12,00 (SALIM BACAR   GROUP DVLP)\"\n    },\n    {\n      \"write_number\": 1370,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1013\",\n      \"internal_ref\": 1013,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000S\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000S\",\n      \"aux_account_label\": \"Client SALIM BACAR   GROUP DVLP - factures à établir\",\n      \"label\": \"Client SALIM BACAR   GROUP DVLP - factures à établir\"\n    },\n    {\n      \"write_number\": 1371,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 11.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1013\",\n      \"internal_ref\": 1013,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100571\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100571\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 0.00%)\",\n      \"label\": \"Article modifié - 11,50 (SALIM BACAR   GROUP DVLP)\"\n    },\n    {\n      \"write_number\": 1371,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 11.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1013\",\n      \"internal_ref\": 1013,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 15:56:57.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000S\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000S\",\n      \"aux_account_label\": \"Client SALIM BACAR   GROUP DVLP - factures à établir\",\n      \"label\": \"Client SALIM BACAR   GROUP DVLP - factures à établir\"\n    },\n    {\n      \"write_number\": 1372,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 18:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 291.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1001\",\n      \"internal_ref\": 1001,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 10:43:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 10:43:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 18:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 2 / Spa du 10/03/2026 18:00 - 350,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1372,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 18:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 58.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1001\",\n      \"internal_ref\": 1001,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 10:43:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 10:43:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 18:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 2 / Spa du 10/03/2026 18:00 - 350,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1372,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-10 18:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 350,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1001\",\n      \"internal_ref\": 1001,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 10:43:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 10:43:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-10 18:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1373,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1000\",\n      \"internal_ref\": 1000,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 10:42:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 10:42:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600294\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600294\",\n      \"aux_account_label\": \"HT Séminaire (TVA 20.00%)\",\n      \"label\": \"Accès 1 pers / Salle séminaire du 11/03/2026 08:00 - 10,00 (Gorchon TEST RC)\"\n    },\n    {\n      \"write_number\": 1373,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1000\",\n      \"internal_ref\": 1000,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 10:42:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 10:42:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Accès 1 pers / Salle séminaire du 11/03/2026 08:00 - 10,00 (Gorchon TEST RC)\"\n    },\n    {\n      \"write_number\": 1373,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1000\",\n      \"internal_ref\": 1000,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 10:42:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 10:42:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000G\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000G\",\n      \"aux_account_label\": \"Client Gorchon TEST RC - factures à établir\",\n      \"label\": \"Client Gorchon TEST RC - factures à établir\"\n    },\n    {\n      \"write_number\": 1374,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:04:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1034\",\n      \"internal_ref\": 1034,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:04:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:04:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:04:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Tiramisu - 9,50 (Tauru Louis)\"\n    },\n    {\n      \"write_number\": 1374,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:04:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1034\",\n      \"internal_ref\": 1034,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:04:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:04:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:04:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tiramisu - 9,50 (Tauru Louis)\"\n    },\n    {\n      \"write_number\": 1374,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:04:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1034\",\n      \"internal_ref\": 1034,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:04:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:04:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:04:26.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client Tauru Louis - factures à établir\",\n      \"label\": \"Client Tauru Louis - factures à établir\"\n    },\n    {\n      \"write_number\": 1375,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:04:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1034\",\n      \"internal_ref\": 1034,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:04:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:04:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:04:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700263\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Rillettes - 10,00 (Tauru Louis)\"\n    },\n    {\n      \"write_number\": 1375,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:04:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1034\",\n      \"internal_ref\": 1034,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:04:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:04:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:04:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Rillettes - 10,00 (Tauru Louis)\"\n    },\n    {\n      \"write_number\": 1375,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:04:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1034\",\n      \"internal_ref\": 1034,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:04:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:04:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:04:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client Tauru Louis - factures à établir\",\n      \"label\": \"Client Tauru Louis - factures à établir\"\n    },\n    {\n      \"write_number\": 1376,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:07:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 17.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1036\",\n      \"internal_ref\": 1036,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:07:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:07:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:07:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Tiramisu - 19,00 (Tauru Louis)\"\n    },\n    {\n      \"write_number\": 1376,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:07:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1036\",\n      \"internal_ref\": 1036,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:07:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:07:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:07:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tiramisu - 19,00 (Tauru Louis)\"\n    },\n    {\n      \"write_number\": 1376,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:07:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 19,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1036\",\n      \"internal_ref\": 1036,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:07:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:07:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:07:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client Tauru Louis - factures à établir\",\n      \"label\": \"Client Tauru Louis - factures à établir\"\n    },\n    {\n      \"write_number\": 1377,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:10:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1038\",\n      \"internal_ref\": 1038,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:10:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:10:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:10:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700323\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Panini Jambon, fromage - 9,00 (Tauru Louis)\"\n    },\n    {\n      \"write_number\": 1377,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:10:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1038\",\n      \"internal_ref\": 1038,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:10:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:10:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:10:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Panini Jambon, fromage - 9,00 (Tauru Louis)\"\n    },\n    {\n      \"write_number\": 1377,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:10:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1038\",\n      \"internal_ref\": 1038,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:10:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:10:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:10:20.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000T\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000T\",\n      \"aux_account_label\": \"Client Tauru Louis - factures à établir\",\n      \"label\": \"Client Tauru Louis - factures à établir\"\n    },\n    {\n      \"write_number\": 1378,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:12:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1040\",\n      \"internal_ref\": 1040,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:12:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:12:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:12:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700263\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Tapenade - 12,00 (Sania Balolo)\"\n    },\n    {\n      \"write_number\": 1378,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:12:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1040\",\n      \"internal_ref\": 1040,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:12:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:12:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:12:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tapenade - 12,00 (Sania Balolo)\"\n    },\n    {\n      \"write_number\": 1378,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:12:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1040\",\n      \"internal_ref\": 1040,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:12:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:12:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:12:55.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000S\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000S\",\n      \"aux_account_label\": \"Client Sania Balolo - factures à établir\",\n      \"label\": \"Client Sania Balolo - factures à établir\"\n    },\n    {\n      \"write_number\": 1379,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:12:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1040\",\n      \"internal_ref\": 1040,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:12:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:12:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:12:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700263\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Rillettes - 10,00 (Sania Balolo)\"\n    },\n    {\n      \"write_number\": 1379,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:12:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1040\",\n      \"internal_ref\": 1040,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:12:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:12:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:12:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Rillettes - 10,00 (Sania Balolo)\"\n    },\n    {\n      \"write_number\": 1379,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:12:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1040\",\n      \"internal_ref\": 1040,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:12:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:12:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:12:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000S\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000S\",\n      \"aux_account_label\": \"Client Sania Balolo - factures à établir\",\n      \"label\": \"Client Sania Balolo - factures à établir\"\n    },\n    {\n      \"write_number\": 1380,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:19:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1042\",\n      \"internal_ref\": 1042,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:19:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:19:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:19:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700323\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 1380,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:19:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1042\",\n      \"internal_ref\": 1042,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:19:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:19:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:19:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Salade de fruits - 8,00 ()\"\n    },\n    {\n      \"write_number\": 1380,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:19:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1042\",\n      \"internal_ref\": 1042,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:19:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:19:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:19:03.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1381,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:19:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1042\",\n      \"internal_ref\": 1042,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:19:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:19:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:19:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Tiramisu - 9,50 ()\"\n    },\n    {\n      \"write_number\": 1381,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:19:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.86,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1042\",\n      \"internal_ref\": 1042,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:19:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:19:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:19:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Tiramisu - 9,50 ()\"\n    },\n    {\n      \"write_number\": 1381,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 11:19:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1042\",\n      \"internal_ref\": 1042,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 11:19:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 11:19:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 11:19:08.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1382,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 14:55:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #944\",\n      \"internal_ref\": 944,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 14:55:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 14:55:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 14:55:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100263\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Rillettes - 10,00 ()\"\n    },\n    {\n      \"write_number\": 1382,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 14:55:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #944\",\n      \"internal_ref\": 944,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 14:55:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 14:55:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 14:55:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Rillettes - 10,00 ()\"\n    },\n    {\n      \"write_number\": 1382,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 14:55:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #944\",\n      \"internal_ref\": 944,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 14:55:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 14:55:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 14:55:29.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1383,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 14:56:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #944\",\n      \"internal_ref\": 944,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 14:56:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 14:56:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 14:56:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100323\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100323\",\n      \"aux_account_label\": \"HT Snacking (TVA 10.00%)\",\n      \"label\": \"Hot dog - 8,50 ()\"\n    },\n    {\n      \"write_number\": 1383,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 14:56:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #944\",\n      \"internal_ref\": 944,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 14:56:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 14:56:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 14:56:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Hot dog - 8,50 ()\"\n    },\n    {\n      \"write_number\": 1383,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 14:56:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #944\",\n      \"internal_ref\": 944,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 14:56:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 14:56:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 14:56:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1384,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 14:56:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 17.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #944\",\n      \"internal_ref\": 944,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 14:56:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 14:56:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 14:56:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100954\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100954\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Pasta e patate - 21,00 ()\"\n    },\n    {\n      \"write_number\": 1384,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 14:56:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.5,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #944\",\n      \"internal_ref\": 944,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 14:56:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 14:56:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 14:56:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Pasta e patate - 21,00 ()\"\n    },\n    {\n      \"write_number\": 1384,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 14:56:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 21,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #944\",\n      \"internal_ref\": 944,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 14:56:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 14:56:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 14:56:06.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1385,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 16:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 116.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1043\",\n      \"internal_ref\": 1043,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 12:17:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 12:17:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 16:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600014\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600014\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Cabin 3 / Spa du 11/03/2026 16:20 - 140,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 1385,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 16:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 23.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1043\",\n      \"internal_ref\": 1043,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 12:17:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 12:17:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 16:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Cabin 3 / Spa du 11/03/2026 16:20 - 140,00 (Bezon test entrepise)\"\n    },\n    {\n      \"write_number\": 1385,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-11 16:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 140,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1043\",\n      \"internal_ref\": 1043,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 12:17:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 12:17:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-11 16:20:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000B\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000B\",\n      \"aux_account_label\": \"Client Bezon test entrepise - factures à établir\",\n      \"label\": \"Client Bezon test entrepise - factures à établir\"\n    },\n    {\n      \"write_number\": 1386,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 120.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 10:51:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 10:51:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"12/03 - 140,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1386,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 10:51:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 10:51:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"12/03 - 140,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1386,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 133,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 10:51:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 10:51:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1387,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1027\",\n      \"internal_ref\": 1027,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 09:44:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 09:44:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"12/03 - 9,00 (Daniel DANIEL)\"\n    },\n    {\n      \"write_number\": 1387,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1027\",\n      \"internal_ref\": 1027,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 09:44:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 09:44:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Daniel DANIEL - factures à établir\",\n      \"label\": \"Client Daniel DANIEL - factures à établir\"\n    },\n    {\n      \"write_number\": 1388,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1030\",\n      \"internal_ref\": 1030,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"12/03 - 110,00 (SAID MOINA)\"\n    },\n    {\n      \"write_number\": 1388,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1030\",\n      \"internal_ref\": 1030,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"12/03 - 110,00 (SAID MOINA)\"\n    },\n    {\n      \"write_number\": 1388,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 110,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1030\",\n      \"internal_ref\": 1030,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000 \",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000 \",\n      \"aux_account_label\": \"Client SAID MOINA - factures à établir\",\n      \"label\": \"Client SAID MOINA - factures à établir\"\n    },\n    {\n      \"write_number\": 1389,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1030\",\n      \"internal_ref\": 1030,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"12/03 - 9,00 (SAID MOINA)\"\n    },\n    {\n      \"write_number\": 1389,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1030\",\n      \"internal_ref\": 1030,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000 \",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000 \",\n      \"aux_account_label\": \"Client SAID MOINA - factures à établir\",\n      \"label\": \"Client SAID MOINA - factures à établir\"\n    },\n    {\n      \"write_number\": 1390,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1052\",\n      \"internal_ref\": 1052,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 05:23:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 05:23:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"12/03 - 9,00 (lol mdr j,j)\"\n    },\n    {\n      \"write_number\": 1390,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1052\",\n      \"internal_ref\": 1052,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 05:23:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 05:23:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000L\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000L\",\n      \"aux_account_label\": \"Client lol mdr j,j - factures à établir\",\n      \"label\": \"Client lol mdr j,j - factures à établir\"\n    },\n    {\n      \"write_number\": 1391,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1030\",\n      \"internal_ref\": 1030,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 15:45:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 15:45:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700233\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700233\",\n      \"aux_account_label\": \"HT Boisson chaude (TVA 10.00%)\",\n      \"label\": \"Café allongé - 4,50 (SAID MOINA)\"\n    },\n    {\n      \"write_number\": 1391,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.41,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1030\",\n      \"internal_ref\": 1030,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 15:45:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 15:45:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Café allongé - 4,50 (SAID MOINA)\"\n    },\n    {\n      \"write_number\": 1391,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 4.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1030\",\n      \"internal_ref\": 1030,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 15:45:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 15:45:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000 \",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000 \",\n      \"aux_account_label\": \"Client SAID MOINA - factures à établir\",\n      \"label\": \"Client SAID MOINA - factures à établir\"\n    },\n    {\n      \"write_number\": 1392,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1069\",\n      \"internal_ref\": 1069,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 15:46:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 15:46:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600294\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600294\",\n      \"aux_account_label\": \"HT Séminaire (TVA 20.00%)\",\n      \"label\": \"Salle de l'Abbaye / Salle séminaire du 12/03/2026 08:00 - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1392,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1069\",\n      \"internal_ref\": 1069,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 15:46:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 15:46:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Salle de l'Abbaye / Salle séminaire du 12/03/2026 08:00 - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1392,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1069\",\n      \"internal_ref\": 1069,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 15:46:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 15:46:04.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 08:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1393,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 6.96,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1061\",\n      \"internal_ref\": 1061,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700143\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Crème brûlée - 8,50 ()\"\n    },\n    {\n      \"write_number\": 1393,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.69,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1061\",\n      \"internal_ref\": 1061,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Crème brûlée - 8,50 ()\"\n    },\n    {\n      \"write_number\": 1393,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 7.65,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1061\",\n      \"internal_ref\": 1061,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 12:26:12.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1394,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 12:26:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 8.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1061\",\n      \"internal_ref\": 1061,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 12:26:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 12:26:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 12:26:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700263\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Rillettes - 10,00 ()\"\n    },\n    {\n      \"write_number\": 1394,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 12:26:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1061\",\n      \"internal_ref\": 1061,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 12:26:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 12:26:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 12:26:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Rillettes - 10,00 ()\"\n    },\n    {\n      \"write_number\": 1394,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 12:26:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1061\",\n      \"internal_ref\": 1061,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 12:26:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 12:26:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 12:26:13.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000?\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000?\",\n      \"aux_account_label\": \"Client  - factures à établir\",\n      \"label\": \"Client  - factures à établir\"\n    },\n    {\n      \"write_number\": 1395,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1002\",\n      \"internal_ref\": 1002,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 10:43:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 10:43:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600971\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600971\",\n      \"aux_account_label\": \"HT Hébergement (TVA 0.00%)\",\n      \"label\": \"Place / Parking Test du 12/03/2026 15:00 au 13/03/2026 11:00 - 10,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1395,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1002\",\n      \"internal_ref\": 1002,\n      \"accounting_date\": {\n        \"date\": \"2026-03-10 10:43:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-10 10:43:11.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 15:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1396,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:55:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 216.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1073\",\n      \"internal_ref\": 1073,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:55:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:55:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:55:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100204\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse jaune - 260,00 (HOPTYA)\"\n    },\n    {\n      \"write_number\": 1396,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:55:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 43.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1073\",\n      \"internal_ref\": 1073,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:55:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:55:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:55:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse jaune - 260,00 (HOPTYA)\"\n    },\n    {\n      \"write_number\": 1396,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:55:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 260,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1073\",\n      \"internal_ref\": 1073,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:55:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:55:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:55:16.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client HOPTYA - factures à établir\",\n      \"label\": \"Client HOPTYA - factures à établir\"\n    },\n    {\n      \"write_number\": 1397,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:57:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.83,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1075\",\n      \"internal_ref\": 1075,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:57:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:57:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:57:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100204\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100204\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 20.00%)\",\n      \"label\": \"Chartreuse jaune - 13,00 (HOPTYA)\"\n    },\n    {\n      \"write_number\": 1397,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:57:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.17,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1075\",\n      \"internal_ref\": 1075,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:57:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:57:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:57:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Chartreuse jaune - 13,00 (HOPTYA)\"\n    },\n    {\n      \"write_number\": 1397,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:57:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 13,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1075\",\n      \"internal_ref\": 1075,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:57:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:57:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:57:51.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client HOPTYA - factures à établir\",\n      \"label\": \"Client HOPTYA - factures à établir\"\n    },\n    {\n      \"write_number\": 1398,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:57:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1075\",\n      \"internal_ref\": 1075,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:57:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:57:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:57:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Glace 1 boule - 2,50 (HOPTYA)\"\n    },\n    {\n      \"write_number\": 1398,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:57:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.23,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1075\",\n      \"internal_ref\": 1075,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:57:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:57:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:57:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Glace 1 boule - 2,50 (HOPTYA)\"\n    },\n    {\n      \"write_number\": 1398,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:57:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 2.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1075\",\n      \"internal_ref\": 1075,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:57:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:57:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:57:54.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client HOPTYA - factures à établir\",\n      \"label\": \"Client HOPTYA - factures à établir\"\n    },\n    {\n      \"write_number\": 1399,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:57:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 7.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1075\",\n      \"internal_ref\": 1075,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:57:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:57:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:57:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100143\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100143\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Crème brûlée - 8,50 (HOPTYA)\"\n    },\n    {\n      \"write_number\": 1399,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:57:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.77,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1075\",\n      \"internal_ref\": 1075,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:57:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:57:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:57:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Crème brûlée - 8,50 (HOPTYA)\"\n    },\n    {\n      \"write_number\": 1399,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:57:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 8.5,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1075\",\n      \"internal_ref\": 1075,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:57:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:57:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:57:56.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client HOPTYA - factures à établir\",\n      \"label\": \"Client HOPTYA - factures à établir\"\n    },\n    {\n      \"write_number\": 1400,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:57:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1075\",\n      \"internal_ref\": 1075,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:57:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:57:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:57:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100083\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100083\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Pâté en croute - 12,00 (HOPTYA)\"\n    },\n    {\n      \"write_number\": 1400,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:57:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1075\",\n      \"internal_ref\": 1075,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:57:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:57:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:57:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Pâté en croute - 12,00 (HOPTYA)\"\n    },\n    {\n      \"write_number\": 1400,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:57:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 12,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1075\",\n      \"internal_ref\": 1075,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:57:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:57:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:57:58.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client HOPTYA - factures à établir\",\n      \"label\": \"Client HOPTYA - factures à établir\"\n    },\n    {\n      \"write_number\": 1401,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:58:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 13.64,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1075\",\n      \"internal_ref\": 1075,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:58:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:58:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:58:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100953\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100953\",\n      \"aux_account_label\": \"HT Catégorie modifiée par API (TVA 10.00%)\",\n      \"label\": \"Curry de volaille - 15,00 (HOPTYA)\"\n    },\n    {\n      \"write_number\": 1401,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:58:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 1.36,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1075\",\n      \"internal_ref\": 1075,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:58:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:58:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:58:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Curry de volaille - 15,00 (HOPTYA)\"\n    },\n    {\n      \"write_number\": 1401,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:58:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 15,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1075\",\n      \"internal_ref\": 1075,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:58:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:58:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:58:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client HOPTYA - factures à établir\",\n      \"label\": \"Client HOPTYA - factures à établir\"\n    },\n    {\n      \"write_number\": 1402,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:58:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1075\",\n      \"internal_ref\": 1075,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:58:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:58:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:58:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100263\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100263\",\n      \"aux_account_label\": \"HT Tapas (TVA 10.00%)\",\n      \"label\": \"Rillettes - 10,00 (HOPTYA)\"\n    },\n    {\n      \"write_number\": 1402,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:58:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1075\",\n      \"internal_ref\": 1075,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:58:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:58:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:58:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Rillettes - 10,00 (HOPTYA)\"\n    },\n    {\n      \"write_number\": 1402,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 17:58:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1075\",\n      \"internal_ref\": 1075,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 17:58:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 17:58:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 17:58:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000H\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000H\",\n      \"aux_account_label\": \"Client HOPTYA - factures à établir\",\n      \"label\": \"Client HOPTYA - factures à établir\"\n    },\n    {\n      \"write_number\": 1403,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1403,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1403,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1404,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1404,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1404,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1405,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1405,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1405,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1406,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1406,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1406,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1407,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1407,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1407,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1408,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1408,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1408,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1409,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1409,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1409,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1410,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1410,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1410,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1411,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1411,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1411,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1412,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1412,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1412,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1413,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1413,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1413,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1414,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1414,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1414,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1415,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1415,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1415,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1416,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1416,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1416,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1417,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1417,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1417,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1418,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1418,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1418,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1419,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1419,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1419,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:23.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1420,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1420,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1420,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1421,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1421,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1421,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1422,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1422,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1422,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1423,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1423,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1423,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1424,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1424,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1424,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1425,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1425,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1425,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1426,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1426,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1426,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1427,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1427,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1427,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1428,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1428,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1428,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1429,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1429,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1429,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1430,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1430,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1430,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1431,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1431,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1431,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1432,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1432,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1432,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1433,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1433,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1433,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1434,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1434,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1434,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1435,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1435,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1435,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1436,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1436,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1436,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1437,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1437,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1437,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1438,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1438,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1438,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1439,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1439,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1439,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1440,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1440,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1440,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1441,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1441,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1441,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1442,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1442,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1442,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1443,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1443,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1443,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1444,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1444,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1444,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1445,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1445,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1445,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1446,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1446,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1446,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1447,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1447,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1447,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1448,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1448,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1448,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1449,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1449,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1449,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1450,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1450,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1450,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1451,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1451,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1451,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1452,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1452,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1452,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1453,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1453,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1453,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1454,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1454,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1454,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1455,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1455,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1455,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1456,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1456,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1456,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1457,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1457,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1457,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1458,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1458,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1458,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1459,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1459,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1459,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1460,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1460,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1460,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1461,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1461,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1461,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1462,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1462,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1462,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1463,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1463,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1463,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1464,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1464,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1464,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1465,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1465,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1465,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1466,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1466,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1466,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1467,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1467,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1467,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1468,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1468,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1468,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1469,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 37.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1469,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Gazpacho de tomates - 40,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1469,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 40,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1470,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9.48,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100992\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100992\",\n      \"aux_account_label\": \"HT Nouriture (TVA 5.50%)\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1470,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.52,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"Pot au Feu - 10,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1470,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1471,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 45.45,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80100993\",\n      \"account_label\": \"Ventes de produits finis\",\n      \"aux_account_number\": \"80100993\",\n      \"aux_account_label\": \"HT Nouriture (TVA 10.00%)\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1471,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 4.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Fondant au lait - 50,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1471,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 50,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 18:03:24.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1472,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 20:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 16.67,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1065\",\n      \"internal_ref\": 1065,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 13:18:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 13:18:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 20:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600944\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600944\",\n      \"aux_account_label\": \"HT Sport (TVA 20.00%)\",\n      \"label\": \"Parking 1 / Parking du 12/03/2026 20:00 - 20,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1472,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 20:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 3.33,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1065\",\n      \"internal_ref\": 1065,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 13:18:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 13:18:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 20:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587004\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587004\",\n      \"aux_account_label\": \"TVA collectée 20.00% sur factures à établir\",\n      \"label\": \"Parking 1 / Parking du 12/03/2026 20:00 - 20,00 (Passage)\"\n    },\n    {\n      \"write_number\": 1472,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-12 20:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 20,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1065\",\n      \"internal_ref\": 1065,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 13:18:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 13:18:19.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-12 20:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000P\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000P\",\n      \"aux_account_label\": \"Client Passage - factures à établir\",\n      \"label\": \"Client Passage - factures à établir\"\n    },\n    {\n      \"write_number\": 1473,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 27.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 10:51:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 10:51:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1473,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 10:51:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 10:51:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1473,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 30,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 10:51:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 10:51:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1474,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 120.91,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 10:51:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 10:51:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"13/03 - 140,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1474,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 12.09,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 10:51:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 10:51:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"13/03 - 140,00 (Cazalis Naya)\"\n    },\n    {\n      \"write_number\": 1474,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 133,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #163\",\n      \"internal_ref\": 163,\n      \"accounting_date\": {\n        \"date\": \"2026-01-30 10:51:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-01-30 10:51:59.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000C\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000C\",\n      \"aux_account_label\": \"Client Cazalis Naya - factures à établir\",\n      \"label\": \"Client Cazalis Naya - factures à établir\"\n    },\n    {\n      \"write_number\": 1475,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 58.18,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1027\",\n      \"internal_ref\": 1027,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 09:44:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 09:44:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700233\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700233\",\n      \"aux_account_label\": \"HT Boisson chaude (TVA 10.00%)\",\n      \"label\": \"Expresso - 64,00 (Daniel DANIEL)\"\n    },\n    {\n      \"write_number\": 1475,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 5.82,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1027\",\n      \"internal_ref\": 1027,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 09:44:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 09:44:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Expresso - 64,00 (Daniel DANIEL)\"\n    },\n    {\n      \"write_number\": 1475,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 64,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1027\",\n      \"internal_ref\": 1027,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 09:44:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 09:44:22.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000D\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000D\",\n      \"aux_account_label\": \"Client Daniel DANIEL - factures à établir\",\n      \"label\": \"Client Daniel DANIEL - factures à établir\"\n    },\n    {\n      \"write_number\": 1476,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 100,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1030\",\n      \"internal_ref\": 1030,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80600003\",\n      \"account_label\": \"Prestations de services\",\n      \"aux_account_number\": \"80600003\",\n      \"aux_account_label\": \"HT Hébergement (TVA 10.00%)\",\n      \"label\": \"13/03 - 110,00 (SAID MOINA)\"\n    },\n    {\n      \"write_number\": 1476,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1030\",\n      \"internal_ref\": 1030,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"13/03 - 110,00 (SAID MOINA)\"\n    },\n    {\n      \"write_number\": 1476,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 110,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1030\",\n      \"internal_ref\": 1030,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000 \",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000 \",\n      \"aux_account_label\": \"Client SAID MOINA - factures à établir\",\n      \"label\": \"Client SAID MOINA - factures à établir\"\n    },\n    {\n      \"write_number\": 1477,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 27.27,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1030\",\n      \"internal_ref\": 1030,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80700023\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80700023\",\n      \"aux_account_label\": \"HT 1-BOISSON/RESTO (TVA 10.00%)\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (SAID MOINA)\"\n    },\n    {\n      \"write_number\": 1477,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 2.73,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1030\",\n      \"internal_ref\": 1030,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587003\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587003\",\n      \"aux_account_label\": \"TVA collectée 10.00% sur factures à établir\",\n      \"label\": \"Petit déjeuner adultes - 30,00 (SAID MOINA)\"\n    },\n    {\n      \"write_number\": 1477,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 30,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1030\",\n      \"internal_ref\": 1030,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000 \",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000 \",\n      \"aux_account_label\": \"Client SAID MOINA - factures à établir\",\n      \"label\": \"Client SAID MOINA - factures à établir\"\n    },\n    {\n      \"write_number\": 1478,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1030\",\n      \"internal_ref\": 1030,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"13/03 - 9,00 (SAID MOINA)\"\n    },\n    {\n      \"write_number\": 1478,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1030\",\n      \"internal_ref\": 1030,\n      \"accounting_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-11 10:00:46.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000 \",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000 \",\n      \"aux_account_label\": \"Client SAID MOINA - factures à établir\",\n      \"label\": \"Client SAID MOINA - factures à établir\"\n    },\n    {\n      \"write_number\": 1479,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 9,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1052\",\n      \"internal_ref\": 1052,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 05:23:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 05:23:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44711000\",\n      \"account_label\": \"Taxes de séjours sur factures à établir\",\n      \"aux_account_number\": \"44711000\",\n      \"aux_account_label\": \"Taxes de séjours sur factures à établir\",\n      \"label\": \"13/03 - 9,00 (lol mdr j,j)\"\n    },\n    {\n      \"write_number\": 1479,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 9,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #1052\",\n      \"internal_ref\": 1052,\n      \"accounting_date\": {\n        \"date\": \"2026-03-12 05:23:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-12 05:23:21.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000L\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000L\",\n      \"aux_account_label\": \"Client lol mdr j,j - factures à établir\",\n      \"label\": \"Client lol mdr j,j - factures à établir\"\n    },\n    {\n      \"write_number\": 1480,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 19:59:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 19:59:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701122\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701122\",\n      \"aux_account_label\": \"HT Divers (TVA 5.50%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 10,55 (Juarez Eléa)\"\n    },\n    {\n      \"write_number\": 1480,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 19:59:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 19:59:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 10,55 (Juarez Eléa)\"\n    },\n    {\n      \"write_number\": 1480,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10.55,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 19:59:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 19:59:33.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juarez Eléa - factures à établir\",\n      \"label\": \"Client Juarez Eléa - factures à établir\"\n    },\n    {\n      \"write_number\": 1481,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 20:00:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 20:00:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701122\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701122\",\n      \"aux_account_label\": \"HT Divers (TVA 5.50%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 10,55 (Juarez Eléa)\"\n    },\n    {\n      \"write_number\": 1481,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 20:00:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 20:00:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 10,55 (Juarez Eléa)\"\n    },\n    {\n      \"write_number\": 1481,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10.55,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 20:00:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 20:00:42.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juarez Eléa - factures à établir\",\n      \"label\": \"Client Juarez Eléa - factures à établir\"\n    },\n    {\n      \"write_number\": 1482,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 20:06:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 20:06:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701122\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701122\",\n      \"aux_account_label\": \"HT Divers (TVA 5.50%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 10,55 (Juarez Eléa)\"\n    },\n    {\n      \"write_number\": 1482,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 20:06:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 20:06:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 10,55 (Juarez Eléa)\"\n    },\n    {\n      \"write_number\": 1482,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10.55,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 20:06:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 20:06:52.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juarez Eléa - factures à établir\",\n      \"label\": \"Client Juarez Eléa - factures à établir\"\n    },\n    {\n      \"write_number\": 1483,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 20:10:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 20:10:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701122\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701122\",\n      \"aux_account_label\": \"HT Divers (TVA 5.50%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 10,55 (Juarez Eléa)\"\n    },\n    {\n      \"write_number\": 1483,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 20:10:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 20:10:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 10,55 (Juarez Eléa)\"\n    },\n    {\n      \"write_number\": 1483,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10.55,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 20:10:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 20:10:27.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juarez Eléa - factures à établir\",\n      \"label\": \"Client Juarez Eléa - factures à établir\"\n    },\n    {\n      \"write_number\": 1484,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 20:14:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 20:14:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701122\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701122\",\n      \"aux_account_label\": \"HT Divers (TVA 5.50%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 10,55 (Juarez Eléa)\"\n    },\n    {\n      \"write_number\": 1484,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 20:14:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 20:14:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 10,55 (Juarez Eléa)\"\n    },\n    {\n      \"write_number\": 1484,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10.55,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 20:14:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 20:14:15.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juarez Eléa - factures à établir\",\n      \"label\": \"Client Juarez Eléa - factures à établir\"\n    },\n    {\n      \"write_number\": 1485,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 20:31:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 20:31:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701122\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701122\",\n      \"aux_account_label\": \"HT Divers (TVA 5.50%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 10,55 (Juarez Eléa)\"\n    },\n    {\n      \"write_number\": 1485,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 20:31:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 20:31:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 10,55 (Juarez Eléa)\"\n    },\n    {\n      \"write_number\": 1485,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10.55,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-13 20:31:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-13 20:31:10.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juarez Eléa - factures à établir\",\n      \"label\": \"Client Juarez Eléa - factures à établir\"\n    },\n    {\n      \"write_number\": 1486,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-17 10:43:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-17 10:43:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701122\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701122\",\n      \"aux_account_label\": \"HT Divers (TVA 5.50%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 10,55 (Juarez Eléa)\"\n    },\n    {\n      \"write_number\": 1486,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-17 10:43:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-17 10:43:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 10,55 (Juarez Eléa)\"\n    },\n    {\n      \"write_number\": 1486,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10.55,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-17 10:43:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-17 10:43:14.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juarez Eléa - factures à établir\",\n      \"label\": \"Client Juarez Eléa - factures à établir\"\n    },\n    {\n      \"write_number\": 1487,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-19 17:08:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-19 17:08:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701122\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701122\",\n      \"aux_account_label\": \"HT Divers (TVA 5.50%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 10,55 (Juarez Eléa)\"\n    },\n    {\n      \"write_number\": 1487,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-19 17:08:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-19 17:08:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 10,55 (Juarez Eléa)\"\n    },\n    {\n      \"write_number\": 1487,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10.55,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-19 17:08:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-19 17:08:02.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juarez Eléa - factures à établir\",\n      \"label\": \"Client Juarez Eléa - factures à établir\"\n    },\n    {\n      \"write_number\": 1488,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 10,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-19 17:20:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-19 17:20:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"80701122\",\n      \"account_label\": \"Ventes de marchandises\",\n      \"aux_account_number\": \"80701122\",\n      \"aux_account_label\": \"HT Divers (TVA 5.50%)\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 10,55 (Juarez Eléa)\"\n    },\n    {\n      \"write_number\": 1488,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": null,\n      \"credit\": 0.55,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-19 17:20:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-19 17:20:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"44587002\",\n      \"account_label\": \"TVA collectée sur factures à établir\",\n      \"aux_account_number\": \"44587002\",\n      \"aux_account_label\": \"TVA collectée 5.50% sur factures à établir\",\n      \"label\": \"EXTRA LIBRE API PARTNER - 10,55 (Juarez Eléa)\"\n    },\n    {\n      \"write_number\": 1488,\n      \"journal_code\": \"ENC\",\n      \"journal_label\": \"Encours\",\n      \"date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"debit\": 10.55,\n      \"credit\": null,\n      \"document_type\": \"order\",\n      \"number\": \"Commande #835\",\n      \"internal_ref\": 835,\n      \"accounting_date\": {\n        \"date\": \"2026-03-19 17:20:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"validation_date\": {\n        \"date\": \"2026-03-19 17:20:01.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"consumption_date\": {\n        \"date\": \"2026-03-13 00:00:00.000000\",\n        \"timezone_type\": 3,\n        \"timezone\": \"Europe/Berlin\"\n      },\n      \"account_number\": \"4181000J\",\n      \"account_label\": \"Client – factures à établir\",\n      \"aux_account_number\": \"4181000J\",\n      \"aux_account_label\": \"Client Juarez Eléa - factures à établir\",\n      \"label\": \"Client Juarez Eléa - factures à établir\"\n    }\n  ],\n  \"total\": {\n    \"debit\": 84760.36000000004,\n    \"credit\": 84760.36000000006\n  }\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Ajouter des articles",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/articles/bulk",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "articles",
                "bulk"
              ]
            },
            "description": "Ajout d'articles vendables en masse. Le body est un tableau d'articles.",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"label\": \"Article Bulk 1\",\n    \"vat_rate_id\": \"{{vat_rate_id}}\",\n    \"unit_price_incl\": 10,\n    \"article_category_id\": \"{{category_id}}\",\n    \"description\": \"Premier article bulk\",\n    \"bookable\": false,\n    \"is_show_hk\": false,\n    \"is_breakfast\": false,\n    \"is_lunch\": false,\n    \"is_dinner\": false,\n    \"barcode\": \"\",\n    \"stock\": null,\n    \"rank\": 100,\n    \"deleted\": false\n  },\n  {\n    \"label\": \"Article Bulk 2\",\n    \"vat_rate_id\": \"{{vat_rate_id}}\",\n    \"unit_price_incl\": 15,\n    \"article_category_id\": \"{{category_id}}\",\n    \"description\": \"Deuxieme article bulk\",\n    \"bookable\": false,\n    \"is_show_hk\": false,\n    \"is_breakfast\": false,\n    \"is_lunch\": false,\n    \"is_dinner\": false,\n    \"barcode\": \"\",\n    \"stock\": null,\n    \"rank\": 101,\n    \"deleted\": false\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Creer plusieurs articles en masse",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/articles/bulk",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "articles",
                    "bulk"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"label\": \"Article Bulk 1\",\n    \"vat_rate_id\": 1,\n    \"unit_price_incl\": 10,\n    \"article_category_id\": 23,\n    \"description\": \"Premier article bulk\",\n    \"bookable\": false,\n    \"is_show_hk\": false,\n    \"is_breakfast\": false,\n    \"is_lunch\": false,\n    \"is_dinner\": false,\n    \"barcode\": \"\",\n    \"stock\": null,\n    \"rank\": 100,\n    \"deleted\": false\n  },\n  {\n    \"label\": \"Article Bulk 2\",\n    \"vat_rate_id\": 1,\n    \"unit_price_incl\": 15,\n    \"article_category_id\": 23,\n    \"description\": \"Deuxieme article bulk\",\n    \"bookable\": false,\n    \"is_show_hk\": false,\n    \"is_breakfast\": false,\n    \"is_lunch\": false,\n    \"is_dinner\": false,\n    \"barcode\": \"\",\n    \"stock\": null,\n    \"rank\": 101,\n    \"deleted\": false\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 2085,\n    \"cm_id\": null,\n    \"cm2_id\": null,\n    \"label\": \"Article Bulk 1\",\n    \"vat_rate_id\": 1,\n    \"unit_price_incl\": 10,\n    \"article_category_id\": 23,\n    \"description\": \"Premier article bulk\",\n    \"picture_url\": \"\",\n    \"bookable\": false,\n    \"is_show_hk\": false,\n    \"is_breakfast\": false,\n    \"is_lunch\": false,\n    \"is_dinner\": false,\n    \"barcode\": \"\",\n    \"stock\": null,\n    \"rank\": 100,\n    \"deleted\": false,\n    \"vat_rate\": null,\n    \"article_category\": null,\n    \"packageds\": null\n  },\n  {\n    \"id\": 2086,\n    \"cm_id\": null,\n    \"cm2_id\": null,\n    \"label\": \"Article Bulk 2\",\n    \"vat_rate_id\": 1,\n    \"unit_price_incl\": 15,\n    \"article_category_id\": 23,\n    \"description\": \"Deuxieme article bulk\",\n    \"picture_url\": \"\",\n    \"bookable\": false,\n    \"is_show_hk\": false,\n    \"is_breakfast\": false,\n    \"is_lunch\": false,\n    \"is_dinner\": false,\n    \"barcode\": \"\",\n    \"stock\": null,\n    \"rank\": 101,\n    \"deleted\": false,\n    \"vat_rate\": null,\n    \"article_category\": null,\n    \"packageds\": null\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Modifier des articles",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/articles/bulk",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "articles",
                "bulk"
              ]
            },
            "description": "Modification d'articles vendables en masse. Le body est un tableau d'articles avec leur ID.",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"id\": \"{{article_id_1}}\",\n    \"label\": \"Article Modifie Bulk 1\",\n    \"unit_price_incl\": 11\n  },\n  {\n    \"id\": \"{{article_id_2}}\",\n    \"label\": \"Article Modifie Bulk 2\",\n    \"unit_price_incl\": 16\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Modifier plusieurs articles en masse",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/articles/bulk",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "articles",
                    "bulk"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"id\": 110,\n    \"label\": \"Article Modifie Bulk 1\",\n    \"unit_price_incl\": 11\n  },\n  {\n    \"id\": 113,\n    \"label\": \"Article Modifie Bulk 2\",\n    \"unit_price_incl\": 16\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "\"<br />\\n<b>Notice</b>:  Undefined property: stdClass::$vat_rate_id in <b>/var/virtual_www/thais-soft.com/wildcard.thais-soft.com/modules-dev/hub/src/Mutation/Resort/ArticleMutation.php</b> on line <b>36</b><br />\\n<br />\\n<b>Notice</b>:  Undefined property: stdClass::$article_category_id in <b>/var/virtual_www/thais-soft.com/wildcard.thais-soft.com/modules-dev/hub/src/Mutation/Resort/ArticleMutation.php</b> on line <b>40</b><br />\\n<br />\\n<b>Notice</b>:  Undefined property: stdClass::$vat_rate_id in <b>/var/virtual_www/thais-soft.com/wildcard.thais-soft.com/modules-dev/hub/src/Mutation/Resort/ArticleMutation.php</b> on line <b>36</b><br />\\n<br />\\n<b>Notice</b>:  Undefined property: stdClass::$article_category_id in <b>/var/virtual_www/thais-soft.com/wildcard.thais-soft.com/modules-dev/hub/src/Mutation/Resort/ArticleMutation.php</b> on line <b>40</b><br />\\n[{\\\"\\\\u0000SilerExt\\\\\\\\Exception\\\\\\\\ValidationException\\\\u0000errors\\\":{\\\"vat_rate_id\\\":[\\\"Vat Rate Id is required\\\",\\\"Vat Rate Id must be an integer\\\",\\\"vat_rate_id not found\\\"],\\\"article_category_id\\\":[\\\"Article Category Id is required\\\",\\\"Article Category Id must be an integer\\\",\\\"article_category_id not found\\\"],\\\"bookable\\\":[\\\"Bookable is required\\\",\\\"Bookable must be a boolean\\\"],\\\"is_show_hk\\\":[\\\"Is Show Hk is required\\\",\\\"Is Show Hk must be a boolean\\\"],\\\"is_breakfast\\\":[\\\"Is Breakfast is required\\\",\\\"Is Breakfast must be a boolean\\\"],\\\"is_lunch\\\":[\\\"Is Lunch is required\\\",\\\"Is Lunch must be a boolean\\\"],\\\"is_dinner\\\":[\\\"Is Dinner is required\\\",\\\"Is Dinner must be a boolean\\\"],\\\"rank\\\":[\\\"Rank is required\\\",\\\"Rank must be an integer\\\"],\\\"deleted\\\":[\\\"Deleted is required\\\",\\\"Deleted must be a boolean\\\"]},\\\"\\\\u0000*\\\\u0000message\\\":\\\"validation failure\\\",\\\"\\\\u0000Exception\\\\u0000string\\\":\\\"\\\",\\\"\\\\u0000*\\\\u0000code\\\":0,\\\"\\\\u0000*\\\\u0000file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/vendor\\\\/yoh\\\\/siler-ext\\\\/src\\\\/Validator\\\\/Valitron.php\\\",\\\"\\\\u0000*\\\\u0000line\\\":25,\\\"\\\\u0000Exception\\\\u0000trace\\\":[{\\\"file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/src\\\\/helper.php\\\",\\\"line\\\":306,\\\"function\\\":\\\"SilerExt\\\\\\\\Validation\\\\\\\\validate\\\"},{\\\"file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/src\\\\/Mutation\\\\/Resort\\\\/ArticleMutation.php\\\",\\\"line\\\":43,\\\"function\\\":\\\"validate\\\"},{\\\"file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/http\\\\/api\\\\/resort\\\\/articles\\\\/item_bulk.put.php\\\",\\\"line\\\":24,\\\"function\\\":\\\"validateAndSave\\\",\\\"class\\\":\\\"Mutation\\\\\\\\Resort\\\\\\\\ArticleMutation\\\",\\\"type\\\":\\\"::\\\"},{\\\"file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/vendor\\\\/leocavalcante\\\\/siler\\\\/src\\\\/Siler.php\\\",\\\"line\\\":190,\\\"args\\\":[\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/http\\\\/api\\\\/resort\\\\/articles\\\\/item_bulk.put.php\\\"],\\\"function\\\":\\\"include_once\\\"},{\\\"file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/vendor\\\\/leocavalcante\\\\/siler\\\\/src\\\\/Route\\\\/Route.php\\\",\\\"line\\\":149,\\\"function\\\":\\\"Siler\\\\\\\\{closure}\\\"},{\\\"file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/vendor\\\\/leocavalcante\\\\/siler\\\\/src\\\\/Route\\\\/Route.php\\\",\\\"line\\\":69,\\\"function\\\":\\\"Siler\\\\\\\\Route\\\\\\\\route\\\"},{\\\"file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/config\\\\/routes\\\\/partner.php\\\",\\\"line\\\":41,\\\"function\\\":\\\"Siler\\\\\\\\Route\\\\\\\\put\\\"},{\\\"file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/config\\\\/routes.php\\\",\\\"line\\\":66,\\\"args\\\":[\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/config\\\\/routes\\\\/partner.php\\\"],\\\"function\\\":\\\"require_once\\\"},{\\\"file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/public\\\\/index.php\\\",\\\"line\\\":37,\\\"args\\\":[\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/config\\\\/routes.php\\\"],\\\"function\\\":\\\"require_once\\\"}],\\\"\\\\u0000Exception\\\\u0000previous\\\":null},{\\\"\\\\u0000SilerExt\\\\\\\\Exception\\\\\\\\ValidationException\\\\u0000errors\\\":{\\\"vat_rate_id\\\":[\\\"Vat Rate Id is required\\\",\\\"Vat Rate Id must be an integer\\\",\\\"vat_rate_id not found\\\"],\\\"article_category_id\\\":[\\\"Article Category Id is required\\\",\\\"Article Category Id must be an integer\\\",\\\"article_category_id not found\\\"],\\\"bookable\\\":[\\\"Bookable is required\\\",\\\"Bookable must be a boolean\\\"],\\\"is_show_hk\\\":[\\\"Is Show Hk is required\\\",\\\"Is Show Hk must be a boolean\\\"],\\\"is_breakfast\\\":[\\\"Is Breakfast is required\\\",\\\"Is Breakfast must be a boolean\\\"],\\\"is_lunch\\\":[\\\"Is Lunch is required\\\",\\\"Is Lunch must be a boolean\\\"],\\\"is_dinner\\\":[\\\"Is Dinner is required\\\",\\\"Is Dinner must be a boolean\\\"],\\\"rank\\\":[\\\"Rank is required\\\",\\\"Rank must be an integer\\\"],\\\"deleted\\\":[\\\"Deleted is required\\\",\\\"Deleted must be a boolean\\\"]},\\\"\\\\u0000*\\\\u0000message\\\":\\\"validation failure\\\",\\\"\\\\u0000Exception\\\\u0000string\\\":\\\"\\\",\\\"\\\\u0000*\\\\u0000code\\\":0,\\\"\\\\u0000*\\\\u0000file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/vendor\\\\/yoh\\\\/siler-ext\\\\/src\\\\/Validator\\\\/Valitron.php\\\",\\\"\\\\u0000*\\\\u0000line\\\":25,\\\"\\\\u0000Exception\\\\u0000trace\\\":[{\\\"file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/src\\\\/helper.php\\\",\\\"line\\\":306,\\\"function\\\":\\\"SilerExt\\\\\\\\Validation\\\\\\\\validate\\\"},{\\\"file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/src\\\\/Mutation\\\\/Resort\\\\/ArticleMutation.php\\\",\\\"line\\\":43,\\\"function\\\":\\\"validate\\\"},{\\\"file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/http\\\\/api\\\\/resort\\\\/articles\\\\/item_bulk.put.php\\\",\\\"line\\\":24,\\\"function\\\":\\\"validateAndSave\\\",\\\"class\\\":\\\"Mutation\\\\\\\\Resort\\\\\\\\ArticleMutation\\\",\\\"type\\\":\\\"::\\\"},{\\\"file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/vendor\\\\/leocavalcante\\\\/siler\\\\/src\\\\/Siler.php\\\",\\\"line\\\":190,\\\"args\\\":[\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/http\\\\/api\\\\/resort\\\\/articles\\\\/item_bulk.put.php\\\"],\\\"function\\\":\\\"include_once\\\"},{\\\"file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/vendor\\\\/leocavalcante\\\\/siler\\\\/src\\\\/Route\\\\/Route.php\\\",\\\"line\\\":149,\\\"function\\\":\\\"Siler\\\\\\\\{closure}\\\"},{\\\"file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/vendor\\\\/leocavalcante\\\\/siler\\\\/src\\\\/Route\\\\/Route.php\\\",\\\"line\\\":69,\\\"function\\\":\\\"Siler\\\\\\\\Route\\\\\\\\route\\\"},{\\\"file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/config\\\\/routes\\\\/partner.php\\\",\\\"line\\\":41,\\\"function\\\":\\\"Siler\\\\\\\\Route\\\\\\\\put\\\"},{\\\"file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/config\\\\/routes.php\\\",\\\"line\\\":66,\\\"args\\\":[\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/config\\\\/routes\\\\/partner.php\\\"],\\\"function\\\":\\\"require_once\\\"},{\\\"file\\\":\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/public\\\\/index.php\\\",\\\"line\\\":37,\\\"args\\\":[\\\"\\\\/var\\\\/virtual_www\\\\/thais-soft.com\\\\/wildcard.thais-soft.com\\\\/modules-dev\\\\/hub\\\\/config\\\\/routes.php\\\"],\\\"function\\\":\\\"require_once\\\"}],\\\"\\\\u0000Exception\\\\u0000previous\\\":null}]\"",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Modifier un article",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/articles/{{id}}",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "articles",
                "{{id}}"
              ]
            },
            "description": "Modification d'un article vendable."
          },
          "response": [
            {
              "name": "Créer puis modifier un article",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/articles/2087",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "articles",
                    "2087"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"label\": \"Article modifié\",\n  \"vat_rate_id\": 4,\n  \"unit_price_incl\": 11.5,\n  \"article_category_id\": 100,\n  \"description\": \"\",\n  \"picture_url\": \"\",\n  \"bookable\": false,\n  \"is_show_hk\": false,\n  \"is_breakfast\": false,\n  \"is_lunch\": false,\n  \"is_dinner\": false,\n  \"barcode\": \"\",\n  \"rank\": 100,\n  \"deleted\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 2087,\n  \"cm_id\": null,\n  \"cm2_id\": null,\n  \"label\": \"Article modifié\",\n  \"vat_rate_id\": 4,\n  \"unit_price_incl\": 11.5,\n  \"article_category_id\": 100,\n  \"description\": \"\",\n  \"picture_url\": \"\",\n  \"bookable\": false,\n  \"is_show_hk\": false,\n  \"is_breakfast\": false,\n  \"is_lunch\": false,\n  \"is_dinner\": false,\n  \"barcode\": \"\",\n  \"stock\": null,\n  \"rank\": 100,\n  \"deleted\": false,\n  \"vat_rate\": null,\n  \"article_category\": null,\n  \"packageds\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des types de paiements",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/payment-types",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "payment-types"
              ]
            },
            "description": "Récupération de l'ensemble des type de moyen de paiement configurés dans l'instance."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/payment-types",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "payment-types"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 2,\n    \"label\": \"CB\",\n    \"modules\": [],\n    \"is_cash_operation_allowed\": false,\n    \"rank\": 0,\n    \"deleted\": false\n  },\n  {\n    \"id\": 8,\n    \"label\": \"VAD\",\n    \"modules\": [],\n    \"is_cash_operation_allowed\": false,\n    \"rank\": 1,\n    \"deleted\": false\n  },\n  {\n    \"id\": 4,\n    \"label\": \"Espèces\",\n    \"modules\": [],\n    \"is_cash_operation_allowed\": true,\n    \"rank\": 2,\n    \"deleted\": false\n  },\n  {\n    \"id\": 7,\n    \"label\": \"Virement\",\n    \"modules\": [],\n    \"is_cash_operation_allowed\": false,\n    \"rank\": 3,\n    \"deleted\": false\n  },\n  {\n    \"id\": 6,\n    \"label\": \"ANCV\",\n    \"modules\": [],\n    \"is_cash_operation_allowed\": false,\n    \"rank\": 4,\n    \"deleted\": false\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des traductions",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/translations",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "translations"
              ]
            },
            "description": "Recuperation des traductions de l'instance."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/translations",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "translations"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"en\": {\n    \"articles\": {\n      \"2\": {\n        \"label\": \"test\"\n      }\n    },\n    \"room-types\": {\n      \"1\": {\n        \"label\": \"Double room with 2 beds and jacuzzi\",\n        \"description\": \"<p>Big room with jacuzzi and two full beds</p>\"\n      },\n      \"2\": {\n        \"label\": \"perigord purple 24\"\n      },\n      \"3\": {\n        \"label\": \"Top room\"\n      },\n      \"5\": {\n        \"label\": \"Single 1\",\n        \"description\": \"<p>hosting test</p>\"\n      },\n      \"34\": {\n        \"label\": \"Comfort double room\"\n      },\n      \"35\": {\n        \"label\": \"communicante en.\",\n        \"description\": \"<p>Chambre communicante EN</p>\"\n      }\n    },\n    \"rates\": {\n      \"1\": {\n        \"label\": \"Standard\",\n        \"description\": \"<p><span style=\\\"color: rgb(0, 138, 116);\\\">Rate for 1 person <strong style=\\\"color: rgb(0, 138, 116);\\\">including gourmet breakfast and table d'h&Atilde;'tes every evening, home cooking!</strong></p>\\n<p>Arrival after 4pm and departure before 12am.</p>\\n<p><br></p>\\n<p><br></p></span>\"\n      },\n      \"2\": {\n        \"label\": \"NANR\"\n      },\n      \"30\": {\n        \"label\": \"Promo\",\n        \"description\": \"<p>How are you?</p>\"\n      }\n    }\n  },\n  \"fr\": {\n    \"room-types\": {\n      \"1\": {\n        \"label\": \"Double avec 2 lit et un jacuzzi 2 full beds\",\n        \"description\": \"<p>Grande chambre avec jacuzzi et deux lits complets</p>\"\n      }\n    },\n    \"articles\": {\n      \"1872\": {\n        \"label\": \"stock test\"\n      }\n    }\n  },\n  \"de\": {\n    \"room-types\": {\n      \"34\": {\n        \"label\": \"Komfortzimmer gro&szlig;es Bett\"\n      }\n    }\n  }\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des ventes",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/purchases?invoiced_from=2026-03-01&invoiced_to=2026-03-13&consumed_from=2026-03-01&consumed_to=2026-03-13",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "purchases"
              ],
              "query": [
                {
                  "key": "invoiced_from",
                  "value": "2026-03-01",
                  "description": "Date de début de facturation au format YYYY-MM-DD",
                  "disabled": false
                },
                {
                  "key": "invoiced_to",
                  "value": "2026-03-13",
                  "description": "Date de fin de facturation au format YYYY-MM-DD",
                  "disabled": false
                },
                {
                  "key": "consumed_from",
                  "value": "2026-03-01",
                  "description": "Date de début de consommation au format YYYY-MM-DD",
                  "disabled": false
                },
                {
                  "key": "consumed_to",
                  "value": "2026-03-13",
                  "description": "Date de fin de consommation au format YYYY-MM-DD",
                  "disabled": false
                }
              ]
            },
            "description": "Lecture des ventes réalisée par critères.\n- vendues entre 2 dates\n- consommées entre 2 dates"
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/purchases?invoiced_from=2026-03-01&invoiced_to=2026-03-13&consumed_from=2026-03-01&consumed_to=2026-03-13",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "purchases"
                  ],
                  "query": [
                    {
                      "key": "invoiced_from",
                      "value": "2026-03-01",
                      "description": "Date de début de facturation au format YYYY-MM-DD",
                      "disabled": false
                    },
                    {
                      "key": "invoiced_to",
                      "value": "2026-03-13",
                      "description": "Date de fin de facturation au format YYYY-MM-DD",
                      "disabled": false
                    },
                    {
                      "key": "consumed_from",
                      "value": "2026-03-01",
                      "description": "Date de début de consommation au format YYYY-MM-DD",
                      "disabled": false
                    },
                    {
                      "key": "consumed_to",
                      "value": "2026-03-13",
                      "description": "Date de fin de consommation au format YYYY-MM-DD",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 7402,\n    \"application\": \"HOTEL\",\n    \"type\": \"HOTEL_RESERVATION\",\n    \"label\": \"06/03\",\n    \"description\": \"\",\n    \"quantity\": 1,\n    \"discountRate\": 0,\n    \"offered\": false,\n    \"canceledAt\": null,\n    \"canceled\": false,\n    \"category\": {\n      \"id\": 0,\n      \"label\": \"Hébergement\",\n      \"color\": \"\"\n    },\n    \"article\": null,\n    \"customer\": {\n      \"id\": 1908,\n      \"lastName\": \"bousquet\",\n      \"firstName\": \"\",\n      \"email\": \"\",\n      \"company\": \"\",\n      \"blackListed\": false,\n      \"name\": \"bousquet\",\n      \"languageId\": 1,\n      \"companyId\": 0,\n      \"invoiceBalance\": 0\n    },\n    \"orderId\": null,\n    \"originOrderId\": null,\n    \"originOrderLabel\": null,\n    \"invoiceId\": 298,\n    \"invoiced\": true,\n    \"receiptId\": null,\n    \"onReceipt\": false,\n    \"transfered\": false,\n    \"locked\": true,\n    \"createdAt\": \"2026-02-26T22:08:59+01:00\",\n    \"updatedAt\": null,\n    \"consumedAt\": \"2026-03-06T00:00:00+01:00\",\n    \"priceIncludingTaxes\": 100,\n    \"priceExcludingTaxes\": 100,\n    \"taxesByRates\": {\n      \"0.00\": 0\n    },\n    \"totalTaxes\": 0,\n    \"amountIncludingTaxes\": 100,\n    \"amountExcludingTaxes\": 100,\n    \"amountTaxesByRates\": {\n      \"0.00\": 0\n    },\n    \"totalAmountTaxes\": 0,\n    \"childrenPurchases\": [],\n    \"parentPurchaseId\": 7401,\n    \"groupId\": null,\n    \"onCreditNote\": false,\n    \"onCanceledDocument\": true\n  },\n  {\n    \"id\": 7403,\n    \"application\": \"HOTEL\",\n    \"type\": \"HOTEL_RESERVATION\",\n    \"label\": \"07/03\",\n    \"description\": \"\",\n    \"quantity\": 1,\n    \"discountRate\": 0,\n    \"offered\": false,\n    \"canceledAt\": null,\n    \"canceled\": false,\n    \"category\": {\n      \"id\": 0,\n      \"label\": \"Hébergement\",\n      \"color\": \"\"\n    },\n    \"article\": null,\n    \"customer\": {\n      \"id\": 1908,\n      \"lastName\": \"bousquet\",\n      \"firstName\": \"\",\n      \"email\": \"\",\n      \"company\": \"\",\n      \"blackListed\": false,\n      \"name\": \"bousquet\",\n      \"languageId\": 1,\n      \"companyId\": 0,\n      \"invoiceBalance\": 0\n    },\n    \"orderId\": null,\n    \"originOrderId\": null,\n    \"originOrderLabel\": null,\n    \"invoiceId\": 298,\n    \"invoiced\": true,\n    \"receiptId\": null,\n    \"onReceipt\": false,\n    \"transfered\": false,\n    \"locked\": true,\n    \"createdAt\": \"2026-02-26T22:08:59+01:00\",\n    \"updatedAt\": null,\n    \"consumedAt\": \"2026-03-07T00:00:00+01:00\",\n    \"priceIncludingTaxes\": 100,\n    \"priceExcludingTaxes\": 100,\n    \"taxesByRates\": {\n      \"0.00\": 0\n    },\n    \"totalTaxes\": 0,\n    \"amountIncludingTaxes\": 100,\n    \"amountExcludingTaxes\": 100,\n    \"amountTaxesByRates\": {\n      \"0.00\": 0\n    },\n    \"totalAmountTaxes\": 0,\n    \"childrenPurchases\": [],\n    \"parentPurchaseId\": 7401,\n    \"groupId\": null,\n    \"onCreditNote\": false,\n    \"onCanceledDocument\": true\n  },\n  {\n    \"id\": 7404,\n    \"application\": \"HOTEL\",\n    \"type\": \"HOTEL_RESERVATION\",\n    \"label\": \"08/03\",\n    \"description\": \"\",\n    \"quantity\": 1,\n    \"discountRate\": 0,\n    \"offered\": false,\n    \"canceledAt\": null,\n    \"canceled\": false,\n    \"category\": {\n      \"id\": 0,\n      \"label\": \"Hébergement\",\n      \"color\": \"\"\n    },\n    \"article\": null,\n    \"customer\": {\n      \"id\": 1908,\n      \"lastName\": \"bousquet\",\n      \"firstName\": \"\",\n      \"email\": \"\",\n      \"company\": \"\",\n      \"blackListed\": false,\n      \"name\": \"bousquet\",\n      \"languageId\": 1,\n      \"companyId\": 0,\n      \"invoiceBalance\": 0\n    },\n    \"orderId\": null,\n    \"originOrderId\": null,\n    \"originOrderLabel\": null,\n    \"invoiceId\": 298,\n    \"invoiced\": true,\n    \"receiptId\": null,\n    \"onReceipt\": false,\n    \"transfered\": false,\n    \"locked\": true,\n    \"createdAt\": \"2026-02-26T22:08:59+01:00\",\n    \"updatedAt\": null,\n    \"consumedAt\": \"2026-03-08T00:00:00+01:00\",\n    \"priceIncludingTaxes\": 100,\n    \"priceExcludingTaxes\": 100,\n    \"taxesByRates\": {\n      \"0.00\": 0\n    },\n    \"totalTaxes\": 0,\n    \"amountIncludingTaxes\": 100,\n    \"amountExcludingTaxes\": 100,\n    \"amountTaxesByRates\": {\n      \"0.00\": 0\n    },\n    \"totalAmountTaxes\": 0,\n    \"childrenPurchases\": [],\n    \"parentPurchaseId\": 7401,\n    \"groupId\": null,\n    \"onCreditNote\": false,\n    \"onCanceledDocument\": true\n  },\n  {\n    \"id\": 7406,\n    \"application\": \"HOTEL\",\n    \"type\": \"HOTEL_TAXE\",\n    \"label\": \"06/03\",\n    \"description\": \"\",\n    \"quantity\": 2,\n    \"discountRate\": 0,\n    \"offered\": false,\n    \"canceledAt\": null,\n    \"canceled\": false,\n    \"category\": null,\n    \"article\": null,\n    \"customer\": {\n      \"id\": 1908,\n      \"lastName\": \"bousquet\",\n      \"firstName\": \"\",\n      \"email\": \"\",\n      \"company\": \"\",\n      \"blackListed\": false,\n      \"name\": \"bousquet\",\n      \"languageId\": 1,\n      \"companyId\": 0,\n      \"invoiceBalance\": 0\n    },\n    \"orderId\": null,\n    \"originOrderId\": null,\n    \"originOrderLabel\": null,\n    \"invoiceId\": 298,\n    \"invoiced\": true,\n    \"receiptId\": null,\n    \"onReceipt\": false,\n    \"transfered\": false,\n    \"locked\": true,\n    \"createdAt\": \"2026-02-26T22:08:59+01:00\",\n    \"updatedAt\": null,\n    \"consumedAt\": \"2026-03-06T00:00:00+01:00\",\n    \"priceIncludingTaxes\": 9,\n    \"priceExcludingTaxes\": 0,\n    \"taxesByRates\": [],\n    \"totalTaxes\": 0,\n    \"amountIncludingTaxes\": 9,\n    \"amountExcludingTaxes\": 0,\n    \"amountTaxesByRates\": [],\n    \"totalAmountTaxes\": 0,\n    \"childrenPurchases\": [],\n    \"parentPurchaseId\": 7405,\n    \"groupId\": null,\n    \"onCreditNote\": false,\n    \"onCanceledDocument\": true\n  },\n  {\n    \"id\": 7407,\n    \"application\": \"HOTEL\",\n    \"type\": \"HOTEL_TAXE\",\n    \"label\": \"07/03\",\n    \"description\": \"\",\n    \"quantity\": 2,\n    \"discountRate\": 0,\n    \"offered\": false,\n    \"canceledAt\": null,\n    \"canceled\": false,\n    \"category\": null,\n    \"article\": null,\n    \"customer\": {\n      \"id\": 1908,\n      \"lastName\": \"bousquet\",\n      \"firstName\": \"\",\n      \"email\": \"\",\n      \"company\": \"\",\n      \"blackListed\": false,\n      \"name\": \"bousquet\",\n      \"languageId\": 1,\n      \"companyId\": 0,\n      \"invoiceBalance\": 0\n    },\n    \"orderId\": null,\n    \"originOrderId\": null,\n    \"originOrderLabel\": null,\n    \"invoiceId\": 298,\n    \"invoiced\": true,\n    \"receiptId\": null,\n    \"onReceipt\": false,\n    \"transfered\": false,\n    \"locked\": true,\n    \"createdAt\": \"2026-02-26T22:08:59+01:00\",\n    \"updatedAt\": null,\n    \"consumedAt\": \"2026-03-07T00:00:00+01:00\",\n    \"priceIncludingTaxes\": 9,\n    \"priceExcludingTaxes\": 0,\n    \"taxesByRates\": [],\n    \"totalTaxes\": 0,\n    \"amountIncludingTaxes\": 9,\n    \"amountExcludingTaxes\": 0,\n    \"amountTaxesByRates\": [],\n    \"totalAmountTaxes\": 0,\n    \"childrenPurchases\": [],\n    \"parentPurchaseId\": 7405,\n    \"groupId\": null,\n    \"onCreditNote\": false,\n    \"onCanceledDocument\": true\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Ajouter des ventes",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/purchases",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "purchases"
              ]
            },
            "description": "La date de la vente peut etre précisé soit en global, soit par ventes.\n\n2 types de ventes sont possibles :\n\n- une vente libre (libelle, prix, quantité, catégorie, taux de TVA)\n\n    ```\n    {\n      \"type\": \"RESTAURANT_PURCHASE\",\n      \"label\": \"EXTRA LIBRE API PARTNER\",\n      \"description\": \"test\",\n      \"quantity\": 4,\n      \"price_including_taxes\": 10.55,\n      \"tax_rate\": 5.50,\n      \"discount_rate\": 0,\n      \"offered\": false,\n      \"consumed_at\": null,\n      \"category_id\": 18,\n      \"customer_id\": 234\n    }\n    ```\n\n- une vente d'extra déjà présent dans le catalogue (id, quantité)\n\n    ```\n    {\n      \"type\": \"RESTAURANT_PURCHASE\",\n      \"article_id\": 3,\n      \"description\": null,\n      \"quantity\": 2,\n      \"discount_rate\": 50,\n      \"offered\": false,\n      \"consumed_at\": null\n    }\n    ```\n\nLes différents \"type\" de ventes sont : `HOTEL_PURCHASE, HOTEL_PURCHASE_FREE, HOTEL_TAXE, HOTEL_INSURANCE, RESTAURANT_PURCHASE, SHOP_PURCHASE, SERVICE_BOOKING, SERVICE_PURCHASE`\n\nSi le type n'est pas défini: `HOTEL_PURCHASE_FREE` est utilisé.\n\n(format déprécié :\n``` {\n  \"date\": \"2024-08-30\",\n  \"label\": \"jus d'orange\",\n  \"description\": \"brique 1L\",\n  \"category_id\": 2,\n  \"quantity\": 8,\n  \"priceIncludingTaxes\": 5.50,\n  \"taxRate\": 5.5\n} ```\n)",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customer_id\": \"{{customer_id}}\",\n  \"order_id\": \"{{order_id}}\",\n  \"date\": \"{{_date+0}}\",\n  \"purchases\": [\n    {\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"Vente API Test\",\n      \"description\": \"Vente creee via API\",\n      \"quantity\": 1,\n      \"price_including_taxes\": 12.5,\n      \"tax_rate\": 20,\n      \"discount_rate\": 0,\n      \"offered\": false,\n      \"consumed_at\": null,\n      \"category_id\": \"{{category_id}}\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Ajouter une vente libre",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/purchases",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "purchases"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"customer_id\": 746,\n  \"order_id\": 1,\n  \"date\": \"2026-03-26\",\n  \"purchases\": [\n    {\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"Vente API Test\",\n      \"description\": \"Vente creee via API\",\n      \"quantity\": 1,\n      \"price_including_taxes\": 12.5,\n      \"tax_rate\": 20,\n      \"discount_rate\": 0,\n      \"offered\": false,\n      \"consumed_at\": null,\n      \"category_id\": 23\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 11922,\n    \"application\": \"RESORT\",\n    \"type\": \"HOTEL_PURCHASE_FREE\",\n    \"label\": \"Vente API Test\",\n    \"description\": \"Vente creee via API\",\n    \"quantity\": 1,\n    \"discountRate\": 0,\n    \"offered\": false,\n    \"canceledAt\": null,\n    \"canceled\": false,\n    \"category\": {\n      \"id\": 23,\n      \"label\": \"Boisson chaude\",\n      \"color\": \"#26B38D\"\n    },\n    \"article\": null,\n    \"customer\": {\n      \"id\": 746,\n      \"lastName\": \"Gorchon\",\n      \"firstName\": \"Jeanne\",\n      \"email\": \"support@thais-soft.com\",\n      \"company\": \"Thais PMS\",\n      \"blackListed\": false,\n      \"name\": \"Gorchon Jeanne\",\n      \"languageId\": 1,\n      \"companyId\": 1564,\n      \"invoiceBalance\": 1292.92\n    },\n    \"orderId\": 1,\n    \"originOrderId\": 1,\n    \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n    \"invoiceId\": null,\n    \"invoiced\": false,\n    \"receiptId\": null,\n    \"onReceipt\": false,\n    \"transfered\": false,\n    \"locked\": false,\n    \"createdAt\": \"2026-03-26T11:10:26+01:00\",\n    \"updatedAt\": null,\n    \"consumedAt\": \"2026-03-26T00:00:00+01:00\",\n    \"priceIncludingTaxes\": 12.5,\n    \"priceExcludingTaxes\": 10.42,\n    \"taxesByRates\": {\n      \"20.00\": 2.08\n    },\n    \"totalTaxes\": 2.08,\n    \"amountIncludingTaxes\": 12.5,\n    \"amountExcludingTaxes\": 10.42,\n    \"amountTaxesByRates\": {\n      \"20.00\": 2.08\n    },\n    \"totalAmountTaxes\": 2.08,\n    \"childrenPurchases\": [],\n    \"parentPurchaseId\": null,\n    \"groupId\": null,\n    \"onCreditNote\": false,\n    \"onCanceledDocument\": false\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Information d'une commande",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/orders/{{id}}",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "orders",
                "{{id}}"
              ]
            },
            "description": "Recuperation des donnees d'une commande."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/orders/{{id}}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "orders",
                    "{{id}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 1,\n  \"createdAt\": \"2026-01-23T11:06:35+01:00\",\n  \"label\": \"RESTO 1 : 23/01/2026 11:06\",\n  \"externalReference\": null,\n  \"isTransferBlocked\": false,\n  \"isPaid\": true,\n  \"totalExcludingTaxes\": 1305.76,\n  \"totalIncludingTaxes\": 1490.11,\n  \"totalOutstandingDeposits\": 0,\n  \"totalOutstandingIncludingTaxes\": 1419.11,\n  \"purchases\": [\n    {\n      \"id\": 1,\n      \"application\": \"RESTAURANT\",\n      \"type\": \"RESTAURANT_PURCHASE\",\n      \"label\": \"Kir\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 17,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": {\n        \"id\": 89,\n        \"label\": \"Article modifié\"\n      },\n      \"customer\": null,\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": 1,\n      \"onReceipt\": true,\n      \"transfered\": false,\n      \"locked\": true,\n      \"createdAt\": \"2026-01-23T11:06:46+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-01-23T11:06:46+01:00\",\n      \"priceIncludingTaxes\": 8.5,\n      \"priceExcludingTaxes\": 7.08,\n      \"taxesByRates\": {\n        \"20.00\": 1.42\n      },\n      \"totalTaxes\": 1.42,\n      \"amountIncludingTaxes\": 8.5,\n      \"amountExcludingTaxes\": 7.08,\n      \"amountTaxesByRates\": {\n        \"20.00\": 1.42\n      },\n      \"totalAmountTaxes\": 1.42,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 2,\n      \"application\": \"RESTAURANT\",\n      \"type\": \"RESTAURANT_PURCHASE\",\n      \"label\": \"Jus \",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 17,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": {\n        \"id\": 86,\n        \"label\": \"Article modifié\"\n      },\n      \"customer\": null,\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": 1,\n      \"onReceipt\": true,\n      \"transfered\": false,\n      \"locked\": true,\n      \"createdAt\": \"2026-01-23T11:06:46+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-01-23T11:06:46+01:00\",\n      \"priceIncludingTaxes\": 4.5,\n      \"priceExcludingTaxes\": 4.09,\n      \"taxesByRates\": {\n        \"10.00\": 0.41\n      },\n      \"totalTaxes\": 0.41,\n      \"amountIncludingTaxes\": 4.5,\n      \"amountExcludingTaxes\": 4.09,\n      \"amountTaxesByRates\": {\n        \"10.00\": 0.41\n      },\n      \"totalAmountTaxes\": 0.41,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 3,\n      \"application\": \"RESTAURANT\",\n      \"type\": \"RESTAURANT_PURCHASE\",\n      \"label\": \"Chartreuse jaune\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 20,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": {\n        \"id\": 116,\n        \"label\": \"Chartreuse jaune\"\n      },\n      \"customer\": null,\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": 1,\n      \"onReceipt\": true,\n      \"transfered\": false,\n      \"locked\": true,\n      \"createdAt\": \"2026-01-23T11:06:47+01:00\",\n      \"updatedAt\": \"2026-01-23T11:06:49+01:00\",\n      \"consumedAt\": \"2026-01-23T11:06:47+01:00\",\n      \"priceIncludingTaxes\": 26,\n      \"priceExcludingTaxes\": 21.67,\n      \"taxesByRates\": {\n        \"20.00\": 4.33\n      },\n      \"totalTaxes\": 4.33,\n      \"amountIncludingTaxes\": 26,\n      \"amountExcludingTaxes\": 21.67,\n      \"amountTaxesByRates\": {\n        \"20.00\": 4.33\n      },\n      \"totalAmountTaxes\": 4.33,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 4,\n      \"application\": \"RESTAURANT\",\n      \"type\": \"RESTAURANT_PURCHASE\",\n      \"label\": \"Chartreuse verte\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 20,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": {\n        \"id\": 113,\n        \"label\": \"Chartreuse verte\"\n      },\n      \"customer\": null,\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": 1,\n      \"onReceipt\": true,\n      \"transfered\": false,\n      \"locked\": true,\n      \"createdAt\": \"2026-01-23T11:06:47+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-01-23T11:06:47+01:00\",\n      \"priceIncludingTaxes\": 12,\n      \"priceExcludingTaxes\": 10,\n      \"taxesByRates\": {\n        \"20.00\": 2\n      },\n      \"totalTaxes\": 2,\n      \"amountIncludingTaxes\": 12,\n      \"amountExcludingTaxes\": 10,\n      \"amountTaxesByRates\": {\n        \"20.00\": 2\n      },\n      \"totalAmountTaxes\": 2,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5,\n      \"application\": \"RESTAURANT\",\n      \"type\": \"RESTAURANT_PURCHASE\",\n      \"label\": \"Rillettes\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 26,\n        \"label\": \"Tapas\",\n        \"color\": \"#22E07E\"\n      },\n      \"article\": {\n        \"id\": 131,\n        \"label\": \"Rillettes\"\n      },\n      \"customer\": null,\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": 1,\n      \"onReceipt\": true,\n      \"transfered\": false,\n      \"locked\": true,\n      \"createdAt\": \"2026-01-23T11:08:09+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-01-23T11:08:09+01:00\",\n      \"priceIncludingTaxes\": 20,\n      \"priceExcludingTaxes\": 18.18,\n      \"taxesByRates\": {\n        \"10.00\": 1.82\n      },\n      \"totalTaxes\": 1.82,\n      \"amountIncludingTaxes\": 20,\n      \"amountExcludingTaxes\": 18.18,\n      \"amountTaxesByRates\": {\n        \"10.00\": 1.82\n      },\n      \"totalAmountTaxes\": 1.82,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5157,\n      \"application\": \"RESORT\",\n      \"type\": \"SERVICE_PURCHASE\",\n      \"label\": \"Article modifié\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 96,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 549,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 3,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T00:43:38+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-02-26T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 23,\n      \"priceExcludingTaxes\": 23,\n      \"taxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalTaxes\": 0,\n      \"amountIncludingTaxes\": 23,\n      \"amountExcludingTaxes\": 23,\n      \"amountTaxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalAmountTaxes\": 0,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5158,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"jus d'orange\",\n      \"description\": \"brique 1L\",\n      \"quantity\": 8,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 96,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 549,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 3,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T00:43:38+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-02-26T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 44,\n      \"priceExcludingTaxes\": 41.71,\n      \"taxesByRates\": {\n        \"5.50\": 2.29\n      },\n      \"totalTaxes\": 2.29,\n      \"amountIncludingTaxes\": 44,\n      \"amountExcludingTaxes\": 41.71,\n      \"amountTaxesByRates\": {\n        \"5.50\": 2.29\n      },\n      \"totalAmountTaxes\": 2.29,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5159,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"EXTRA LIBRE API PARTNER\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 96,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 549,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 3,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T00:43:38+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-02-26T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 123.23,\n      \"priceExcludingTaxes\": 102.69,\n      \"taxesByRates\": {\n        \"20.00\": 20.54\n      },\n      \"totalTaxes\": 20.54,\n      \"amountIncludingTaxes\": 123.23,\n      \"amountExcludingTaxes\": 102.69,\n      \"amountTaxesByRates\": {\n        \"20.00\": 20.54\n      },\n      \"totalAmountTaxes\": 20.54,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5163,\n      \"application\": \"RESORT\",\n      \"type\": \"SERVICE_PURCHASE\",\n      \"label\": \"Article modifié\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 8,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 548,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 3,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T00:45:44+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-02-26T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 23,\n      \"priceExcludingTaxes\": 23,\n      \"taxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalTaxes\": 0,\n      \"amountIncludingTaxes\": 23,\n      \"amountExcludingTaxes\": 23,\n      \"amountTaxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalAmountTaxes\": 0,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5164,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"jus d'orange\",\n      \"description\": \"brique 1L\",\n      \"quantity\": 8,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 8,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 548,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 3,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T00:45:44+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-02-26T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 44,\n      \"priceExcludingTaxes\": 41.71,\n      \"taxesByRates\": {\n        \"5.50\": 2.29\n      },\n      \"totalTaxes\": 2.29,\n      \"amountIncludingTaxes\": 44,\n      \"amountExcludingTaxes\": 41.71,\n      \"amountTaxesByRates\": {\n        \"5.50\": 2.29\n      },\n      \"totalAmountTaxes\": 2.29,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5165,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"EXTRA LIBRE API PARTNER\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 8,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 548,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 3,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T00:45:44+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-02-26T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 123.23,\n      \"priceExcludingTaxes\": 102.69,\n      \"taxesByRates\": {\n        \"20.00\": 20.54\n      },\n      \"totalTaxes\": 20.54,\n      \"amountIncludingTaxes\": 123.23,\n      \"amountExcludingTaxes\": 102.69,\n      \"amountTaxesByRates\": {\n        \"20.00\": 20.54\n      },\n      \"totalAmountTaxes\": 20.54,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5186,\n      \"application\": \"RESORT\",\n      \"type\": \"SERVICE_PURCHASE\",\n      \"label\": \"Article modifié\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 57,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 632,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 3,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T01:02:03+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-02-27T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 23,\n      \"priceExcludingTaxes\": 23,\n      \"taxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalTaxes\": 0,\n      \"amountIncludingTaxes\": 23,\n      \"amountExcludingTaxes\": 23,\n      \"amountTaxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalAmountTaxes\": 0,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5187,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"jus d'orange\",\n      \"description\": \"brique 1L\",\n      \"quantity\": 8,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 57,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 632,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 3,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T01:02:03+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-02-27T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 44,\n      \"priceExcludingTaxes\": 41.71,\n      \"taxesByRates\": {\n        \"5.50\": 2.29\n      },\n      \"totalTaxes\": 2.29,\n      \"amountIncludingTaxes\": 44,\n      \"amountExcludingTaxes\": 41.71,\n      \"amountTaxesByRates\": {\n        \"5.50\": 2.29\n      },\n      \"totalAmountTaxes\": 2.29,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5188,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"EXTRA LIBRE API PARTNER\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 57,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 632,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 3,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T01:02:03+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-02-27T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 123.23,\n      \"priceExcludingTaxes\": 102.69,\n      \"taxesByRates\": {\n        \"20.00\": 20.54\n      },\n      \"totalTaxes\": 20.54,\n      \"amountIncludingTaxes\": 123.23,\n      \"amountExcludingTaxes\": 102.69,\n      \"amountTaxesByRates\": {\n        \"20.00\": 20.54\n      },\n      \"totalAmountTaxes\": 20.54,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5221,\n      \"application\": \"RESORT\",\n      \"type\": \"SERVICE_PURCHASE\",\n      \"label\": \"Article modifié\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 58,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 1163,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 3,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T01:05:23+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-02-27T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 23,\n      \"priceExcludingTaxes\": 23,\n      \"taxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalTaxes\": 0,\n      \"amountIncludingTaxes\": 23,\n      \"amountExcludingTaxes\": 23,\n      \"amountTaxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalAmountTaxes\": 0,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5222,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"jus d'orange\",\n      \"description\": \"brique 1L\",\n      \"quantity\": 8,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 58,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 1163,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 3,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T01:05:23+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-02-27T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 44,\n      \"priceExcludingTaxes\": 41.71,\n      \"taxesByRates\": {\n        \"5.50\": 2.29\n      },\n      \"totalTaxes\": 2.29,\n      \"amountIncludingTaxes\": 44,\n      \"amountExcludingTaxes\": 41.71,\n      \"amountTaxesByRates\": {\n        \"5.50\": 2.29\n      },\n      \"totalAmountTaxes\": 2.29,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5223,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"EXTRA LIBRE API PARTNER\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 58,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 1163,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 3,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T01:05:23+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-02-27T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 123.23,\n      \"priceExcludingTaxes\": 102.69,\n      \"taxesByRates\": {\n        \"20.00\": 20.54\n      },\n      \"totalTaxes\": 20.54,\n      \"amountIncludingTaxes\": 123.23,\n      \"amountExcludingTaxes\": 102.69,\n      \"amountTaxesByRates\": {\n        \"20.00\": 20.54\n      },\n      \"totalAmountTaxes\": 20.54,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5227,\n      \"application\": \"RESORT\",\n      \"type\": \"SERVICE_PURCHASE\",\n      \"label\": \"Article modifié\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 17,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 613,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 3,\n        \"companyId\": 90,\n        \"invoiceBalance\": 0\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T01:08:54+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-02-27T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 23,\n      \"priceExcludingTaxes\": 23,\n      \"taxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalTaxes\": 0,\n      \"amountIncludingTaxes\": 23,\n      \"amountExcludingTaxes\": 23,\n      \"amountTaxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalAmountTaxes\": 0,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5228,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"jus d'orange\",\n      \"description\": \"brique 1L\",\n      \"quantity\": 8,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 17,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 613,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 3,\n        \"companyId\": 90,\n        \"invoiceBalance\": 0\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T01:08:54+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-02-27T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 44,\n      \"priceExcludingTaxes\": 41.71,\n      \"taxesByRates\": {\n        \"5.50\": 2.29\n      },\n      \"totalTaxes\": 2.29,\n      \"amountIncludingTaxes\": 44,\n      \"amountExcludingTaxes\": 41.71,\n      \"amountTaxesByRates\": {\n        \"5.50\": 2.29\n      },\n      \"totalAmountTaxes\": 2.29,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5229,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"EXTRA LIBRE API PARTNER\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 17,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 613,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 3,\n        \"companyId\": 90,\n        \"invoiceBalance\": 0\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T01:08:54+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-02-27T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 123.23,\n      \"priceExcludingTaxes\": 102.69,\n      \"taxesByRates\": {\n        \"20.00\": 20.54\n      },\n      \"totalTaxes\": 20.54,\n      \"amountIncludingTaxes\": 123.23,\n      \"amountExcludingTaxes\": 102.69,\n      \"amountTaxesByRates\": {\n        \"20.00\": 20.54\n      },\n      \"totalAmountTaxes\": 20.54,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5238,\n      \"application\": \"RESORT\",\n      \"type\": \"SERVICE_PURCHASE\",\n      \"label\": \"Article modifié\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 59,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 1223,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 3,\n        \"companyId\": null,\n        \"invoiceBalance\": 100\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T01:28:16+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-02-27T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 23,\n      \"priceExcludingTaxes\": 23,\n      \"taxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalTaxes\": 0,\n      \"amountIncludingTaxes\": 23,\n      \"amountExcludingTaxes\": 23,\n      \"amountTaxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalAmountTaxes\": 0,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5239,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"jus d'orange\",\n      \"description\": \"brique 1L\",\n      \"quantity\": 8,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 59,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 1223,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 3,\n        \"companyId\": null,\n        \"invoiceBalance\": 100\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T01:28:16+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-02-27T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 44,\n      \"priceExcludingTaxes\": 41.71,\n      \"taxesByRates\": {\n        \"5.50\": 2.29\n      },\n      \"totalTaxes\": 2.29,\n      \"amountIncludingTaxes\": 44,\n      \"amountExcludingTaxes\": 41.71,\n      \"amountTaxesByRates\": {\n        \"5.50\": 2.29\n      },\n      \"totalAmountTaxes\": 2.29,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 5240,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"EXTRA LIBRE API PARTNER\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 59,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 1223,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 3,\n        \"companyId\": null,\n        \"invoiceBalance\": 100\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T01:28:16+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-02-27T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 123.23,\n      \"priceExcludingTaxes\": 102.69,\n      \"taxesByRates\": {\n        \"20.00\": 20.54\n      },\n      \"totalTaxes\": 20.54,\n      \"amountIncludingTaxes\": 123.23,\n      \"amountExcludingTaxes\": 102.69,\n      \"amountTaxesByRates\": {\n        \"20.00\": 20.54\n      },\n      \"totalAmountTaxes\": 20.54,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 9297,\n      \"application\": \"RESORT\",\n      \"type\": \"SERVICE_PURCHASE\",\n      \"label\": \"Article modifié\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 20,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 1836,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 1,\n        \"companyId\": 0,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-10T10:37:31+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-17T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 23,\n      \"priceExcludingTaxes\": 23,\n      \"taxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalTaxes\": 0,\n      \"amountIncludingTaxes\": 23,\n      \"amountExcludingTaxes\": 23,\n      \"amountTaxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalAmountTaxes\": 0,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 9298,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"jus d'orange\",\n      \"description\": \"brique 1L\",\n      \"quantity\": 8,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 20,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 1836,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 1,\n        \"companyId\": 0,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-10T10:37:31+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-17T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 44,\n      \"priceExcludingTaxes\": 41.71,\n      \"taxesByRates\": {\n        \"5.50\": 2.29\n      },\n      \"totalTaxes\": 2.29,\n      \"amountIncludingTaxes\": 44,\n      \"amountExcludingTaxes\": 41.71,\n      \"amountTaxesByRates\": {\n        \"5.50\": 2.29\n      },\n      \"totalAmountTaxes\": 2.29,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 9299,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"EXTRA LIBRE API PARTNER\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 20,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 1836,\n        \"lastName\": \"PIERRE\",\n        \"firstName\": \"Jaques\",\n        \"email\": \"azerty@thais-pms.com\",\n        \"company\": \"xxxx\",\n        \"blackListed\": false,\n        \"name\": \"PIERRE Jaques\",\n        \"languageId\": 1,\n        \"companyId\": 0,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-10T10:37:31+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-17T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 123.23,\n      \"priceExcludingTaxes\": 102.69,\n      \"taxesByRates\": {\n        \"20.00\": 20.54\n      },\n      \"totalTaxes\": 20.54,\n      \"amountIncludingTaxes\": 123.23,\n      \"amountExcludingTaxes\": 102.69,\n      \"amountTaxesByRates\": {\n        \"20.00\": 20.54\n      },\n      \"totalAmountTaxes\": 20.54,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 11166,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"Vente API Test\",\n      \"description\": \"Vente creee via API\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 23,\n        \"label\": \"Boisson chaude\",\n        \"color\": \"#26B38D\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 746,\n        \"lastName\": \"Gorchon\",\n        \"firstName\": \"Jeanne\",\n        \"email\": \"support@thais-soft.com\",\n        \"company\": \"Thais PMS\",\n        \"blackListed\": false,\n        \"name\": \"Gorchon Jeanne\",\n        \"languageId\": 1,\n        \"companyId\": 1564,\n        \"invoiceBalance\": 1292.92\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-19T18:42:00+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-19T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 12.5,\n      \"priceExcludingTaxes\": 10.42,\n      \"taxesByRates\": {\n        \"20.00\": 2.08\n      },\n      \"totalTaxes\": 2.08,\n      \"amountIncludingTaxes\": 12.5,\n      \"amountExcludingTaxes\": 10.42,\n      \"amountTaxesByRates\": {\n        \"20.00\": 2.08\n      },\n      \"totalAmountTaxes\": 2.08,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 11182,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"Vente API Test\",\n      \"description\": \"Vente creee via API\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 23,\n        \"label\": \"Boisson chaude\",\n        \"color\": \"#26B38D\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 746,\n        \"lastName\": \"Gorchon\",\n        \"firstName\": \"Jeanne\",\n        \"email\": \"support@thais-soft.com\",\n        \"company\": \"Thais PMS\",\n        \"blackListed\": false,\n        \"name\": \"Gorchon Jeanne\",\n        \"languageId\": 1,\n        \"companyId\": 1564,\n        \"invoiceBalance\": 1292.92\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-19T18:47:56+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-19T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 12.5,\n      \"priceExcludingTaxes\": 10.42,\n      \"taxesByRates\": {\n        \"20.00\": 2.08\n      },\n      \"totalTaxes\": 2.08,\n      \"amountIncludingTaxes\": 12.5,\n      \"amountExcludingTaxes\": 10.42,\n      \"amountTaxesByRates\": {\n        \"20.00\": 2.08\n      },\n      \"totalAmountTaxes\": 2.08,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 11219,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"Vente API Test\",\n      \"description\": \"Vente creee via API\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 23,\n        \"label\": \"Boisson chaude\",\n        \"color\": \"#26B38D\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 746,\n        \"lastName\": \"Gorchon\",\n        \"firstName\": \"Jeanne\",\n        \"email\": \"support@thais-soft.com\",\n        \"company\": \"Thais PMS\",\n        \"blackListed\": false,\n        \"name\": \"Gorchon Jeanne\",\n        \"languageId\": 1,\n        \"companyId\": 1564,\n        \"invoiceBalance\": 1292.92\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-19T20:31:29+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-19T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 12.5,\n      \"priceExcludingTaxes\": 10.42,\n      \"taxesByRates\": {\n        \"20.00\": 2.08\n      },\n      \"totalTaxes\": 2.08,\n      \"amountIncludingTaxes\": 12.5,\n      \"amountExcludingTaxes\": 10.42,\n      \"amountTaxesByRates\": {\n        \"20.00\": 2.08\n      },\n      \"totalAmountTaxes\": 2.08,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 11233,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"Vente API Test\",\n      \"description\": \"Vente creee via API\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 23,\n        \"label\": \"Boisson chaude\",\n        \"color\": \"#26B38D\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 746,\n        \"lastName\": \"Gorchon\",\n        \"firstName\": \"Jeanne\",\n        \"email\": \"support@thais-soft.com\",\n        \"company\": \"Thais PMS\",\n        \"blackListed\": false,\n        \"name\": \"Gorchon Jeanne\",\n        \"languageId\": 1,\n        \"companyId\": 1564,\n        \"invoiceBalance\": 1292.92\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-19T20:35:52+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-19T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 12.5,\n      \"priceExcludingTaxes\": 10.42,\n      \"taxesByRates\": {\n        \"20.00\": 2.08\n      },\n      \"totalTaxes\": 2.08,\n      \"amountIncludingTaxes\": 12.5,\n      \"amountExcludingTaxes\": 10.42,\n      \"amountTaxesByRates\": {\n        \"20.00\": 2.08\n      },\n      \"totalAmountTaxes\": 2.08,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 11258,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"Vente API Test\",\n      \"description\": \"Vente creee via API\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 23,\n        \"label\": \"Boisson chaude\",\n        \"color\": \"#26B38D\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 746,\n        \"lastName\": \"Gorchon\",\n        \"firstName\": \"Jeanne\",\n        \"email\": \"support@thais-soft.com\",\n        \"company\": \"Thais PMS\",\n        \"blackListed\": false,\n        \"name\": \"Gorchon Jeanne\",\n        \"languageId\": 1,\n        \"companyId\": 1564,\n        \"invoiceBalance\": 1292.92\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-19T22:54:47+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-19T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 12.5,\n      \"priceExcludingTaxes\": 10.42,\n      \"taxesByRates\": {\n        \"20.00\": 2.08\n      },\n      \"totalTaxes\": 2.08,\n      \"amountIncludingTaxes\": 12.5,\n      \"amountExcludingTaxes\": 10.42,\n      \"amountTaxesByRates\": {\n        \"20.00\": 2.08\n      },\n      \"totalAmountTaxes\": 2.08,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 11377,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"Vente API Test\",\n      \"description\": \"Vente creee via API\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 23,\n        \"label\": \"Boisson chaude\",\n        \"color\": \"#26B38D\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 746,\n        \"lastName\": \"Gorchon\",\n        \"firstName\": \"Jeanne\",\n        \"email\": \"support@thais-soft.com\",\n        \"company\": \"Thais PMS\",\n        \"blackListed\": false,\n        \"name\": \"Gorchon Jeanne\",\n        \"languageId\": 1,\n        \"companyId\": 1564,\n        \"invoiceBalance\": 1292.92\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-20T12:03:19+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-20T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 12.5,\n      \"priceExcludingTaxes\": 10.42,\n      \"taxesByRates\": {\n        \"20.00\": 2.08\n      },\n      \"totalTaxes\": 2.08,\n      \"amountIncludingTaxes\": 12.5,\n      \"amountExcludingTaxes\": 10.42,\n      \"amountTaxesByRates\": {\n        \"20.00\": 2.08\n      },\n      \"totalAmountTaxes\": 2.08,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 11922,\n      \"application\": \"RESORT\",\n      \"type\": \"HOTEL_PURCHASE_FREE\",\n      \"label\": \"Vente API Test\",\n      \"description\": \"Vente creee via API\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 23,\n        \"label\": \"Boisson chaude\",\n        \"color\": \"#26B38D\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 746,\n        \"lastName\": \"Gorchon\",\n        \"firstName\": \"Jeanne\",\n        \"email\": \"support@thais-soft.com\",\n        \"company\": \"Thais PMS\",\n        \"blackListed\": false,\n        \"name\": \"Gorchon Jeanne\",\n        \"languageId\": 1,\n        \"companyId\": 1564,\n        \"invoiceBalance\": 1292.92\n      },\n      \"orderId\": 1,\n      \"originOrderId\": 1,\n      \"originOrderLabel\": \"RESTO 1 : 23/01/2026 11:06\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-26T11:10:26+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-26T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 12.5,\n      \"priceExcludingTaxes\": 10.42,\n      \"taxesByRates\": {\n        \"20.00\": 2.08\n      },\n      \"totalTaxes\": 2.08,\n      \"amountIncludingTaxes\": 12.5,\n      \"amountExcludingTaxes\": 10.42,\n      \"amountTaxesByRates\": {\n        \"20.00\": 2.08\n      },\n      \"totalAmountTaxes\": 2.08,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  ],\n  \"bills\": [],\n  \"invoice\": [],\n  \"payments\": []\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des commandes",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/orders?from=2026-03-01&to=2026-03-13",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "orders"
              ],
              "query": [
                {
                  "key": "from",
                  "value": "2026-03-01",
                  "description": "Date de début au format YYYY-MM-DD",
                  "disabled": false
                },
                {
                  "key": "to",
                  "value": "2026-03-13",
                  "description": "Date de fin au format YYYY-MM-DD",
                  "disabled": false
                }
              ]
            },
            "description": "Recuperation de la liste des commandes."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/orders?from=2026-03-01&to=2026-03-13",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "orders"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "2026-03-01",
                      "description": "Date de début au format YYYY-MM-DD",
                      "disabled": false
                    },
                    {
                      "key": "to",
                      "value": "2026-03-13",
                      "description": "Date de fin au format YYYY-MM-DD",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 835,\n    \"createdAt\": \"2026-03-01T12:24:21+01:00\",\n    \"label\": \"CDH504: 26/05/2026 - 28/05/2026\",\n    \"externalReference\": null,\n    \"isTransferBlocked\": false,\n    \"isPaid\": false,\n    \"totalExcludingTaxes\": 271.83,\n    \"totalIncludingTaxes\": 312.95,\n    \"totalOutstandingDeposits\": 0,\n    \"totalOutstandingIncludingTaxes\": 312.95\n  },\n  {\n    \"id\": 836,\n    \"createdAt\": \"2026-03-01T12:30:43+01:00\",\n    \"label\": \"CDH505: 27/05/2026 - 30/05/2026\",\n    \"externalReference\": null,\n    \"isTransferBlocked\": false,\n    \"isPaid\": false,\n    \"totalExcludingTaxes\": 891.81,\n    \"totalIncludingTaxes\": 1021.5,\n    \"totalOutstandingDeposits\": 0,\n    \"totalOutstandingIncludingTaxes\": 1021.5\n  },\n  {\n    \"id\": 837,\n    \"createdAt\": \"2026-03-01T12:37:29+01:00\",\n    \"label\": \"CDH506: 28/05/2026 - 31/05/2026\",\n    \"externalReference\": null,\n    \"isTransferBlocked\": false,\n    \"isPaid\": false,\n    \"totalExcludingTaxes\": 401.12,\n    \"totalIncludingTaxes\": 458,\n    \"totalOutstandingDeposits\": 0,\n    \"totalOutstandingIncludingTaxes\": 458\n  },\n  {\n    \"id\": 838,\n    \"createdAt\": \"2026-03-01T12:41:37+01:00\",\n    \"label\": \"CDH507: 29/05/2026 - 02/06/2026\",\n    \"externalReference\": null,\n    \"isTransferBlocked\": false,\n    \"isPaid\": false,\n    \"totalExcludingTaxes\": 4965.29,\n    \"totalIncludingTaxes\": 5555,\n    \"totalOutstandingDeposits\": 0,\n    \"totalOutstandingIncludingTaxes\": 5375\n  },\n  {\n    \"id\": 839,\n    \"createdAt\": \"2026-03-01T12:53:41+01:00\",\n    \"label\": \"CDH508: 29/05/2026 - 01/06/2026\",\n    \"externalReference\": null,\n    \"isTransferBlocked\": false,\n    \"isPaid\": false,\n    \"totalExcludingTaxes\": 412.72,\n    \"totalIncludingTaxes\": 481,\n    \"totalOutstandingDeposits\": 0,\n    \"totalOutstandingIncludingTaxes\": 481\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des factures",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/invoices?ids[]=",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "invoices"
              ],
              "query": [
                {
                  "key": "from",
                  "value": "2026-03-01",
                  "description": "Date de début au format YYYY-MM-DD",
                  "disabled": true
                },
                {
                  "key": "to",
                  "value": "2026-03-13",
                  "description": "Date de fin au format YYYY-MM-DD",
                  "disabled": true
                },
                {
                  "key": "ids[]",
                  "value": "",
                  "description": "if ids is provide, from and to are ignored",
                  "disabled": false
                }
              ]
            },
            "description": "Recuperation de la liste des factures.\n- par dates\n- par IDs"
          },
          "response": [
            {
              "name": "Récupération des factures par date",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/invoices?from=2026-03-01&to=2026-03-13",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "invoices"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "2026-03-01",
                      "description": "Date de début au format YYYY-MM-DD",
                      "disabled": false
                    },
                    {
                      "key": "to",
                      "value": "2026-03-13",
                      "description": "Date de fin au format YYYY-MM-DD",
                      "disabled": false
                    },
                    {
                      "key": "ids[]",
                      "value": "",
                      "description": "if ids is provide, from and to are ignored",
                      "disabled": true
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 298,\n    \"customer_id\": 1908,\n    \"created_at\": \"2026-03-01 07:20:18\",\n    \"doc_type\": \"INVOICE\",\n    \"typology\": \"SERVICES\",\n    \"user_id\": 3,\n    \"external_reference\": null,\n    \"free_text\": null,\n    \"customer_civility\": \"M. ou Mme\",\n    \"customer_type\": \"PERSON\",\n    \"customer_label\": \"bousquet\",\n    \"customer_firstname\": \"\",\n    \"customer_address_opposition\": false,\n    \"customer_address\": \".\",\n    \"customer_address2\": \"\",\n    \"customer_city\": \".\",\n    \"customer_post_code\": \".\",\n    \"customer_country\": \"FR\",\n    \"customer_num_tva_intra\": \"\",\n    \"customer_num_tva_not_eu\": \"\",\n    \"customer_siren\": \"\",\n    \"customer_siret\": \"\",\n    \"total_discount\": 0,\n    \"total_by_rates\": {\n      \"0.00\": {\n        \"excludingTaxes\": 300,\n        \"taxes\": 0,\n        \"includingTaxes\": 300\n      }\n    },\n    \"total_excluding_taxes\": 300,\n    \"total_vat\": 0,\n    \"total_other_taxes\": 27,\n    \"total_including_taxes\": 327,\n    \"net_to_pay\": 327,\n    \"canceled_at\": \"2026-03-01 07:20:23\"\n  },\n  {\n    \"id\": 299,\n    \"customer_id\": 1908,\n    \"created_at\": \"2026-03-01 07:20:23\",\n    \"doc_type\": \"CREDIT_NOTE\",\n    \"typology\": \"SERVICES\",\n    \"user_id\": 3,\n    \"external_reference\": \"annulation de la facture F0000000298\",\n    \"free_text\": null,\n    \"customer_civility\": \"M. ou Mme\",\n    \"customer_type\": \"PERSON\",\n    \"customer_label\": \"bousquet\",\n    \"customer_firstname\": \"\",\n    \"customer_address_opposition\": false,\n    \"customer_address\": \".\",\n    \"customer_address2\": \"\",\n    \"customer_city\": \".\",\n    \"customer_post_code\": \".\",\n    \"customer_country\": \"FR\",\n    \"customer_num_tva_intra\": \"\",\n    \"customer_num_tva_not_eu\": \"\",\n    \"customer_siren\": \"\",\n    \"customer_siret\": \"\",\n    \"total_discount\": 0,\n    \"total_by_rates\": {\n      \"0.00\": {\n        \"excludingTaxes\": -300,\n        \"taxes\": 0,\n        \"includingTaxes\": -300\n      }\n    },\n    \"total_excluding_taxes\": -300,\n    \"total_vat\": 0,\n    \"total_other_taxes\": -27,\n    \"total_including_taxes\": -327,\n    \"net_to_pay\": -327,\n    \"canceled_at\": null\n  },\n  {\n    \"id\": 300,\n    \"customer_id\": 1908,\n    \"created_at\": \"2026-03-01 07:21:01\",\n    \"doc_type\": \"INVOICE\",\n    \"typology\": \"SERVICES\",\n    \"user_id\": 3,\n    \"external_reference\": null,\n    \"free_text\": null,\n    \"customer_civility\": \"M. ou Mme\",\n    \"customer_type\": \"PERSON\",\n    \"customer_label\": \"bousquet\",\n    \"customer_firstname\": \"\",\n    \"customer_address_opposition\": false,\n    \"customer_address\": \".\",\n    \"customer_address2\": \"\",\n    \"customer_city\": \".\",\n    \"customer_post_code\": \".\",\n    \"customer_country\": \"FR\",\n    \"customer_num_tva_intra\": \"\",\n    \"customer_num_tva_not_eu\": \"\",\n    \"customer_siren\": \"\",\n    \"customer_siret\": \"\",\n    \"total_discount\": 0,\n    \"total_by_rates\": {\n      \"0.00\": {\n        \"excludingTaxes\": 200,\n        \"taxes\": 0,\n        \"includingTaxes\": 200\n      }\n    },\n    \"total_excluding_taxes\": 200,\n    \"total_vat\": 0,\n    \"total_other_taxes\": 18,\n    \"total_including_taxes\": 218,\n    \"net_to_pay\": 218,\n    \"canceled_at\": null\n  },\n  {\n    \"id\": 301,\n    \"customer_id\": 1630,\n    \"created_at\": \"2026-03-01 17:14:23\",\n    \"doc_type\": \"INVOICE\",\n    \"typology\": \"GOODS_AND_SERVICES\",\n    \"user_id\": 3,\n    \"external_reference\": \"test\",\n    \"free_text\": null,\n    \"customer_civility\": \"M. ou Mme\",\n    \"customer_type\": \"PERSON\",\n    \"customer_label\": \"Aurélien\",\n    \"customer_firstname\": \"Vionnet\",\n    \"customer_address_opposition\": false,\n    \"customer_address\": \"18 rue Jean JO\",\n    \"customer_address2\": \"\",\n    \"customer_city\": \"Montpellier\",\n    \"customer_post_code\": \"34170\",\n    \"customer_country\": \"FR\",\n    \"customer_num_tva_intra\": \"\",\n    \"customer_num_tva_not_eu\": \"\",\n    \"customer_siren\": \"\",\n    \"customer_siret\": \"\",\n    \"total_discount\": 0,\n    \"total_by_rates\": {\n      \"0.00\": {\n        \"excludingTaxes\": 116,\n        \"taxes\": 0,\n        \"includingTaxes\": 116\n      }\n    },\n    \"total_excluding_taxes\": 116,\n    \"total_vat\": 0,\n    \"total_other_taxes\": 36,\n    \"total_including_taxes\": 152,\n    \"net_to_pay\": 128.56,\n    \"canceled_at\": \"2026-03-01 17:15:47\"\n  },\n  {\n    \"id\": 302,\n    \"customer_id\": 1630,\n    \"created_at\": \"2026-03-01 17:15:47\",\n    \"doc_type\": \"CREDIT_NOTE\",\n    \"typology\": \"GOODS_AND_SERVICES\",\n    \"user_id\": 3,\n    \"external_reference\": \"annulation de la facture F0000000301\",\n    \"free_text\": null,\n    \"customer_civility\": \"M. ou Mme\",\n    \"customer_type\": \"PERSON\",\n    \"customer_label\": \"Aurélien\",\n    \"customer_firstname\": \"Vionnet\",\n    \"customer_address_opposition\": false,\n    \"customer_address\": \"18 rue Jean JO\",\n    \"customer_address2\": \"\",\n    \"customer_city\": \"Montpellier\",\n    \"customer_post_code\": \"34170\",\n    \"customer_country\": \"FR\",\n    \"customer_num_tva_intra\": \"\",\n    \"customer_num_tva_not_eu\": \"\",\n    \"customer_siren\": \"\",\n    \"customer_siret\": \"\",\n    \"total_discount\": 0,\n    \"total_by_rates\": {\n      \"0.00\": {\n        \"excludingTaxes\": -116,\n        \"taxes\": 0,\n        \"includingTaxes\": -116\n      }\n    },\n    \"total_excluding_taxes\": -116,\n    \"total_vat\": 0,\n    \"total_other_taxes\": -36,\n    \"total_including_taxes\": -152,\n    \"net_to_pay\": -152,\n    \"canceled_at\": null\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Information d'une facture",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/invoices/{{id}}",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "invoices",
                "{{id}}"
              ],
              "query": [
                {
                  "key": "light",
                  "value": "0",
                  "description": "remove purchases & payments if 1",
                  "disabled": true
                }
              ]
            },
            "description": "Recuperation des donnees d'une facture.\nLe parametre light=1 permet de recuperer une version allegee sans les purchases et payments."
          },
          "response": [
            {
              "name": "Facture complete (avec purchases et payments)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/invoices/1?light=0",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "invoices",
                    "1"
                  ],
                  "query": [
                    {
                      "key": "light",
                      "value": "0",
                      "description": "remove purchases & payments if 1",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 1,\n  \"customer_id\": 1579,\n  \"created_at\": \"2026-01-23 13:57:24\",\n  \"doc_type\": \"INVOICE\",\n  \"typology\": \"GOODS_AND_SERVICES\",\n  \"user_id\": 3,\n  \"external_reference\": null,\n  \"free_text\": null,\n  \"customer_civility\": null,\n  \"customer_type\": \"PERSON\",\n  \"customer_label\": \"test\",\n  \"customer_firstname\": null,\n  \"customer_address_opposition\": true,\n  \"customer_address\": null,\n  \"customer_address2\": null,\n  \"customer_city\": \".\",\n  \"customer_post_code\": \".\",\n  \"customer_country\": \"FR\",\n  \"customer_num_tva_intra\": null,\n  \"customer_num_tva_not_eu\": null,\n  \"customer_siren\": null,\n  \"customer_siret\": null,\n  \"total_discount\": 0,\n  \"total_by_rates\": {\n    \"0.00\": {\n      \"excludingTaxes\": -22.68,\n      \"taxes\": 0,\n      \"includingTaxes\": -22.68\n    },\n    \"10.00\": {\n      \"excludingTaxes\": 81.82,\n      \"taxes\": 8.18,\n      \"includingTaxes\": 90\n    }\n  },\n  \"total_excluding_taxes\": 59.14,\n  \"total_vat\": 8.18,\n  \"total_other_taxes\": 2.48,\n  \"total_including_taxes\": 69.8,\n  \"net_to_pay\": 0,\n  \"canceled_at\": null,\n  \"payments\": [\n    {\n      \"id\": 2,\n      \"createdAt\": \"2026-01-23T13:51:09+01:00\",\n      \"accountedAt\": null,\n      \"canceled\": false,\n      \"canceledPaymentId\": null,\n      \"cancelable\": true,\n      \"amount\": 69.8,\n      \"comment\": null,\n      \"paylineTransactionId\": null,\n      \"reference\": null,\n      \"lettering\": false,\n      \"treated\": false,\n      \"hasReminder\": false,\n      \"typeId\": 2,\n      \"typeLabel\": \"CB\",\n      \"invoiced\": true,\n      \"onReceipt\": false,\n      \"createdById\": 3,\n      \"deskId\": 1,\n      \"orderId\": 8,\n      \"originOrderId\": 8,\n      \"originOrderLabel\": \"CDH5: 22/01/2026 - 23/01/2026\",\n      \"invoiceId\": 1,\n      \"giftCardId\": null,\n      \"giftCard\": null,\n      \"isForGiftCardPayment\": false,\n      \"isByGiftCardPayment\": false,\n      \"updatable\": false\n    }\n  ],\n  \"purchases\": [\n    {\n      \"id\": 27,\n      \"application\": \"HOTEL\",\n      \"type\": \"HOTEL_RESERVATION\",\n      \"label\": \"Chambre double (200)\",\n      \"description\": \"Non annulable, non remboursable\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 0,\n        \"label\": \"Hébergement\",\n        \"color\": \"\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 1579,\n        \"lastName\": \"test\",\n        \"firstName\": \"\",\n        \"email\": \"\",\n        \"company\": \"\",\n        \"blackListed\": false,\n        \"name\": \"test\",\n        \"languageId\": 1,\n        \"companyId\": 0,\n        \"invoiceBalance\": 0\n      },\n      \"orderId\": 8,\n      \"originOrderId\": 8,\n      \"originOrderLabel\": \"CDH5: 22/01/2026 - 23/01/2026\",\n      \"invoiceId\": 1,\n      \"invoiced\": true,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": true,\n      \"createdAt\": \"2026-01-23T13:45:51+01:00\",\n      \"updatedAt\": \"2026-01-23T13:56:54+01:00\",\n      \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 90,\n      \"priceExcludingTaxes\": 81.82,\n      \"taxesByRates\": {\n        \"10.00\": 8.18\n      },\n      \"totalTaxes\": 8.18,\n      \"amountIncludingTaxes\": 90,\n      \"amountExcludingTaxes\": 81.82,\n      \"amountTaxesByRates\": {\n        \"10.00\": 8.18\n      },\n      \"totalAmountTaxes\": 8.18,\n      \"childrenPurchases\": [\n        {\n          \"id\": 28,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_RESERVATION\",\n          \"label\": \"22/01\",\n          \"description\": \"\",\n          \"quantity\": 1,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": {\n            \"id\": 0,\n            \"label\": \"Hébergement\",\n            \"color\": \"\"\n          },\n          \"article\": null,\n          \"customer\": {\n            \"id\": 1579,\n            \"lastName\": \"test\",\n            \"firstName\": \"\",\n            \"email\": \"\",\n            \"company\": \"\",\n            \"blackListed\": false,\n            \"name\": \"test\",\n            \"languageId\": 1,\n            \"companyId\": 0,\n            \"invoiceBalance\": 0\n          },\n          \"orderId\": null,\n          \"originOrderId\": null,\n          \"originOrderLabel\": null,\n          \"invoiceId\": 1,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-01-23T13:45:51+01:00\",\n          \"updatedAt\": \"2026-01-23T13:56:54+01:00\",\n          \"consumedAt\": \"2026-01-22T00:00:00+01:00\",\n          \"priceIncludingTaxes\": 90,\n          \"priceExcludingTaxes\": 81.82,\n          \"taxesByRates\": {\n            \"10.00\": 8.18\n          },\n          \"totalTaxes\": 8.18,\n          \"amountIncludingTaxes\": 90,\n          \"amountExcludingTaxes\": 81.82,\n          \"amountTaxesByRates\": {\n            \"10.00\": 8.18\n          },\n          \"totalAmountTaxes\": 8.18,\n          \"childrenPurchases\": [],\n          \"parentPurchaseId\": 27,\n          \"groupId\": null,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      ],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 29,\n      \"application\": \"HOTEL\",\n      \"type\": \"HOTEL_TAXE\",\n      \"label\": \"Taxe de séjour\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": null,\n      \"article\": null,\n      \"customer\": {\n        \"id\": 1579,\n        \"lastName\": \"test\",\n        \"firstName\": \"\",\n        \"email\": \"\",\n        \"company\": \"\",\n        \"blackListed\": false,\n        \"name\": \"test\",\n        \"languageId\": 1,\n        \"companyId\": 0,\n        \"invoiceBalance\": 0\n      },\n      \"orderId\": 8,\n      \"originOrderId\": 8,\n      \"originOrderLabel\": \"CDH5: 22/01/2026 - 23/01/2026\",\n      \"invoiceId\": 1,\n      \"invoiced\": true,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": true,\n      \"createdAt\": \"2026-01-23T13:45:51+01:00\",\n      \"updatedAt\": \"2026-01-23T13:56:54+01:00\",\n      \"consumedAt\": \"2026-01-23T00:00:00+01:00\",\n      \"priceIncludingTaxes\": 2.48,\n      \"priceExcludingTaxes\": 0,\n      \"taxesByRates\": [],\n      \"totalTaxes\": 0,\n      \"amountIncludingTaxes\": 2.48,\n      \"amountExcludingTaxes\": 0,\n      \"amountTaxesByRates\": [],\n      \"totalAmountTaxes\": 0,\n      \"childrenPurchases\": [\n        {\n          \"id\": 30,\n          \"application\": \"HOTEL\",\n          \"type\": \"HOTEL_TAXE\",\n          \"label\": \"22/01\",\n          \"description\": \"\",\n          \"quantity\": 1,\n          \"discountRate\": 0,\n          \"offered\": false,\n          \"canceledAt\": null,\n          \"canceled\": false,\n          \"category\": null,\n          \"article\": null,\n          \"customer\": {\n            \"id\": 1579,\n            \"lastName\": \"test\",\n            \"firstName\": \"\",\n            \"email\": \"\",\n            \"company\": \"\",\n            \"blackListed\": false,\n            \"name\": \"test\",\n            \"languageId\": 1,\n            \"companyId\": 0,\n            \"invoiceBalance\": 0\n          },\n          \"orderId\": null,\n          \"originOrderId\": null,\n          \"originOrderLabel\": null,\n          \"invoiceId\": 1,\n          \"invoiced\": true,\n          \"receiptId\": null,\n          \"onReceipt\": false,\n          \"transfered\": false,\n          \"locked\": true,\n          \"createdAt\": \"2026-01-23T13:45:51+01:00\",\n          \"updatedAt\": \"2026-01-23T13:56:54+01:00\",\n          \"consumedAt\": \"2026-01-22T00:00:00+01:00\",\n          \"priceIncludingTaxes\": 2.48,\n          \"priceExcludingTaxes\": 0,\n          \"taxesByRates\": [],\n          \"totalTaxes\": 0,\n          \"amountIncludingTaxes\": 2.48,\n          \"amountExcludingTaxes\": 0,\n          \"amountTaxesByRates\": [],\n          \"totalAmountTaxes\": 0,\n          \"childrenPurchases\": [],\n          \"parentPurchaseId\": 29,\n          \"groupId\": null,\n          \"onCreditNote\": false,\n          \"onCanceledDocument\": false\n        }\n      ],\n      \"parentPurchaseId\": null,\n      \"groupId\": 27,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    },\n    {\n      \"id\": 31,\n      \"application\": \"HOTEL\",\n      \"type\": \"HOTEL_PURCHASE\",\n      \"label\": \"Commission Hotelbeds\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 119,\n        \"label\": \"Commissions\",\n        \"color\": \"#FEEFFE\"\n      },\n      \"article\": {\n        \"id\": 1990,\n        \"label\": \"Commission Hotelbeds\"\n      },\n      \"customer\": {\n        \"id\": 1579,\n        \"lastName\": \"test\",\n        \"firstName\": \"\",\n        \"email\": \"\",\n        \"company\": \"\",\n        \"blackListed\": false,\n        \"name\": \"test\",\n        \"languageId\": 1,\n        \"companyId\": 0,\n        \"invoiceBalance\": 0\n      },\n      \"orderId\": 8,\n      \"originOrderId\": 8,\n      \"originOrderLabel\": \"CDH5: 22/01/2026 - 23/01/2026\",\n      \"invoiceId\": 1,\n      \"invoiced\": true,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": true,\n      \"createdAt\": \"2026-01-23T13:49:40+01:00\",\n      \"updatedAt\": \"2026-01-23T13:50:18+01:00\",\n      \"consumedAt\": \"2026-01-28T00:00:00+01:00\",\n      \"priceIncludingTaxes\": -22.68,\n      \"priceExcludingTaxes\": -22.68,\n      \"taxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalTaxes\": 0,\n      \"amountIncludingTaxes\": -22.68,\n      \"amountExcludingTaxes\": -22.68,\n      \"amountTaxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalAmountTaxes\": 0,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": 27,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  ]\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            },
            {
              "name": "Facture allegee (sans purchases ni payments)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/invoices/1?light=1",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "invoices",
                    "1"
                  ],
                  "query": [
                    {
                      "key": "light",
                      "value": "1",
                      "description": "remove purchases & payments if 1",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 1,\n  \"customer_id\": 1579,\n  \"created_at\": \"2026-01-23 13:57:24\",\n  \"doc_type\": \"INVOICE\",\n  \"typology\": \"GOODS_AND_SERVICES\",\n  \"user_id\": 3,\n  \"external_reference\": null,\n  \"free_text\": null,\n  \"customer_civility\": null,\n  \"customer_type\": \"PERSON\",\n  \"customer_label\": \"test\",\n  \"customer_firstname\": null,\n  \"customer_address_opposition\": true,\n  \"customer_address\": null,\n  \"customer_address2\": null,\n  \"customer_city\": \".\",\n  \"customer_post_code\": \".\",\n  \"customer_country\": \"FR\",\n  \"customer_num_tva_intra\": null,\n  \"customer_num_tva_not_eu\": null,\n  \"customer_siren\": null,\n  \"customer_siret\": null,\n  \"total_discount\": 0,\n  \"total_by_rates\": {\n    \"0.00\": {\n      \"excludingTaxes\": -22.68,\n      \"taxes\": 0,\n      \"includingTaxes\": -22.68\n    },\n    \"10.00\": {\n      \"excludingTaxes\": 81.82,\n      \"taxes\": 8.18,\n      \"includingTaxes\": 90\n    }\n  },\n  \"total_excluding_taxes\": 59.14,\n  \"total_vat\": 8.18,\n  \"total_other_taxes\": 2.48,\n  \"total_including_taxes\": 69.8,\n  \"net_to_pay\": 0,\n  \"canceled_at\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Envoi d'une facture par email",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/invoices/{{id}}/send-email",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "invoices",
                "{{id}}",
                "send-email"
              ]
            },
            "description": "Envoi la facture par email au client\n\nles valeurs possible pour dispatch son :\n\n- by-order\n- by-customer\n- by-purchase-type\n- by-details",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"dispatch\": \"by-order\",\n  \"group\": true,\n  \"reminder\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/invoices/{{id}}/send-email",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "invoices",
                    "{{id}}",
                    "send-email"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "\"\"",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Recuperation d'une carte cadeaux",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/gift-cards/{{id}}",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "gift-cards",
                "{{id}}"
              ]
            },
            "description": "Recuperation des donnees d'une carte cadeaux par son identifiant."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/gift-cards/{{id}}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "gift-cards",
                    "{{id}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 1,\n  \"created_at\": \"2026-01-29T17:43:20+01:00\",\n  \"expire_at\": \"2028-01-29T00:00:00+01:00\",\n  \"init_amount\": 100000,\n  \"amount\": 99802,\n  \"channel\": \"RESORT\",\n  \"buyer\": \"test\",\n  \"buyer_email\": \"test@test.com\",\n  \"receiver\": \"test1\",\n  \"receiver_email\": \"test1@test.com\",\n  \"mailed_at\": \"2026-03-10T10:37:32+01:00\",\n  \"message\": \"\",\n  \"masked_token\": \"PWF****12Z\",\n  \"is_active\": true,\n  \"is_expired\": false,\n  \"canceled_at\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Ajouter une carte cadeaux",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/gift-cards",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "gift-cards"
              ]
            },
            "description": "\"payment_type_id\" est facultatif : aucun paiement ne sera généré s'il n'est pas fourni.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"channel\": \"CKDO API TEST\",\n  \"amount\": 100,\n  \"buyer_lastname\": \"Dupont\",\n  \"buyer_firstname\": \"Jean\",\n  \"buyer_email\": \"jean.dupont@example.com\",\n  \"receiver_lastname\": \"Martin\",\n  \"receiver_firstname\": \"Marie\",\n  \"receiver_email\": \"marie.martin@example.com\",\n  \"message\": \"Bon anniversaire !\",\n  \"lang\": \"FR\",\n  \"token\": null,\n  \"payment_type_id\": null,\n  \"expire_at\": null\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Creer une carte cadeau",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/gift-cards",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "gift-cards"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"channel\": \"CKDO API TEST\",\n  \"amount\": 100,\n  \"buyer_lastname\": \"Dupont\",\n  \"buyer_firstname\": \"Jean\",\n  \"buyer_email\": \"jean.dupont@example.com\",\n  \"receiver_lastname\": \"Martin\",\n  \"receiver_firstname\": \"Marie\",\n  \"receiver_email\": \"marie.martin@example.com\",\n  \"message\": \"Bon anniversaire !\",\n  \"lang\": \"FR\",\n  \"token\": null,\n  \"payment_type_id\": null,\n  \"expire_at\": null\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 57,\n  \"created_at\": \"2026-03-26T11:10:36+01:00\",\n  \"expire_at\": \"2028-03-26T11:10:36+02:00\",\n  \"init_amount\": 100,\n  \"amount\": 100,\n  \"channel\": \"CKDO API TEST\",\n  \"buyer\": \"Jean Dupont\",\n  \"buyer_email\": \"jean.dupont@example.com\",\n  \"receiver\": \"Marie Martin\",\n  \"receiver_email\": \"marie.martin@example.com\",\n  \"mailed_at\": null,\n  \"message\": \"Bon anniversaire !\",\n  \"masked_token\": \"WAB****RA0\",\n  \"is_active\": true,\n  \"is_expired\": false,\n  \"canceled_at\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Envoi carte cadeau par email",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/gift-cards/{{id}}/send-email",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "gift-cards",
                "{{id}}",
                "send-email"
              ]
            },
            "description": "Envoi de la carte cadeau par email au destinataire."
          },
          "response": [
            {
              "name": "Créer puis envoyer une carte cadeau par email",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/gift-cards/58/send-email",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "gift-cards",
                    "58",
                    "send-email"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 58,\n  \"createdAt\": \"2026-03-26T11:10:37+01:00\",\n  \"expireAt\": \"2028-03-26T00:00:00+01:00\",\n  \"initAmount\": 50,\n  \"amount\": 50,\n  \"channel\": \"CKDO PARTNER\",\n  \"buyer\": \"Test Buyer\",\n  \"buyerEmail\": \"mike.buyer@thais-pms.com\",\n  \"receiver\": \"Test Receiver\",\n  \"receiverEmail\": \"michel.receiver@thais-pms.com\",\n  \"mailedAt\": \"2026-03-26T11:10:38+01:00\",\n  \"canceledAt\": null,\n  \"message\": \"Test envoi email\",\n  \"createdBy\": {\n    \"id\": 6,\n    \"username\": \"thaisAPI\",\n    \"lastName\": \"Thais\",\n    \"firstName\": \"API\",\n    \"active\": true,\n    \"email\": \"thaisAPI@thais-pms.com\",\n    \"name\": \"Thais API\"\n  },\n  \"maskedToken\": \"WMB****0TU\",\n  \"fromPayments\": [],\n  \"toPayments\": [],\n  \"isCancelable\": true,\n  \"isActive\": true,\n  \"isExpired\": false\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Modifier le montant d'une carte cadeaux",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/gift-cards/{{id}}/amount",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "gift-cards",
                "{{id}}",
                "amount"
              ]
            },
            "description": "- \"token\" est facultatif : si null, il sera généré\n- \"payment_type_id\" est facultatif"
          },
          "response": [
            {
              "name": "Créer puis modifier le montant d'une carte cadeau",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/gift-cards/59/amount",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "gift-cards",
                    "59",
                    "amount"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 70,\n  \"relative\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 59,\n  \"created_at\": \"2026-03-26T11:10:39+01:00\",\n  \"expire_at\": \"2028-03-26T00:00:00+01:00\",\n  \"init_amount\": 100,\n  \"amount\": 70,\n  \"channel\": \"CKDO PARTNER\",\n  \"buyer\": \"Test Buyer\",\n  \"buyer_email\": \"mike.buyer@thais-pms.com\",\n  \"receiver\": \"Test Receiver\",\n  \"receiver_email\": \"michel.receiver@thais-pms.com\",\n  \"mailed_at\": null,\n  \"message\": \"Test modification montant\",\n  \"masked_token\": \"ZOM****R4K\",\n  \"is_active\": true,\n  \"is_expired\": false,\n  \"canceled_at\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Générer un lien de paiement",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/payment-links/booking/{{id}}",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "payment-links",
                "booking",
                "{{id}}"
              ]
            },
            "description": "Le lien de paiement peut être récupéré ou/et être envoyé par email.\n\nLes différentes cibles sont :\n\n- une réservation Hotel : /hub/api/partner/resort/payment-links/booking/1234\n- un dossier Service : /hub/api/partner/resort/payment-links/service/1234\n- un dossier Resort : /hub/api/partner/resort/payment-links/order/1234\n- une facture : /hub/api/partner/resort/payment-links/invoice/1234\n\nSi [customer_id/email/content] sont renseignés, le lien sera envoyé par email.\nSi [amount] est renseigné, ce montant sera forcé.\n\n```json\n{\n    \"lang\": \"fr\",\n    \"amount\": null,\n    \"customer_id\": null,\n    \"email\": null,\n    \"content\": null,\n    \"banner\": true,\n    \"footer\": true,\n    \"box\": true\n}\n```",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"lang\": \"fr\",\n  \"amount\": \"string\",\n  \"customer_id\": 1,\n  \"email\": \"example@email.com\",\n  \"content\": \"string\",\n  \"banner\": true,\n  \"footer\": true,\n  \"box\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/payment-links/booking/{{id}}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "payment-links",
                    "booking",
                    "{{id}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"url\": \"https://demo.thais-hotel.com/hub/payment/booking/1?lang=fr&key=59e7b85bc5c084e598171bd5a9cf93f6062f772b&banner=1&footer=1&box=1\",\n  \"email\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Restaurant",
      "description": "",
      "item": [
        {
          "name": "Liste des réservations de tables",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resto/bookings",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resto",
                "bookings"
              ]
            },
            "description": "Lectures des réservations de table."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resto/bookings",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resto",
                    "bookings"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Ajout d'une réservation de table",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resto/bookings",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resto",
                "bookings"
              ]
            },
            "description": "Création d'une réservation de table.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"date\": \"2026-03-15\",\n  \"nb_persons\": 2,\n  \"customer_lastname\": \"Vionnet\",\n  \"customer_firstname\": \"Aurélien\",\n  \"comment\": \"ajoutez une chaise bébé svp\",\n  \"customer_phone\": \"000000000\",\n  \"customer_email\": \"contact@thais-soft.com\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resto/bookings",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resto",
                    "bookings"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 506,\n  \"external_id\": null,\n  \"created_at\": \"2026-03-26T11:10:43+01:00\",\n  \"created_by_id\": 6,\n  \"date\": \"2026-03-15T00:00:00+01:00\",\n  \"nb_persons\": 2,\n  \"comment\": \"ajoutez une chaise bébé svp\",\n  \"ex_comment\": null,\n  \"customer_id\": null,\n  \"customer_lastname\": \"Vionnet\",\n  \"customer_firstname\": \"Aurélien\",\n  \"customer_phone\": \"000000000\",\n  \"customer_email\": \"contact@thais-soft.com\",\n  \"confirmed_at\": null,\n  \"canceled_at\": null,\n  \"no_show_at\": null,\n  \"resto_order_id\": null,\n  \"booking_room_id\": null,\n  \"created_by\": {\n    \"id\": 6,\n    \"lastname\": \"Thais\",\n    \"firstname\": \"API\",\n    \"email\": \"thaisAPI@thais-pms.com\",\n    \"username\": \"thaisAPI\",\n    \"active\": true,\n    \"is_partner\": false,\n    \"desk_id\": 1,\n    \"version_preference\": 2,\n    \"default_index\": null,\n    \"last_login\": \"2026-03-26 10:15:47\",\n    \"profiles\": [],\n    \"desk\": null\n  },\n  \"customer\": null,\n  \"booking_room\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Modification d'une réservation de table",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resto/bookings/{{id}}",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resto",
                "bookings",
                "{{id}}"
              ]
            },
            "description": "Modification d'une réservation de table."
          },
          "response": [
            {
              "name": "Créer puis modifier une réservation",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resto/bookings/507",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resto",
                    "bookings",
                    "507"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"2026-03-16\",\n  \"nb_persons\": 4,\n  \"customer_lastname\": \"Vionnet\",\n  \"customer_firstname\": \"Aurélien\",\n  \"comment\": \"table modifiée\",\n  \"customer_phone\": \"000000000\",\n  \"customer_email\": \"contact@thais-soft.com\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 507,\n  \"external_id\": null,\n  \"created_at\": \"2026-03-26T11:10:44+01:00\",\n  \"created_by_id\": 6,\n  \"date\": \"2026-03-16T00:00:00+01:00\",\n  \"nb_persons\": 4,\n  \"comment\": \"table modifiée\",\n  \"ex_comment\": null,\n  \"customer_id\": null,\n  \"customer_lastname\": \"Vionnet\",\n  \"customer_firstname\": \"Aurélien\",\n  \"customer_phone\": \"000000000\",\n  \"customer_email\": \"contact@thais-soft.com\",\n  \"confirmed_at\": null,\n  \"canceled_at\": null,\n  \"no_show_at\": null,\n  \"resto_order_id\": null,\n  \"booking_room_id\": null,\n  \"created_by\": {\n    \"id\": 6,\n    \"lastname\": \"Thais\",\n    \"firstname\": \"API\",\n    \"email\": \"thaisAPI@thais-pms.com\",\n    \"username\": \"thaisAPI\",\n    \"active\": true,\n    \"is_partner\": false,\n    \"desk_id\": 1,\n    \"version_preference\": 2,\n    \"default_index\": null,\n    \"last_login\": \"2026-03-26 10:15:47\",\n    \"profiles\": [],\n    \"desk\": null\n  },\n  \"customer\": null,\n  \"booking_room\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des chambres pour transferts",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resto/transfers/booking-rooms",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resto",
                "transfers",
                "booking-rooms"
              ]
            },
            "description": "Liste des chambres (booking-rooms) en checkin sur l'hotel en vue de réaliser des transferts de ventes."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resto/transfers/booking-rooms",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resto",
                    "transfers",
                    "booking-rooms"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 524,\n    \"is_transfer_blocked\": false,\n    \"resort_order_id\": 571,\n    \"room\": \"207\",\n    \"room_rank\": 16,\n    \"room_type\": \"Chambre double\",\n    \"rate\": \"Tarif Petit-Déjeuner Inclus\",\n    \"customer\": \"JULIEN\",\n    \"rooming\": null,\n    \"booking\": {\n      \"id\": 345,\n      \"start_at\": \"2026-03-23\",\n      \"end_at\": \"2026-03-30\"\n    }\n  },\n  {\n    \"id\": 1023,\n    \"is_transfer_blocked\": false,\n    \"resort_order_id\": 1083,\n    \"room\": \"304\",\n    \"room_rank\": 18,\n    \"room_type\": \"Triple\",\n    \"rate\": \"Standard.\",\n    \"customer\": \"MIALHE manon\",\n    \"rooming\": null,\n    \"booking\": {\n      \"id\": 673,\n      \"start_at\": \"2026-03-23\",\n      \"end_at\": \"2026-03-27\"\n    }\n  },\n  {\n    \"id\": 1024,\n    \"is_transfer_blocked\": false,\n    \"resort_order_id\": 1083,\n    \"room\": \"CHAMBRE FICTIVE TEST\",\n    \"room_rank\": 82,\n    \"room_type\": \"FICTIVE\",\n    \"rate\": \"Standard.\",\n    \"customer\": \"MIALHE manon\",\n    \"rooming\": null,\n    \"booking\": {\n      \"id\": 673,\n      \"start_at\": \"2026-03-23\",\n      \"end_at\": \"2026-03-27\"\n    }\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Notifications",
      "description": "",
      "item": [
        {
          "name": "Liste des notifications",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/notifications?id=&type=booking",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "notifications"
              ],
              "query": [
                {
                  "key": "min",
                  "value": "",
                  "description": "Index de la premiére",
                  "disabled": true
                },
                {
                  "key": "max",
                  "value": "",
                  "description": "Index de la derniére",
                  "disabled": true
                },
                {
                  "key": "id",
                  "value": "",
                  "description": "Id de l'element visé",
                  "disabled": false
                },
                {
                  "key": "type",
                  "value": "booking",
                  "description": "Type de l'élément (booking, eBooking, bookingGroup)",
                  "disabled": false
                }
              ]
            },
            "description": "Lecture des notifications présentes.\n\nLe type peut etre :\n\n\\- booking : pour les réservations  \n\\- eBooking : pour les eRéservation  \n\\- bookingGroup : pour les réservation group"
          },
          "response": [
            {
              "name": "Récupération des notifications d'une réservation",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/notifications?id=1093&type=booking",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "notifications"
                  ],
                  "query": [
                    {
                      "key": "min",
                      "value": "",
                      "description": "Index de la premiére",
                      "disabled": true
                    },
                    {
                      "key": "max",
                      "value": "",
                      "description": "Index de la derniére",
                      "disabled": true
                    },
                    {
                      "key": "id",
                      "value": "1093",
                      "description": "Id de l'element visé",
                      "disabled": false
                    },
                    {
                      "key": "type",
                      "value": "booking",
                      "description": "Type de l'élément (booking, eBooking, bookingGroup)",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            },
            {
              "name": "Récupération des notifications d'une eRéservation",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/notifications?id=1093&type=eBooking",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "notifications"
                  ],
                  "query": [
                    {
                      "key": "min",
                      "value": "",
                      "description": "Index de la premiére",
                      "disabled": true
                    },
                    {
                      "key": "max",
                      "value": "",
                      "description": "Index de la derniére",
                      "disabled": true
                    },
                    {
                      "key": "id",
                      "value": "1093",
                      "description": "Id de l'element visé",
                      "disabled": false
                    },
                    {
                      "key": "type",
                      "value": "eBooking",
                      "description": "Type de l'élément (booking, eBooking, bookingGroup)",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "\"<br />\\n<b>Notice</b>:  Trying to get property 'customer_id' of non-object in <b>/var/virtual_www/thais-soft.com/wildcard.thais-soft.com/modules-dev/hub/src/Repository2/Resort/NotificationRepository.php</b> on line <b>55</b><br />\\n[]\"",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            },
            {
              "name": "Récupération des notifications d'un réservation group",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/notifications?id=1093&type=bookingGroup",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "notifications"
                  ],
                  "query": [
                    {
                      "key": "min",
                      "value": "",
                      "description": "Index de la premiére",
                      "disabled": true
                    },
                    {
                      "key": "max",
                      "value": "",
                      "description": "Index de la derniére",
                      "disabled": true
                    },
                    {
                      "key": "id",
                      "value": "1093",
                      "description": "Id de l'element visé",
                      "disabled": false
                    },
                    {
                      "key": "type",
                      "value": "bookingGroup",
                      "description": "Type de l'élément (booking, eBooking, bookingGroup)",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Ajout d'une notification",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/notifications",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "notifications"
              ]
            }
          },
          "response": [
            {
              "name": "Ajout d'une notification minimal",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/notifications",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "notifications"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"module\": \"HOTEL\",\n  \"severity\": 0,\n  \"title\": \"Anniversaire Aurélien\",\n  \"description\": \"Super journée <b> Youpi</b>\",\n  \"target_type\": \"reservations\",\n  \"target_id\": 123,\n  \"source\": \"Partner\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 2000,\n  \"created_at\": \"2026-03-26T11:10:49+01:00\",\n  \"module\": \"HOTEL\",\n  \"severity\": 0,\n  \"title\": \"Anniversaire Aurélien\",\n  \"description\": \"Super journée <b> Youpi</b>\",\n  \"source\": \"Partner\",\n  \"target_type\": \"reservations\",\n  \"target_id\": 123,\n  \"is_read\": false,\n  \"triggered_at\": \"2026-03-26T11:10:49+01:00\",\n  \"img_url\": null,\n  \"target_object\": null,\n  \"target_label\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            },
            {
              "name": "Ajout d'une notification avec tous les champs",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/notifications",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "notifications"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"module\": \"HOTEL\",\n  \"severity\": 0,\n  \"title\": \"Anniversaire Aurélien\",\n  \"description\": \"Super journée <b> Youpi</b>\",\n  \"target_type\": \"reservations\",\n  \"target_id\": 123,\n  \"source\": \"Partner\",\n  \"img_url\": \"https://www.thais-hotel.com/img/logo.png\",\n  \"triggered_at\": \"2021-10-19 15:00:00\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 2001,\n  \"created_at\": \"2026-03-26T11:10:50+01:00\",\n  \"module\": \"HOTEL\",\n  \"severity\": 0,\n  \"title\": \"Anniversaire Aurélien\",\n  \"description\": \"Super journée <b> Youpi</b>\",\n  \"source\": \"Partner\",\n  \"target_type\": \"reservations\",\n  \"target_id\": 123,\n  \"is_read\": false,\n  \"triggered_at\": \"2021-10-19T15:00:00+02:00\",\n  \"img_url\": \"https://www.thais-hotel.com/img/logo.png\",\n  \"target_object\": null,\n  \"target_label\": null\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Supprimer des notifications",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/resort/notifications",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "resort",
                "notifications"
              ]
            },
            "description": "Payload :  \n\n{ \"source\": \"Partner\", \"ids\": \\[2327\\]}"
          },
          "response": [
            {
              "name": "Supprimer une notification",
              "originalRequest": {
                "method": "DELETE",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/resort/notifications",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "resort",
                    "notifications"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"source\": \"Partner\",\n  \"ids\": [\n    2002\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"status\": \"success\",\n  \"message\": \"Notifications deleted successfully\",\n  \"ids\": [\n    2002\n  ]\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Ménage",
      "description": "",
      "item": [
        {
          "name": "Liste des états possibles des chambres",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/states",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "states"
              ]
            },
            "description": "Récupération de la liste des états possibles des chambres."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/states",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "states"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 1,\n    \"label\": \"Propre\",\n    \"code\": \"CLEAN\",\n    \"color\": \"#5BBD72\",\n    \"rank\": 1,\n    \"deleted_at\": null\n  },\n  {\n    \"id\": 2,\n    \"label\": \"Recouche\",\n    \"code\": \"STAYOVER\",\n    \"color\": \"#EEA348\",\n    \"rank\": 2,\n    \"deleted_at\": null\n  },\n  {\n    \"id\": 9,\n    \"label\": \"Recouche à blanc\",\n    \"code\": \"STAYOVER_FULL\",\n    \"color\": \"#FFDD00\",\n    \"rank\": 2,\n    \"deleted_at\": null\n  },\n  {\n    \"id\": 3,\n    \"label\": \"Sale\",\n    \"code\": \"DIRTY\",\n    \"color\": \"#D95C5C\",\n    \"rank\": 3,\n    \"deleted_at\": null\n  },\n  {\n    \"id\": 4,\n    \"label\": \"En vérif\",\n    \"code\": null,\n    \"color\": \"#2FA6D4\",\n    \"rank\": 4,\n    \"deleted_at\": null\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Mise à jour des états des chambres",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/states/bulk",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "states",
                "bulk"
              ]
            },
            "description": "Mise à jour des chambres.",
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"id\": 1,\n    \"label\": \"Propre\",\n    \"color\": \"#5BBD72\",\n    \"rank\": 1\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Mise à jour des états",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/states/bulk",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "states",
                    "bulk"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"id\": 1,\n    \"label\": \"Propre\",\n    \"color\": \"#5BBD72\",\n    \"rank\": 1\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 1,\n    \"label\": \"Propre\",\n    \"code\": null,\n    \"color\": \"#5BBD72\",\n    \"rank\": 1,\n    \"deleted_at\": null\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des états des chambres à une date",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/room-states?date=2026-03-01",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "room-states"
              ],
              "query": [
                {
                  "key": "date",
                  "value": "2026-03-01",
                  "description": "Date au format YYYY-MM-DD",
                  "disabled": false
                }
              ]
            },
            "description": "Récupération de la liste des états des chambres à une date donnée."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/room-states?date=2026-03-01",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "room-states"
                  ],
                  "query": [
                    {
                      "key": "date",
                      "value": "2026-03-01",
                      "description": "Date au format YYYY-MM-DD",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 117,\n    \"date\": \"2026-02-27\",\n    \"room_id\": 4,\n    \"state_id\": 1,\n    \"housekeeper_id\": null,\n    \"comment\": null,\n    \"nb_linens\": null,\n    \"room\": {\n      \"id\": 4,\n      \"label\": \"SUITE COMMUNICANTE\",\n      \"shortcode\": null,\n      \"description\": \"<p>douche</p>\",\n      \"nb_persons_max\": 2,\n      \"room_type_id\": 35,\n      \"rank\": 2,\n      \"stage\": \"\",\n      \"visible\": true,\n      \"show_in_stats\": false,\n      \"real\": true,\n      \"picture_url\": \"\",\n      \"pictures\": [\n        \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n      ],\n      \"created_at\": \"2024-09-25\",\n      \"deleted\": false,\n      \"deleted_at\": null,\n      \"icons\": [\n        \"shower\"\n      ],\n      \"ex_door_id\": \"\",\n      \"state_id\": 1,\n      \"is_date\": false,\n      \"is_separator\": false,\n      \"room_type\": null,\n      \"state\": null,\n      \"linked_room_id\": null\n    },\n    \"state\": {\n      \"id\": 1,\n      \"label\": \"Propre\",\n      \"code\": null,\n      \"color\": \"#5BBD72\",\n      \"rank\": 1,\n      \"deleted_at\": null\n    }\n  },\n  {\n    \"id\": 124,\n    \"date\": \"2026-02-27\",\n    \"room_id\": 10,\n    \"state_id\": 1,\n    \"housekeeper_id\": null,\n    \"comment\": null,\n    \"nb_linens\": null,\n    \"room\": {\n      \"id\": 10,\n      \"label\": \"302\",\n      \"shortcode\": null,\n      \"description\": \"<p><strong>Chambre Twin</strong></p>\\n<p>Bienvenue dans notre charmante chambre twin, id&eacute;ale pour les amis, les coll&egrave;gues ou les membres de la famille qui souhaitent partager un espace tout en conservant leur intimit&eacute;.</p>\\n<p><strong>Espace et D&eacute;cor :</strong><br />Cette chambre spacieuse est d&eacute;cor&eacute;e dans un style moderne et accueillant, avec des couleurs apaisantes et un mobilier fonctionnel.</p>\\n<p><strong>Literie :</strong><br />Elle est &eacute;quip&eacute;e de deux lits simples confortables, orn&eacute;s de draps de haute qualit&eacute; pour garantir des nuits reposantes. Chaque lit dispose de sa propre lampe de lecture pour un confort suppl&eacute;mentaire.</p>\\n<p><strong>Commodit&eacute;s :</strong><br />La chambre comprend un bureau de travail, parfait pour les voyageurs d&rsquo;affaires, ainsi qu&rsquo;un coin salon pour se d&eacute;tendre. Vous trouverez &eacute;galement une t&eacute;l&eacute;vision &agrave; &eacute;cran plat, un minibar et une bouilloire pour pr&eacute;parer vos boissons chaudes pr&eacute;f&eacute;r&eacute;es.</p>\\n<p><strong>Salle de Bain :</strong><br />La salle de bain attenante est moderne, &eacute;quip&eacute;e d'une baignoire, d'articles de toilette de qualit&eacute; et de serviettes douces.</p>\\n<p><strong>Ambiance :</strong><br />De grandes fen&ecirc;tres laissent entrer la lumi&egrave;re naturelle, cr&eacute;ant une atmosph&egrave;re agr&eacute;able et chaleureuse. La connexion Wi-Fi est gratuite et disponible dans toute la chambre.</p>\\n<p><strong>Services Inclus :</strong><br />Les clients de la chambre twin ont acc&egrave;s aux espaces communs de l&rsquo;&eacute;tablissement, tels qu&rsquo;un hall d&rsquo;accueil accueillant et une salle de d&eacute;tente. Un service de petit-d&eacute;jeuner peut &eacute;galement &ecirc;tre propos&eacute; pour bien commencer la journ&eacute;e.</p>\\n<p>Venez profiter de notre chambre twin, un espace parfait pour partager des moments m&eacute;morables tout en offrant le confort dont vous avez besoin.</p>\",\n      \"nb_persons_max\": 2,\n      \"room_type_id\": 3,\n      \"rank\": 15,\n      \"stage\": \"3ème étage\",\n      \"visible\": true,\n      \"show_in_stats\": true,\n      \"real\": true,\n      \"picture_url\": \"\",\n      \"pictures\": [\n        \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n      ],\n      \"created_at\": \"2024-09-25\",\n      \"deleted\": false,\n      \"deleted_at\": null,\n      \"icons\": [\n        \"bath\"\n      ],\n      \"ex_door_id\": \"\",\n      \"state_id\": 2,\n      \"is_date\": false,\n      \"is_separator\": false,\n      \"room_type\": null,\n      \"state\": null,\n      \"linked_room_id\": null\n    },\n    \"state\": {\n      \"id\": 1,\n      \"label\": \"Propre\",\n      \"code\": null,\n      \"color\": \"#5BBD72\",\n      \"rank\": 1,\n      \"deleted_at\": null\n    }\n  },\n  {\n    \"id\": 121,\n    \"date\": \"2026-02-27\",\n    \"room_id\": 11,\n    \"state_id\": 1,\n    \"housekeeper_id\": null,\n    \"comment\": null,\n    \"nb_linens\": null,\n    \"room\": {\n      \"id\": 11,\n      \"label\": \"305\",\n      \"shortcode\": null,\n      \"description\": \"<p><strong>Chambre Twin</strong></p>\\n<p>Bienvenue dans notre charmante chambre twin, id&eacute;ale pour les amis, les coll&egrave;gues ou les membres de la famille qui souhaitent partager un espace tout en conservant leur intimit&eacute;.</p>\\n<p><strong>Espace et D&eacute;cor :</strong><br />Cette chambre spacieuse est d&eacute;cor&eacute;e dans un style moderne et accueillant, avec des couleurs apaisantes et un mobilier fonctionnel.</p>\\n<p><strong>Literie :</strong><br />Elle est &eacute;quip&eacute;e de deux lits simples confortables, orn&eacute;s de draps de haute qualit&eacute; pour garantir des nuits reposantes. Chaque lit dispose de sa propre lampe de lecture pour un confort suppl&eacute;mentaire.</p>\\n<p><strong>Commodit&eacute;s :</strong><br />La chambre comprend un bureau de travail, parfait pour les voyageurs d&rsquo;affaires, ainsi qu&rsquo;un coin salon pour se d&eacute;tendre. Vous trouverez &eacute;galement une t&eacute;l&eacute;vision &agrave; &eacute;cran plat, un minibar et une bouilloire pour pr&eacute;parer vos boissons chaudes pr&eacute;f&eacute;r&eacute;es.</p>\\n<p><strong>Salle de Bain :</strong><br />La salle de bain attenante est moderne, &eacute;quip&eacute;e d'une douche spacieuse, d'articles de toilette de qualit&eacute; et de serviettes douces.</p>\\n<p><strong>Ambiance :</strong><br />De grandes fen&ecirc;tres laissent entrer la lumi&egrave;re naturelle, cr&eacute;ant une atmosph&egrave;re agr&eacute;able et chaleureuse. La connexion Wi-Fi est gratuite et disponible dans toute la chambre.</p>\\n<p><strong>Services Inclus :</strong><br />Les clients de la chambre twin ont acc&egrave;s aux espaces communs de l&rsquo;&eacute;tablissement, tels qu&rsquo;un hall d&rsquo;accueil accueillant et une salle de d&eacute;tente. Un service de petit-d&eacute;jeuner peut &eacute;galement &ecirc;tre propos&eacute; pour bien commencer la journ&eacute;e.</p>\\n<p>Venez profiter de notre chambre twin, un espace parfait pour partager des moments m&eacute;morables tout en offrant le confort dont vous avez besoin.</p>\",\n      \"nb_persons_max\": 2,\n      \"room_type_id\": 1,\n      \"rank\": 12,\n      \"stage\": \"3ème étage\",\n      \"visible\": true,\n      \"show_in_stats\": true,\n      \"real\": true,\n      \"picture_url\": \"\",\n      \"pictures\": [\n        \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n      ],\n      \"created_at\": \"2024-09-25\",\n      \"deleted\": false,\n      \"deleted_at\": null,\n      \"icons\": [\n        \"shower\"\n      ],\n      \"ex_door_id\": \"\",\n      \"state_id\": 3,\n      \"is_date\": false,\n      \"is_separator\": false,\n      \"room_type\": null,\n      \"state\": null,\n      \"linked_room_id\": null\n    },\n    \"state\": {\n      \"id\": 1,\n      \"label\": \"Propre\",\n      \"code\": null,\n      \"color\": \"#5BBD72\",\n      \"rank\": 1,\n      \"deleted_at\": null\n    }\n  },\n  {\n    \"id\": 123,\n    \"date\": \"2026-02-27\",\n    \"room_id\": 12,\n    \"state_id\": 1,\n    \"housekeeper_id\": null,\n    \"comment\": null,\n    \"nb_linens\": null,\n    \"room\": {\n      \"id\": 12,\n      \"label\": \"301\",\n      \"shortcode\": null,\n      \"description\": \"<p>2021#</p>\",\n      \"nb_persons_max\": 4,\n      \"room_type_id\": 35,\n      \"rank\": 14,\n      \"stage\": \"3ème étage\",\n      \"visible\": true,\n      \"show_in_stats\": false,\n      \"real\": true,\n      \"picture_url\": \"\",\n      \"pictures\": [\n        \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n      ],\n      \"created_at\": \"2024-09-25\",\n      \"deleted\": false,\n      \"deleted_at\": null,\n      \"icons\": [\n        \"bath\"\n      ],\n      \"ex_door_id\": \"\",\n      \"state_id\": 1,\n      \"is_date\": false,\n      \"is_separator\": false,\n      \"room_type\": null,\n      \"state\": null,\n      \"linked_room_id\": null\n    },\n    \"state\": {\n      \"id\": 1,\n      \"label\": \"Propre\",\n      \"code\": null,\n      \"color\": \"#5BBD72\",\n      \"rank\": 1,\n      \"deleted_at\": null\n    }\n  },\n  {\n    \"id\": 122,\n    \"date\": \"2026-02-27\",\n    \"room_id\": 13,\n    \"state_id\": 1,\n    \"housekeeper_id\": null,\n    \"comment\": null,\n    \"nb_linens\": null,\n    \"room\": {\n      \"id\": 13,\n      \"label\": \"Duplex *\",\n      \"shortcode\": null,\n      \"description\": \"<p><strong>Chambre Quadruple</strong></p>\\n<p>Bienvenue dans notre spacieuse chambre quadruple, id&eacute;ale pour les familles ou les groupes d&rsquo;amis en qu&ecirc;te de confort et de convivialit&eacute;.</p>\\n<p><strong>Espace et D&eacute;cor :</strong><br />Cette chambre lumineuse et bien agenc&eacute;e peut accueillir jusqu'&agrave; quatre personnes. Elle est d&eacute;cor&eacute;e dans un style moderne et accueillant, avec des tons chaleureux et un mobilier fonctionnel.</p>\\n<p><strong>Literie :</strong><br />La chambre est &eacute;quip&eacute;e d'un lit double et de deux lits simples, selon la configuration choisie, avec des draps en coton de haute qualit&eacute; pour un sommeil agr&eacute;able.</p>\\n<p><strong>Commodit&eacute;s :</strong><br />Vous trouverez un espace de vie confortable avec un coin salon, parfait pour se d&eacute;tendre apr&egrave;s une journ&eacute;e bien remplie. La chambre comprend &eacute;galement une t&eacute;l&eacute;vision &agrave; &eacute;cran plat, un minibar, une bouilloire pour pr&eacute;parer des boissons chaudes, et un bureau pour ceux qui ont besoin de travailler.</p>\\n<p><strong>Salle de Bain :</strong><br />La salle de bain attenante est moderne, dot&eacute;e d'une baignoire, d'articles de toilette de qualit&eacute; et de serviettes douces.</p>\\n<p><strong>Ambiance :</strong><br />De grandes fen&ecirc;tres laissent entrer la lumi&egrave;re naturelle, cr&eacute;ant une atmosph&egrave;re accueillante et apaisante. La connexion Wi-Fi est gratuite et disponible dans toute la chambre.</p>\\n<p><strong>Services Inclus :</strong><br />Les clients de la chambre quadruple ont acc&egrave;s &agrave; des espaces communs, tels qu'un hall d'accueil convivial et un salon de d&eacute;tente. Un service de petit-d&eacute;jeuner peut &eacute;galement &ecirc;tre propos&eacute; pour bien commencer la journ&eacute;e.</p>\\n<p>Venez profiter de moments inoubliables dans notre chambre quadruple, un espace pens&eacute; pour le confort et le partage.</p>\",\n      \"nb_persons_max\": 4,\n      \"room_type_id\": 8,\n      \"rank\": 13,\n      \"stage\": \"3ème étage\",\n      \"visible\": true,\n      \"show_in_stats\": true,\n      \"real\": true,\n      \"picture_url\": \"\",\n      \"pictures\": [\n        \"/public/images/chambre-confort-famille-rouge-petit-format-.jpg\"\n      ],\n      \"created_at\": \"2024-09-25\",\n      \"deleted\": false,\n      \"deleted_at\": null,\n      \"icons\": [],\n      \"ex_door_id\": \"\",\n      \"state_id\": 3,\n      \"is_date\": false,\n      \"is_separator\": false,\n      \"room_type\": null,\n      \"state\": null,\n      \"linked_room_id\": null\n    },\n    \"state\": {\n      \"id\": 1,\n      \"label\": \"Propre\",\n      \"code\": null,\n      \"color\": \"#5BBD72\",\n      \"rank\": 1,\n      \"deleted_at\": null\n    }\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Mise à jour de l'état d'une chambre à une date",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/hotel/room-states/{{id}}/{{date}}",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "hotel",
                "room-states",
                "{{id}}",
                "{{date}}"
              ]
            },
            "description": "Mise à jour de l'état d'une chambre à une date donnée.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"state_id\": 3,\n  \"comment\": \"Piles télécommande à changer\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/hotel/room-states/{{id}}/{{date}}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "hotel",
                    "room-states",
                    "{{id}}",
                    "{{date}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "\"<br />\\n<b>Notice</b>:  Undefined property: stdClass::$housekeeper_id in <b>/var/virtual_www/thais-soft.com/wildcard.thais-soft.com/modules-dev/hub/http/api/hotel/room_states/item.put.php</b> on line <b>43</b><br />\\n{\\\"id\\\":154,\\\"date\\\":\\\"2026-03-01\\\",\\\"room_id\\\":1093,\\\"state_id\\\":3,\\\"housekeeper_id\\\":null,\\\"comment\\\":\\\"Piles télécommande à changer\\\",\\\"nb_linens\\\":null,\\\"room\\\":null,\\\"state\\\":null}\"",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "Service",
      "description": "",
      "item": [
        {
          "name": "Dossier de reservation par ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/service/orders/{{id}}",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "service",
                "orders",
                "{{id}}"
              ]
            },
            "description": "Recuperation des donnees d'un dossier de reservation de service."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/service/orders/{{id}}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "service",
                    "orders",
                    "{{id}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 1002,\n  \"customer_id\": 1,\n  \"confirmed_at\": null,\n  \"canceled_at\": null,\n  \"is_no_show\": false,\n  \"comment\": null,\n  \"has_valid_payline_token\": false,\n  \"customer\": {\n    \"id\": 1,\n    \"civility_id\": 1,\n    \"lastname\": \"Passage\",\n    \"firstname\": \"\",\n    \"company\": \"\",\n    \"comment\": \"\",\n    \"allergies\": \"\",\n    \"email\": \"\",\n    \"phone\": \"\",\n    \"cellphone\": \"\",\n    \"postcode\": \"\",\n    \"city\": \"\",\n    \"country_id\": 79,\n    \"country_iso2\": \"FR\",\n    \"address\": \"\",\n    \"address2\": \"\",\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": \"\",\n    \"birthdate\": null,\n    \"customer_group_id\": 1,\n    \"customer_category_id\": 11,\n    \"nationality_id\": 79,\n    \"language_id\": 1,\n    \"customer_origin_id\": 3,\n    \"customer_company_id\": 0,\n    \"satisfaction_rating\": 5,\n    \"contact_channel\": null,\n    \"deleted\": false,\n    \"updated_at\": \"2026-03-26T10:52:42+01:00\",\n    \"auto_email\": true,\n    \"gdpr_accepted_at\": null,\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": null,\n    \"vat_number\": null,\n    \"vat_number_no_eu\": null,\n    \"siren\": null,\n    \"siret\": null,\n    \"civility\": null,\n    \"country\": null,\n    \"customer_group\": null,\n    \"customer_category\": null,\n    \"nationality\": null,\n    \"language\": null,\n    \"customer_origin\": null,\n    \"customer_company\": null,\n    \"crm_completion\": 28,\n    \"invoice_balance\": null,\n    \"hotel_booking_count\": 75\n  },\n  \"resort_order_relateds\": [],\n  \"hotel_booking_rooms\": [],\n  \"createdAt\": \"2026-03-10T10:43:11+01:00\",\n  \"label\": \"SRV1002: 10/03/2026 10:43\",\n  \"externalReference\": null,\n  \"isTransferBlocked\": false,\n  \"isPaid\": false,\n  \"totalExcludingTaxes\": 10,\n  \"totalIncludingTaxes\": 10,\n  \"totalOutstandingDeposits\": 0,\n  \"totalOutstandingIncludingTaxes\": 10,\n  \"deposits\": [],\n  \"originDeposits\": [],\n  \"invoices\": [],\n  \"receipts\": [],\n  \"purchases\": [\n    {\n      \"id\": 9322,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Place / Parking Test du 12/03/2026 15:00 au 13/03/2026 11:00\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 97,\n        \"label\": \"Hébergement\",\n        \"color\": \"#70621b\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 1,\n        \"lastName\": \"Passage\",\n        \"firstName\": \"\",\n        \"email\": \"\",\n        \"company\": \"\",\n        \"blackListed\": false,\n        \"name\": \"Passage\",\n        \"languageId\": 1,\n        \"companyId\": 0,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1002,\n      \"originOrderId\": 1002,\n      \"originOrderLabel\": \"SRV1002: 10/03/2026 10:43\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-10T10:43:11+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-12T15:00:00+01:00\",\n      \"priceIncludingTaxes\": 10,\n      \"priceExcludingTaxes\": 10,\n      \"taxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalTaxes\": 0,\n      \"amountIncludingTaxes\": 10,\n      \"amountExcludingTaxes\": 10,\n      \"amountTaxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalAmountTaxes\": 0,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  ],\n  \"originPurchases\": [\n    {\n      \"id\": 9322,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Place / Parking Test du 12/03/2026 15:00 au 13/03/2026 11:00\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 97,\n        \"label\": \"Hébergement\",\n        \"color\": \"#70621b\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 1,\n        \"lastName\": \"Passage\",\n        \"firstName\": \"\",\n        \"email\": \"\",\n        \"company\": \"\",\n        \"blackListed\": false,\n        \"name\": \"Passage\",\n        \"languageId\": 1,\n        \"companyId\": 0,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1002,\n      \"originOrderId\": 1002,\n      \"originOrderLabel\": \"SRV1002: 10/03/2026 10:43\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-10T10:43:11+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-12T15:00:00+01:00\",\n      \"priceIncludingTaxes\": 10,\n      \"priceExcludingTaxes\": 10,\n      \"taxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalTaxes\": 0,\n      \"amountIncludingTaxes\": 10,\n      \"amountExcludingTaxes\": 10,\n      \"amountTaxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalAmountTaxes\": 0,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  ],\n  \"bookings\": [\n    {\n      \"id\": 212,\n      \"start_at\": \"2026-03-12T15:00:00+01:00\",\n      \"end_at\": \"2026-03-13T11:00:00+01:00\",\n      \"bookable_type_id\": 14,\n      \"bookable_id\": 43,\n      \"hotel_room_type_id\": null,\n      \"hotel_room_id\": null,\n      \"resort_purchase_id\": 9322,\n      \"comment\": null,\n      \"bookable_type\": {\n        \"id\": 14,\n        \"article_category_id\": 97,\n        \"type\": \"PARKING\",\n        \"label\": \"Parking Test\",\n        \"description\": \"<p>jkjk</p>\",\n        \"pictures\": [],\n        \"is_public\": true,\n        \"formula_price\": \"=SLOTS*10\",\n        \"slot_duration\": \"20:00\",\n        \"slot_min_time\": \"15:00\",\n        \"slot_max_time\": \"15:00\",\n        \"rank\": 3,\n        \"deleted_at\": null,\n        \"vat_rate_id\": 1,\n        \"article_category\": null,\n        \"vat_rate\": null,\n        \"slot_duration_in_minutes\": 1200\n      },\n      \"bookable\": {\n        \"id\": 43,\n        \"label\": \"Place\",\n        \"bookable_type_id\": 14,\n        \"rank\": 1,\n        \"deleted_at\": null,\n        \"bookable_type\": null\n      },\n      \"hotel_room_type\": null,\n      \"hotel_room\": null,\n      \"resort_purchase\": null\n    }\n  ],\n  \"ex_bookings\": []\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des types de ressources",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/service/bookable-types",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "service",
                "bookable-types"
              ]
            },
            "description": "Récupération des différentes types de ressources."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/service/bookable-types",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "service",
                    "bookable-types"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 9,\n    \"article_category_id\": 1,\n    \"type\": \"SPA\",\n    \"label\": \"Spa\",\n    \"description\": \"<p>Massage, hammam ...etc</p>\",\n    \"pictures\": [\n      \"/public/images/galerie-jlxl-3.jpg\"\n    ],\n    \"is_public\": true,\n    \"formula_price\": \"=HOURS*70.00\",\n    \"slot_duration\": \"00:50\",\n    \"slot_min_time\": \"08:00\",\n    \"slot_max_time\": \"23:59\",\n    \"rank\": 0,\n    \"deleted_at\": null,\n    \"vat_rate_id\": 4,\n    \"article_category\": {\n      \"id\": 1,\n      \"label\": \"Catégorie modifiée par API\",\n      \"rank\": 10,\n      \"color\": \"#4068ad\",\n      \"bo_visible\": true,\n      \"deleted\": false,\n      \"printer_id\": null,\n      \"printer\": null\n    },\n    \"vat_rate\": {\n      \"id\": 4,\n      \"vat_rate\": 20,\n      \"deleted\": false\n    },\n    \"slot_duration_in_minutes\": 50\n  },\n  {\n    \"id\": 12,\n    \"article_category_id\": 29,\n    \"type\": \"SEMINAR\",\n    \"label\": \"Salle séminaire\",\n    \"description\": \"<p>Hammam</p>\",\n    \"pictures\": [],\n    \"is_public\": true,\n    \"formula_price\": \"10\",\n    \"slot_duration\": \"08:00\",\n    \"slot_min_time\": \"08:00\",\n    \"slot_max_time\": \"20:00\",\n    \"rank\": 1,\n    \"deleted_at\": null,\n    \"vat_rate_id\": 4,\n    \"article_category\": {\n      \"id\": 29,\n      \"label\": \"Séminaire\",\n      \"rank\": 7,\n      \"color\": \"#EAA9B6\",\n      \"bo_visible\": true,\n      \"deleted\": true,\n      \"printer_id\": null,\n      \"printer\": null\n    },\n    \"vat_rate\": {\n      \"id\": 4,\n      \"vat_rate\": 20,\n      \"deleted\": false\n    },\n    \"slot_duration_in_minutes\": 480\n  },\n  {\n    \"id\": 13,\n    \"article_category_id\": 110,\n    \"type\": \"SEMINAR\",\n    \"label\": \"hgroupe\",\n    \"description\": \"<p>groupe</p>\",\n    \"pictures\": [],\n    \"is_public\": true,\n    \"formula_price\": \"200\",\n    \"slot_duration\": \"01:00\",\n    \"slot_min_time\": \"08:00\",\n    \"slot_max_time\": \"00:00\",\n    \"rank\": 2,\n    \"deleted_at\": null,\n    \"vat_rate_id\": 3,\n    \"article_category\": {\n      \"id\": 110,\n      \"label\": \"Nouvelle catégorie\",\n      \"rank\": 10,\n      \"color\": \"#4068ad\",\n      \"bo_visible\": true,\n      \"deleted\": false,\n      \"printer_id\": null,\n      \"printer\": null\n    },\n    \"vat_rate\": {\n      \"id\": 3,\n      \"vat_rate\": 10,\n      \"deleted\": false\n    },\n    \"slot_duration_in_minutes\": 60\n  },\n  {\n    \"id\": 14,\n    \"article_category_id\": 97,\n    \"type\": \"PARKING\",\n    \"label\": \"Parking Test\",\n    \"description\": \"<p>jkjk</p>\",\n    \"pictures\": [],\n    \"is_public\": true,\n    \"formula_price\": \"=SLOTS*10\",\n    \"slot_duration\": \"20:00\",\n    \"slot_min_time\": \"15:00\",\n    \"slot_max_time\": \"15:00\",\n    \"rank\": 3,\n    \"deleted_at\": null,\n    \"vat_rate_id\": 1,\n    \"article_category\": {\n      \"id\": 97,\n      \"label\": \"Hébergement\",\n      \"rank\": 11,\n      \"color\": \"#70621b\",\n      \"bo_visible\": true,\n      \"deleted\": true,\n      \"printer_id\": null,\n      \"printer\": null\n    },\n    \"vat_rate\": {\n      \"id\": 1,\n      \"vat_rate\": 0,\n      \"deleted\": false\n    },\n    \"slot_duration_in_minutes\": 1200\n  },\n  {\n    \"id\": 2,\n    \"article_category_id\": 94,\n    \"type\": \"BIKE\",\n    \"label\": \"Lancer de hache\",\n    \"description\": \"<p>Scéance de 60 Min 2 couloirs</p>\",\n    \"pictures\": [\n      \"/public/images/capture-d-e-cran-2024-09-27-a-14.45.44.png\"\n    ],\n    \"is_public\": true,\n    \"formula_price\": \"15.00\",\n    \"slot_duration\": \"01:00\",\n    \"slot_min_time\": \"10:00\",\n    \"slot_max_time\": \"22:00\",\n    \"rank\": 4,\n    \"deleted_at\": null,\n    \"vat_rate_id\": 3,\n    \"article_category\": {\n      \"id\": 94,\n      \"label\": \"Sport\",\n      \"rank\": 10,\n      \"color\": \"#a204b4\",\n      \"bo_visible\": true,\n      \"deleted\": true,\n      \"printer_id\": 2,\n      \"printer\": null\n    },\n    \"vat_rate\": {\n      \"id\": 3,\n      \"vat_rate\": 10,\n      \"deleted\": false\n    },\n    \"slot_duration_in_minutes\": 60\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des ressources",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/service/bookables",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "service",
                "bookables"
              ],
              "query": [
                {
                  "key": "bookable_type_id",
                  "value": "11",
                  "disabled": true
                }
              ]
            },
            "description": "Récupération des resources.\nLe type de ressource est facultatif."
          },
          "response": [
            {
              "name": "Récupération de tous les types de ressources",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/service/bookables",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "service",
                    "bookables"
                  ],
                  "query": [
                    {
                      "key": "bookable_type_id",
                      "value": "11",
                      "disabled": true
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 2,\n    \"label\": \"Parking 1\",\n    \"bookable_type_id\": 2,\n    \"rank\": 0,\n    \"deleted_at\": null,\n    \"bookable_type\": null\n  },\n  {\n    \"id\": 5,\n    \"label\": \"Parking 2\",\n    \"bookable_type_id\": 2,\n    \"rank\": 0,\n    \"deleted_at\": null,\n    \"bookable_type\": null\n  },\n  {\n    \"id\": 8,\n    \"label\": \"Parking 3\",\n    \"bookable_type_id\": 2,\n    \"rank\": 0,\n    \"deleted_at\": null,\n    \"bookable_type\": null\n  },\n  {\n    \"id\": 11,\n    \"label\": \"Parking 4\",\n    \"bookable_type_id\": 2,\n    \"rank\": 0,\n    \"deleted_at\": null,\n    \"bookable_type\": null\n  },\n  {\n    \"id\": 14,\n    \"label\": \"Parking 5\",\n    \"bookable_type_id\": 2,\n    \"rank\": 0,\n    \"deleted_at\": null,\n    \"bookable_type\": null\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            },
            {
              "name": "Récupération d'un type de ressource",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/service/bookables?bookable_type_id=11",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "service",
                    "bookables"
                  ],
                  "query": [
                    {
                      "key": "bookable_type_id",
                      "value": "11",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 23,\n    \"label\": \"Attente\",\n    \"bookable_type_id\": 11,\n    \"rank\": 0,\n    \"deleted_at\": null,\n    \"bookable_type\": null\n  },\n  {\n    \"id\": 24,\n    \"label\": \"CABINE\",\n    \"bookable_type_id\": 11,\n    \"rank\": 0,\n    \"deleted_at\": null,\n    \"bookable_type\": null\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Liste des réservations services",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/service/bookings",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "service",
                "bookings"
              ],
              "query": [
                {
                  "key": "from",
                  "value": "2026-03-01",
                  "description": "Date de début au format YYYY-MM-DD",
                  "disabled": true
                },
                {
                  "key": "to",
                  "value": "2026-03-02",
                  "description": "Date de fin au format YYYY-MM-DD",
                  "disabled": true
                },
                {
                  "key": "date",
                  "value": "2026-03-01",
                  "description": "Date au format YYYY-MM-DD (remplace from et to)",
                  "disabled": true
                },
                {
                  "key": "external_id",
                  "value": "DAY",
                  "description": "Identifiant externe de la réservation",
                  "disabled": true
                }
              ]
            },
            "description": "Récupération de la liste des réservations services."
          },
          "response": [
            {
              "name": "Récupération de toutes les réservations",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/service/bookings",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "service",
                    "bookings"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "2026-03-01",
                      "description": "Date de début au format YYYY-MM-DD",
                      "disabled": true
                    },
                    {
                      "key": "to",
                      "value": "2026-03-02",
                      "description": "Date de fin au format YYYY-MM-DD",
                      "disabled": true
                    },
                    {
                      "key": "date",
                      "value": "2026-03-01",
                      "description": "Date au format YYYY-MM-DD (remplace from et to)",
                      "disabled": true
                    },
                    {
                      "key": "external_id",
                      "value": "DAY",
                      "description": "Identifiant externe de la réservation",
                      "disabled": true
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 249,\n    \"start_at\": \"2026-03-25T15:00:00+01:00\",\n    \"end_at\": \"2026-03-26T11:00:00+01:00\",\n    \"bookable_type_id\": 14,\n    \"bookable_id\": 43,\n    \"hotel_room_type_id\": null,\n    \"hotel_room_id\": null,\n    \"resort_purchase_id\": 10413,\n    \"comment\": null,\n    \"bookable_type\": {\n      \"id\": 14,\n      \"article_category_id\": 97,\n      \"type\": \"PARKING\",\n      \"label\": \"Parking Test\",\n      \"description\": \"<p>jkjk</p>\",\n      \"pictures\": [],\n      \"is_public\": true,\n      \"formula_price\": \"=SLOTS*10\",\n      \"slot_duration\": \"20:00\",\n      \"slot_min_time\": \"15:00\",\n      \"slot_max_time\": \"15:00\",\n      \"rank\": 3,\n      \"deleted_at\": null,\n      \"vat_rate_id\": 1,\n      \"article_category\": null,\n      \"vat_rate\": null,\n      \"slot_duration_in_minutes\": 1200\n    },\n    \"bookable\": {\n      \"id\": 43,\n      \"label\": \"Place\",\n      \"bookable_type_id\": 14,\n      \"rank\": 1,\n      \"deleted_at\": null,\n      \"bookable_type\": null\n    },\n    \"hotel_room_type\": null,\n    \"hotel_room\": null,\n    \"resort_purchase\": {\n      \"id\": 10413,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Place / Parking Test du 25/03/2026 15:00 au 26/03/2026 11:00\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 97,\n        \"label\": \"Hébergement\",\n        \"color\": \"#70621b\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 313,\n        \"lastName\": \"BERTRAND\",\n        \"firstName\": \"JEAN\",\n        \"email\": \"support@thais-soft.com\",\n        \"company\": \"\",\n        \"blackListed\": false,\n        \"name\": \"BERTRAND JEAN\",\n        \"languageId\": 1,\n        \"companyId\": null,\n        \"invoiceBalance\": 0\n      },\n      \"orderId\": 1152,\n      \"originOrderId\": 1152,\n      \"originOrderLabel\": \"CDH705: 25/03/2026 - 27/03/2026\",\n      \"invoiceId\": 498,\n      \"invoiced\": true,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": true,\n      \"createdAt\": \"2026-03-17T06:15:19+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-25T15:00:00+01:00\",\n      \"priceIncludingTaxes\": 10,\n      \"priceExcludingTaxes\": 10,\n      \"taxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalTaxes\": 0,\n      \"amountIncludingTaxes\": 10,\n      \"amountExcludingTaxes\": 10,\n      \"amountTaxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalAmountTaxes\": 0,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": 10405,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  },\n  {\n    \"id\": 250,\n    \"start_at\": \"2026-03-26T15:00:00+01:00\",\n    \"end_at\": \"2026-03-27T11:00:00+01:00\",\n    \"bookable_type_id\": 14,\n    \"bookable_id\": 43,\n    \"hotel_room_type_id\": null,\n    \"hotel_room_id\": null,\n    \"resort_purchase_id\": 10414,\n    \"comment\": null,\n    \"bookable_type\": {\n      \"id\": 14,\n      \"article_category_id\": 97,\n      \"type\": \"PARKING\",\n      \"label\": \"Parking Test\",\n      \"description\": \"<p>jkjk</p>\",\n      \"pictures\": [],\n      \"is_public\": true,\n      \"formula_price\": \"=SLOTS*10\",\n      \"slot_duration\": \"20:00\",\n      \"slot_min_time\": \"15:00\",\n      \"slot_max_time\": \"15:00\",\n      \"rank\": 3,\n      \"deleted_at\": null,\n      \"vat_rate_id\": 1,\n      \"article_category\": null,\n      \"vat_rate\": null,\n      \"slot_duration_in_minutes\": 1200\n    },\n    \"bookable\": {\n      \"id\": 43,\n      \"label\": \"Place\",\n      \"bookable_type_id\": 14,\n      \"rank\": 1,\n      \"deleted_at\": null,\n      \"bookable_type\": null\n    },\n    \"hotel_room_type\": null,\n    \"hotel_room\": null,\n    \"resort_purchase\": {\n      \"id\": 10414,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Place / Parking Test du 26/03/2026 15:00 au 27/03/2026 11:00\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 97,\n        \"label\": \"Hébergement\",\n        \"color\": \"#70621b\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 313,\n        \"lastName\": \"BERTRAND\",\n        \"firstName\": \"JEAN\",\n        \"email\": \"support@thais-soft.com\",\n        \"company\": \"\",\n        \"blackListed\": false,\n        \"name\": \"BERTRAND JEAN\",\n        \"languageId\": 1,\n        \"companyId\": null,\n        \"invoiceBalance\": 0\n      },\n      \"orderId\": 1152,\n      \"originOrderId\": 1152,\n      \"originOrderLabel\": \"CDH705: 25/03/2026 - 27/03/2026\",\n      \"invoiceId\": 498,\n      \"invoiced\": true,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": true,\n      \"createdAt\": \"2026-03-17T06:15:19+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-26T15:00:00+01:00\",\n      \"priceIncludingTaxes\": 10,\n      \"priceExcludingTaxes\": 10,\n      \"taxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalTaxes\": 0,\n      \"amountIncludingTaxes\": 10,\n      \"amountExcludingTaxes\": 10,\n      \"amountTaxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalAmountTaxes\": 0,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": 10405,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  },\n  {\n    \"id\": 286,\n    \"start_at\": \"2026-03-26T08:00:00+01:00\",\n    \"end_at\": \"2026-03-26T16:00:00+01:00\",\n    \"bookable_type_id\": 12,\n    \"bookable_id\": 42,\n    \"hotel_room_type_id\": null,\n    \"hotel_room_id\": null,\n    \"resort_purchase_id\": 11824,\n    \"comment\": null,\n    \"bookable_type\": {\n      \"id\": 12,\n      \"article_category_id\": 29,\n      \"type\": \"SEMINAR\",\n      \"label\": \"Salle séminaire\",\n      \"description\": \"<p>Hammam</p>\",\n      \"pictures\": [],\n      \"is_public\": true,\n      \"formula_price\": \"10\",\n      \"slot_duration\": \"08:00\",\n      \"slot_min_time\": \"08:00\",\n      \"slot_max_time\": \"20:00\",\n      \"rank\": 1,\n      \"deleted_at\": null,\n      \"vat_rate_id\": 4,\n      \"article_category\": null,\n      \"vat_rate\": null,\n      \"slot_duration_in_minutes\": 480\n    },\n    \"bookable\": {\n      \"id\": 42,\n      \"label\": \"Salle Pierre le Vénérable\",\n      \"bookable_type_id\": 12,\n      \"rank\": 12,\n      \"deleted_at\": null,\n      \"bookable_type\": null\n    },\n    \"hotel_room_type\": null,\n    \"hotel_room\": null,\n    \"resort_purchase\": {\n      \"id\": 11824,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Salle Pierre le Vénérable / Salle séminaire du 26/03/2026 08:00\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 29,\n        \"label\": \"Séminaire\",\n        \"color\": \"#EAA9B6\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 2430,\n        \"lastName\": \"DURAND\",\n        \"firstName\": \"Chantal\",\n        \"email\": \"durand.chantal@gmail.com\",\n        \"company\": \"\",\n        \"blackListed\": false,\n        \"name\": \"DURAND Chantal\",\n        \"languageId\": 1,\n        \"companyId\": 0,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1301,\n      \"originOrderId\": 1301,\n      \"originOrderLabel\": \"CDH796: 25/03/2026 - 28/03/2026\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-26T10:15:16+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-26T08:00:00+01:00\",\n      \"priceIncludingTaxes\": 10,\n      \"priceExcludingTaxes\": 8.33,\n      \"taxesByRates\": {\n        \"20.00\": 1.67\n      },\n      \"totalTaxes\": 1.67,\n      \"amountIncludingTaxes\": 10,\n      \"amountExcludingTaxes\": 8.33,\n      \"amountTaxesByRates\": {\n        \"20.00\": 1.67\n      },\n      \"totalAmountTaxes\": 1.67,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": 11573,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            },
            {
              "name": "Récupération des réservations d'une journée",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/service/bookings?date=2026-03-01",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "service",
                    "bookings"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "2026-03-01",
                      "description": "Date de début au format YYYY-MM-DD",
                      "disabled": true
                    },
                    {
                      "key": "to",
                      "value": "2026-03-02",
                      "description": "Date de fin au format YYYY-MM-DD",
                      "disabled": true
                    },
                    {
                      "key": "date",
                      "value": "2026-03-01",
                      "description": "Date au format YYYY-MM-DD (remplace from et to)",
                      "disabled": false
                    },
                    {
                      "key": "external_id",
                      "value": "DAY",
                      "description": "Identifiant externe de la réservation",
                      "disabled": true
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 158,\n    \"start_at\": \"2026-03-01T11:00:00+01:00\",\n    \"end_at\": \"2026-03-01T13:00:00+01:00\",\n    \"bookable_type_id\": 9,\n    \"bookable_id\": 25,\n    \"hotel_room_type_id\": null,\n    \"hotel_room_id\": null,\n    \"resort_purchase_id\": 5233,\n    \"comment\": \"test\",\n    \"bookable_type\": {\n      \"id\": 9,\n      \"article_category_id\": 1,\n      \"type\": \"SPA\",\n      \"label\": \"Spa\",\n      \"description\": \"<p>Massage, hammam ...etc</p>\",\n      \"pictures\": [\n        \"/public/images/galerie-jlxl-3.jpg\"\n      ],\n      \"is_public\": true,\n      \"formula_price\": \"=HOURS*70.00\",\n      \"slot_duration\": \"00:50\",\n      \"slot_min_time\": \"08:00\",\n      \"slot_max_time\": \"23:59\",\n      \"rank\": 0,\n      \"deleted_at\": null,\n      \"vat_rate_id\": 4,\n      \"article_category\": null,\n      \"vat_rate\": null,\n      \"slot_duration_in_minutes\": 50\n    },\n    \"bookable\": {\n      \"id\": 25,\n      \"label\": \"Cabin 1\",\n      \"bookable_type_id\": 9,\n      \"rank\": 1,\n      \"deleted_at\": null,\n      \"bookable_type\": null\n    },\n    \"hotel_room_type\": null,\n    \"hotel_room\": null,\n    \"resort_purchase\": {\n      \"id\": 5233,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Cabin 1 / Spa du 01/03/2026 11:00\",\n      \"description\": \"\",\n      \"quantity\": 3,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 1,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 1823,\n        \"lastName\": \"Test\",\n        \"firstName\": \"Svc\",\n        \"email\": \"\",\n        \"company\": null,\n        \"blackListed\": false,\n        \"name\": \"Test Svc\",\n        \"languageId\": 2,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 666,\n      \"originOrderId\": 666,\n      \"originOrderLabel\": \"SRV666: 20/02/2026 01:24\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T01:24:37+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-01T11:00:00+01:00\",\n      \"priceIncludingTaxes\": 140,\n      \"priceExcludingTaxes\": 116.67,\n      \"taxesByRates\": {\n        \"20.00\": 23.33\n      },\n      \"totalTaxes\": 23.33,\n      \"amountIncludingTaxes\": 140,\n      \"amountExcludingTaxes\": 116.67,\n      \"amountTaxesByRates\": {\n        \"20.00\": 23.33\n      },\n      \"totalAmountTaxes\": 23.33,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  },\n  {\n    \"id\": 229,\n    \"start_at\": \"2026-03-01T11:00:00+01:00\",\n    \"end_at\": \"2026-03-01T13:00:00+01:00\",\n    \"bookable_type_id\": 2,\n    \"bookable_id\": 2,\n    \"hotel_room_type_id\": null,\n    \"hotel_room_id\": null,\n    \"resort_purchase_id\": 10178,\n    \"comment\": \"checkin 11h30\",\n    \"bookable_type\": {\n      \"id\": 2,\n      \"article_category_id\": 94,\n      \"type\": \"BIKE\",\n      \"label\": \"Lancer de hache\",\n      \"description\": \"<p>Scéance de 60 Min 2 couloirs</p>\",\n      \"pictures\": [\n        \"/public/images/capture-d-e-cran-2024-09-27-a-14.45.44.png\"\n      ],\n      \"is_public\": true,\n      \"formula_price\": \"15.00\",\n      \"slot_duration\": \"01:00\",\n      \"slot_min_time\": \"10:00\",\n      \"slot_max_time\": \"22:00\",\n      \"rank\": 4,\n      \"deleted_at\": null,\n      \"vat_rate_id\": 3,\n      \"article_category\": null,\n      \"vat_rate\": null,\n      \"slot_duration_in_minutes\": 60\n    },\n    \"bookable\": {\n      \"id\": 2,\n      \"label\": \"Parking 1\",\n      \"bookable_type_id\": 2,\n      \"rank\": 0,\n      \"deleted_at\": null,\n      \"bookable_type\": null\n    },\n    \"hotel_room_type\": null,\n    \"hotel_room\": null,\n    \"resort_purchase\": {\n      \"id\": 10178,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Parking 1 / Lancer de hache du 01/03/2026 11:00\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 94,\n        \"label\": \"Sport\",\n        \"color\": \"#a204b4\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 2199,\n        \"lastName\": \"Dupont\",\n        \"firstName\": \"Michel\",\n        \"email\": \"\",\n        \"company\": null,\n        \"blackListed\": false,\n        \"name\": \"Dupont Michel\",\n        \"languageId\": 2,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1095,\n      \"originOrderId\": 1095,\n      \"originOrderLabel\": \"SRV1095: 13/03/2026 18:40\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-13T18:40:42+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-01T11:00:00+01:00\",\n      \"priceIncludingTaxes\": 15,\n      \"priceExcludingTaxes\": 13.64,\n      \"taxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalTaxes\": 1.36,\n      \"amountIncludingTaxes\": 15,\n      \"amountExcludingTaxes\": 13.64,\n      \"amountTaxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalAmountTaxes\": 1.36,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  },\n  {\n    \"id\": 230,\n    \"start_at\": \"2026-03-01T11:00:00+01:00\",\n    \"end_at\": \"2026-03-01T13:00:00+01:00\",\n    \"bookable_type_id\": 2,\n    \"bookable_id\": 5,\n    \"hotel_room_type_id\": null,\n    \"hotel_room_id\": null,\n    \"resort_purchase_id\": 10179,\n    \"comment\": \"checkin 11h30\",\n    \"bookable_type\": {\n      \"id\": 2,\n      \"article_category_id\": 94,\n      \"type\": \"BIKE\",\n      \"label\": \"Lancer de hache\",\n      \"description\": \"<p>Scéance de 60 Min 2 couloirs</p>\",\n      \"pictures\": [\n        \"/public/images/capture-d-e-cran-2024-09-27-a-14.45.44.png\"\n      ],\n      \"is_public\": true,\n      \"formula_price\": \"15.00\",\n      \"slot_duration\": \"01:00\",\n      \"slot_min_time\": \"10:00\",\n      \"slot_max_time\": \"22:00\",\n      \"rank\": 4,\n      \"deleted_at\": null,\n      \"vat_rate_id\": 3,\n      \"article_category\": null,\n      \"vat_rate\": null,\n      \"slot_duration_in_minutes\": 60\n    },\n    \"bookable\": {\n      \"id\": 5,\n      \"label\": \"Parking 2\",\n      \"bookable_type_id\": 2,\n      \"rank\": 0,\n      \"deleted_at\": null,\n      \"bookable_type\": null\n    },\n    \"hotel_room_type\": null,\n    \"hotel_room\": null,\n    \"resort_purchase\": {\n      \"id\": 10179,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Parking 2 / Lancer de hache du 01/03/2026 11:00\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 94,\n        \"label\": \"Sport\",\n        \"color\": \"#a204b4\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 2200,\n        \"lastName\": \"Dupont\",\n        \"firstName\": \"Michel\",\n        \"email\": \"\",\n        \"company\": null,\n        \"blackListed\": false,\n        \"name\": \"Dupont Michel\",\n        \"languageId\": 2,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1096,\n      \"originOrderId\": 1096,\n      \"originOrderLabel\": \"SRV1096: 13/03/2026 18:41\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-13T18:41:30+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-01T11:00:00+01:00\",\n      \"priceIncludingTaxes\": 15,\n      \"priceExcludingTaxes\": 13.64,\n      \"taxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalTaxes\": 1.36,\n      \"amountIncludingTaxes\": 15,\n      \"amountExcludingTaxes\": 13.64,\n      \"amountTaxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalAmountTaxes\": 1.36,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  },\n  {\n    \"id\": 234,\n    \"start_at\": \"2026-03-01T11:00:00+01:00\",\n    \"end_at\": \"2026-03-01T13:00:00+01:00\",\n    \"bookable_type_id\": 2,\n    \"bookable_id\": 8,\n    \"hotel_room_type_id\": null,\n    \"hotel_room_id\": null,\n    \"resort_purchase_id\": 10183,\n    \"comment\": \"checkin 11h30\",\n    \"bookable_type\": {\n      \"id\": 2,\n      \"article_category_id\": 94,\n      \"type\": \"BIKE\",\n      \"label\": \"Lancer de hache\",\n      \"description\": \"<p>Scéance de 60 Min 2 couloirs</p>\",\n      \"pictures\": [\n        \"/public/images/capture-d-e-cran-2024-09-27-a-14.45.44.png\"\n      ],\n      \"is_public\": true,\n      \"formula_price\": \"15.00\",\n      \"slot_duration\": \"01:00\",\n      \"slot_min_time\": \"10:00\",\n      \"slot_max_time\": \"22:00\",\n      \"rank\": 4,\n      \"deleted_at\": null,\n      \"vat_rate_id\": 3,\n      \"article_category\": null,\n      \"vat_rate\": null,\n      \"slot_duration_in_minutes\": 60\n    },\n    \"bookable\": {\n      \"id\": 8,\n      \"label\": \"Parking 3\",\n      \"bookable_type_id\": 2,\n      \"rank\": 0,\n      \"deleted_at\": null,\n      \"bookable_type\": null\n    },\n    \"hotel_room_type\": null,\n    \"hotel_room\": null,\n    \"resort_purchase\": {\n      \"id\": 10183,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Parking 3 / Lancer de hache du 01/03/2026 11:00\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 94,\n        \"label\": \"Sport\",\n        \"color\": \"#a204b4\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 2204,\n        \"lastName\": \"Dupont\",\n        \"firstName\": \"Michel\",\n        \"email\": \"\",\n        \"company\": null,\n        \"blackListed\": false,\n        \"name\": \"Dupont Michel\",\n        \"languageId\": 2,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1100,\n      \"originOrderId\": 1100,\n      \"originOrderLabel\": \"SRV1100: 13/03/2026 19:36\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-13T19:36:28+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-01T11:00:00+01:00\",\n      \"priceIncludingTaxes\": 15,\n      \"priceExcludingTaxes\": 13.64,\n      \"taxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalTaxes\": 1.36,\n      \"amountIncludingTaxes\": 15,\n      \"amountExcludingTaxes\": 13.64,\n      \"amountTaxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalAmountTaxes\": 1.36,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  },\n  {\n    \"id\": 237,\n    \"start_at\": \"2026-03-01T11:00:00+01:00\",\n    \"end_at\": \"2026-03-01T13:00:00+01:00\",\n    \"bookable_type_id\": 2,\n    \"bookable_id\": 11,\n    \"hotel_room_type_id\": null,\n    \"hotel_room_id\": null,\n    \"resort_purchase_id\": 10186,\n    \"comment\": \"checkin 11h30\",\n    \"bookable_type\": {\n      \"id\": 2,\n      \"article_category_id\": 94,\n      \"type\": \"BIKE\",\n      \"label\": \"Lancer de hache\",\n      \"description\": \"<p>Scéance de 60 Min 2 couloirs</p>\",\n      \"pictures\": [\n        \"/public/images/capture-d-e-cran-2024-09-27-a-14.45.44.png\"\n      ],\n      \"is_public\": true,\n      \"formula_price\": \"15.00\",\n      \"slot_duration\": \"01:00\",\n      \"slot_min_time\": \"10:00\",\n      \"slot_max_time\": \"22:00\",\n      \"rank\": 4,\n      \"deleted_at\": null,\n      \"vat_rate_id\": 3,\n      \"article_category\": null,\n      \"vat_rate\": null,\n      \"slot_duration_in_minutes\": 60\n    },\n    \"bookable\": {\n      \"id\": 11,\n      \"label\": \"Parking 4\",\n      \"bookable_type_id\": 2,\n      \"rank\": 0,\n      \"deleted_at\": null,\n      \"bookable_type\": null\n    },\n    \"hotel_room_type\": null,\n    \"hotel_room\": null,\n    \"resort_purchase\": {\n      \"id\": 10186,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Parking 4 / Lancer de hache du 01/03/2026 11:00\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 94,\n        \"label\": \"Sport\",\n        \"color\": \"#a204b4\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 2207,\n        \"lastName\": \"Dupont\",\n        \"firstName\": \"Michel\",\n        \"email\": \"\",\n        \"company\": null,\n        \"blackListed\": false,\n        \"name\": \"Dupont Michel\",\n        \"languageId\": 2,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1103,\n      \"originOrderId\": 1103,\n      \"originOrderLabel\": \"SRV1103: 13/03/2026 19:38\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-13T19:38:59+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-01T11:00:00+01:00\",\n      \"priceIncludingTaxes\": 15,\n      \"priceExcludingTaxes\": 13.64,\n      \"taxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalTaxes\": 1.36,\n      \"amountIncludingTaxes\": 15,\n      \"amountExcludingTaxes\": 13.64,\n      \"amountTaxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalAmountTaxes\": 1.36,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            },
            {
              "name": "Récupération des réservations d'une période",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/service/bookings?from=2026-03-01&to=2026-03-02",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "service",
                    "bookings"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "2026-03-01",
                      "description": "Date de début au format YYYY-MM-DD",
                      "disabled": false
                    },
                    {
                      "key": "to",
                      "value": "2026-03-02",
                      "description": "Date de fin au format YYYY-MM-DD",
                      "disabled": false
                    },
                    {
                      "key": "date",
                      "value": "2026-03-01",
                      "description": "Date au format YYYY-MM-DD (remplace from et to)",
                      "disabled": true
                    },
                    {
                      "key": "external_id",
                      "value": "DAY",
                      "description": "Identifiant externe de la réservation",
                      "disabled": true
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 158,\n    \"start_at\": \"2026-03-01T11:00:00+01:00\",\n    \"end_at\": \"2026-03-01T13:00:00+01:00\",\n    \"bookable_type_id\": 9,\n    \"bookable_id\": 25,\n    \"hotel_room_type_id\": null,\n    \"hotel_room_id\": null,\n    \"resort_purchase_id\": 5233,\n    \"comment\": \"test\",\n    \"bookable_type\": {\n      \"id\": 9,\n      \"article_category_id\": 1,\n      \"type\": \"SPA\",\n      \"label\": \"Spa\",\n      \"description\": \"<p>Massage, hammam ...etc</p>\",\n      \"pictures\": [\n        \"/public/images/galerie-jlxl-3.jpg\"\n      ],\n      \"is_public\": true,\n      \"formula_price\": \"=HOURS*70.00\",\n      \"slot_duration\": \"00:50\",\n      \"slot_min_time\": \"08:00\",\n      \"slot_max_time\": \"23:59\",\n      \"rank\": 0,\n      \"deleted_at\": null,\n      \"vat_rate_id\": 4,\n      \"article_category\": null,\n      \"vat_rate\": null,\n      \"slot_duration_in_minutes\": 50\n    },\n    \"bookable\": {\n      \"id\": 25,\n      \"label\": \"Cabin 1\",\n      \"bookable_type_id\": 9,\n      \"rank\": 1,\n      \"deleted_at\": null,\n      \"bookable_type\": null\n    },\n    \"hotel_room_type\": null,\n    \"hotel_room\": null,\n    \"resort_purchase\": {\n      \"id\": 5233,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Cabin 1 / Spa du 01/03/2026 11:00\",\n      \"description\": \"\",\n      \"quantity\": 3,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 1,\n        \"label\": \"Catégorie modifiée par API\",\n        \"color\": \"#4068ad\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 1823,\n        \"lastName\": \"Test\",\n        \"firstName\": \"Svc\",\n        \"email\": \"\",\n        \"company\": null,\n        \"blackListed\": false,\n        \"name\": \"Test Svc\",\n        \"languageId\": 2,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 666,\n      \"originOrderId\": 666,\n      \"originOrderLabel\": \"SRV666: 20/02/2026 01:24\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-02-20T01:24:37+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-01T11:00:00+01:00\",\n      \"priceIncludingTaxes\": 140,\n      \"priceExcludingTaxes\": 116.67,\n      \"taxesByRates\": {\n        \"20.00\": 23.33\n      },\n      \"totalTaxes\": 23.33,\n      \"amountIncludingTaxes\": 140,\n      \"amountExcludingTaxes\": 116.67,\n      \"amountTaxesByRates\": {\n        \"20.00\": 23.33\n      },\n      \"totalAmountTaxes\": 23.33,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  },\n  {\n    \"id\": 229,\n    \"start_at\": \"2026-03-01T11:00:00+01:00\",\n    \"end_at\": \"2026-03-01T13:00:00+01:00\",\n    \"bookable_type_id\": 2,\n    \"bookable_id\": 2,\n    \"hotel_room_type_id\": null,\n    \"hotel_room_id\": null,\n    \"resort_purchase_id\": 10178,\n    \"comment\": \"checkin 11h30\",\n    \"bookable_type\": {\n      \"id\": 2,\n      \"article_category_id\": 94,\n      \"type\": \"BIKE\",\n      \"label\": \"Lancer de hache\",\n      \"description\": \"<p>Scéance de 60 Min 2 couloirs</p>\",\n      \"pictures\": [\n        \"/public/images/capture-d-e-cran-2024-09-27-a-14.45.44.png\"\n      ],\n      \"is_public\": true,\n      \"formula_price\": \"15.00\",\n      \"slot_duration\": \"01:00\",\n      \"slot_min_time\": \"10:00\",\n      \"slot_max_time\": \"22:00\",\n      \"rank\": 4,\n      \"deleted_at\": null,\n      \"vat_rate_id\": 3,\n      \"article_category\": null,\n      \"vat_rate\": null,\n      \"slot_duration_in_minutes\": 60\n    },\n    \"bookable\": {\n      \"id\": 2,\n      \"label\": \"Parking 1\",\n      \"bookable_type_id\": 2,\n      \"rank\": 0,\n      \"deleted_at\": null,\n      \"bookable_type\": null\n    },\n    \"hotel_room_type\": null,\n    \"hotel_room\": null,\n    \"resort_purchase\": {\n      \"id\": 10178,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Parking 1 / Lancer de hache du 01/03/2026 11:00\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 94,\n        \"label\": \"Sport\",\n        \"color\": \"#a204b4\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 2199,\n        \"lastName\": \"Dupont\",\n        \"firstName\": \"Michel\",\n        \"email\": \"\",\n        \"company\": null,\n        \"blackListed\": false,\n        \"name\": \"Dupont Michel\",\n        \"languageId\": 2,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1095,\n      \"originOrderId\": 1095,\n      \"originOrderLabel\": \"SRV1095: 13/03/2026 18:40\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-13T18:40:42+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-01T11:00:00+01:00\",\n      \"priceIncludingTaxes\": 15,\n      \"priceExcludingTaxes\": 13.64,\n      \"taxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalTaxes\": 1.36,\n      \"amountIncludingTaxes\": 15,\n      \"amountExcludingTaxes\": 13.64,\n      \"amountTaxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalAmountTaxes\": 1.36,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  },\n  {\n    \"id\": 230,\n    \"start_at\": \"2026-03-01T11:00:00+01:00\",\n    \"end_at\": \"2026-03-01T13:00:00+01:00\",\n    \"bookable_type_id\": 2,\n    \"bookable_id\": 5,\n    \"hotel_room_type_id\": null,\n    \"hotel_room_id\": null,\n    \"resort_purchase_id\": 10179,\n    \"comment\": \"checkin 11h30\",\n    \"bookable_type\": {\n      \"id\": 2,\n      \"article_category_id\": 94,\n      \"type\": \"BIKE\",\n      \"label\": \"Lancer de hache\",\n      \"description\": \"<p>Scéance de 60 Min 2 couloirs</p>\",\n      \"pictures\": [\n        \"/public/images/capture-d-e-cran-2024-09-27-a-14.45.44.png\"\n      ],\n      \"is_public\": true,\n      \"formula_price\": \"15.00\",\n      \"slot_duration\": \"01:00\",\n      \"slot_min_time\": \"10:00\",\n      \"slot_max_time\": \"22:00\",\n      \"rank\": 4,\n      \"deleted_at\": null,\n      \"vat_rate_id\": 3,\n      \"article_category\": null,\n      \"vat_rate\": null,\n      \"slot_duration_in_minutes\": 60\n    },\n    \"bookable\": {\n      \"id\": 5,\n      \"label\": \"Parking 2\",\n      \"bookable_type_id\": 2,\n      \"rank\": 0,\n      \"deleted_at\": null,\n      \"bookable_type\": null\n    },\n    \"hotel_room_type\": null,\n    \"hotel_room\": null,\n    \"resort_purchase\": {\n      \"id\": 10179,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Parking 2 / Lancer de hache du 01/03/2026 11:00\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 94,\n        \"label\": \"Sport\",\n        \"color\": \"#a204b4\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 2200,\n        \"lastName\": \"Dupont\",\n        \"firstName\": \"Michel\",\n        \"email\": \"\",\n        \"company\": null,\n        \"blackListed\": false,\n        \"name\": \"Dupont Michel\",\n        \"languageId\": 2,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1096,\n      \"originOrderId\": 1096,\n      \"originOrderLabel\": \"SRV1096: 13/03/2026 18:41\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-13T18:41:30+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-01T11:00:00+01:00\",\n      \"priceIncludingTaxes\": 15,\n      \"priceExcludingTaxes\": 13.64,\n      \"taxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalTaxes\": 1.36,\n      \"amountIncludingTaxes\": 15,\n      \"amountExcludingTaxes\": 13.64,\n      \"amountTaxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalAmountTaxes\": 1.36,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  },\n  {\n    \"id\": 234,\n    \"start_at\": \"2026-03-01T11:00:00+01:00\",\n    \"end_at\": \"2026-03-01T13:00:00+01:00\",\n    \"bookable_type_id\": 2,\n    \"bookable_id\": 8,\n    \"hotel_room_type_id\": null,\n    \"hotel_room_id\": null,\n    \"resort_purchase_id\": 10183,\n    \"comment\": \"checkin 11h30\",\n    \"bookable_type\": {\n      \"id\": 2,\n      \"article_category_id\": 94,\n      \"type\": \"BIKE\",\n      \"label\": \"Lancer de hache\",\n      \"description\": \"<p>Scéance de 60 Min 2 couloirs</p>\",\n      \"pictures\": [\n        \"/public/images/capture-d-e-cran-2024-09-27-a-14.45.44.png\"\n      ],\n      \"is_public\": true,\n      \"formula_price\": \"15.00\",\n      \"slot_duration\": \"01:00\",\n      \"slot_min_time\": \"10:00\",\n      \"slot_max_time\": \"22:00\",\n      \"rank\": 4,\n      \"deleted_at\": null,\n      \"vat_rate_id\": 3,\n      \"article_category\": null,\n      \"vat_rate\": null,\n      \"slot_duration_in_minutes\": 60\n    },\n    \"bookable\": {\n      \"id\": 8,\n      \"label\": \"Parking 3\",\n      \"bookable_type_id\": 2,\n      \"rank\": 0,\n      \"deleted_at\": null,\n      \"bookable_type\": null\n    },\n    \"hotel_room_type\": null,\n    \"hotel_room\": null,\n    \"resort_purchase\": {\n      \"id\": 10183,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Parking 3 / Lancer de hache du 01/03/2026 11:00\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 94,\n        \"label\": \"Sport\",\n        \"color\": \"#a204b4\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 2204,\n        \"lastName\": \"Dupont\",\n        \"firstName\": \"Michel\",\n        \"email\": \"\",\n        \"company\": null,\n        \"blackListed\": false,\n        \"name\": \"Dupont Michel\",\n        \"languageId\": 2,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1100,\n      \"originOrderId\": 1100,\n      \"originOrderLabel\": \"SRV1100: 13/03/2026 19:36\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-13T19:36:28+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-01T11:00:00+01:00\",\n      \"priceIncludingTaxes\": 15,\n      \"priceExcludingTaxes\": 13.64,\n      \"taxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalTaxes\": 1.36,\n      \"amountIncludingTaxes\": 15,\n      \"amountExcludingTaxes\": 13.64,\n      \"amountTaxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalAmountTaxes\": 1.36,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  },\n  {\n    \"id\": 237,\n    \"start_at\": \"2026-03-01T11:00:00+01:00\",\n    \"end_at\": \"2026-03-01T13:00:00+01:00\",\n    \"bookable_type_id\": 2,\n    \"bookable_id\": 11,\n    \"hotel_room_type_id\": null,\n    \"hotel_room_id\": null,\n    \"resort_purchase_id\": 10186,\n    \"comment\": \"checkin 11h30\",\n    \"bookable_type\": {\n      \"id\": 2,\n      \"article_category_id\": 94,\n      \"type\": \"BIKE\",\n      \"label\": \"Lancer de hache\",\n      \"description\": \"<p>Scéance de 60 Min 2 couloirs</p>\",\n      \"pictures\": [\n        \"/public/images/capture-d-e-cran-2024-09-27-a-14.45.44.png\"\n      ],\n      \"is_public\": true,\n      \"formula_price\": \"15.00\",\n      \"slot_duration\": \"01:00\",\n      \"slot_min_time\": \"10:00\",\n      \"slot_max_time\": \"22:00\",\n      \"rank\": 4,\n      \"deleted_at\": null,\n      \"vat_rate_id\": 3,\n      \"article_category\": null,\n      \"vat_rate\": null,\n      \"slot_duration_in_minutes\": 60\n    },\n    \"bookable\": {\n      \"id\": 11,\n      \"label\": \"Parking 4\",\n      \"bookable_type_id\": 2,\n      \"rank\": 0,\n      \"deleted_at\": null,\n      \"bookable_type\": null\n    },\n    \"hotel_room_type\": null,\n    \"hotel_room\": null,\n    \"resort_purchase\": {\n      \"id\": 10186,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Parking 4 / Lancer de hache du 01/03/2026 11:00\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 94,\n        \"label\": \"Sport\",\n        \"color\": \"#a204b4\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 2207,\n        \"lastName\": \"Dupont\",\n        \"firstName\": \"Michel\",\n        \"email\": \"\",\n        \"company\": null,\n        \"blackListed\": false,\n        \"name\": \"Dupont Michel\",\n        \"languageId\": 2,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1103,\n      \"originOrderId\": 1103,\n      \"originOrderLabel\": \"SRV1103: 13/03/2026 19:38\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-13T19:38:59+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-01T11:00:00+01:00\",\n      \"priceIncludingTaxes\": 15,\n      \"priceExcludingTaxes\": 13.64,\n      \"taxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalTaxes\": 1.36,\n      \"amountIncludingTaxes\": 15,\n      \"amountExcludingTaxes\": 13.64,\n      \"amountTaxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalAmountTaxes\": 1.36,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            },
            {
              "name": "Récupération d'une réservation par son identifiant externe",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/service/bookings?external_id=DAY",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "service",
                    "bookings"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "2026-03-01",
                      "description": "Date de début au format YYYY-MM-DD",
                      "disabled": true
                    },
                    {
                      "key": "to",
                      "value": "2026-03-02",
                      "description": "Date de fin au format YYYY-MM-DD",
                      "disabled": true
                    },
                    {
                      "key": "date",
                      "value": "2026-03-01",
                      "description": "Date au format YYYY-MM-DD (remplace from et to)",
                      "disabled": true
                    },
                    {
                      "key": "external_id",
                      "value": "DAY",
                      "description": "Identifiant externe de la réservation",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "[\n  {\n    \"id\": 249,\n    \"start_at\": \"2026-03-25T15:00:00+01:00\",\n    \"end_at\": \"2026-03-26T11:00:00+01:00\",\n    \"bookable_type_id\": 14,\n    \"bookable_id\": 43,\n    \"hotel_room_type_id\": null,\n    \"hotel_room_id\": null,\n    \"resort_purchase_id\": 10413,\n    \"comment\": null,\n    \"bookable_type\": {\n      \"id\": 14,\n      \"article_category_id\": 97,\n      \"type\": \"PARKING\",\n      \"label\": \"Parking Test\",\n      \"description\": \"<p>jkjk</p>\",\n      \"pictures\": [],\n      \"is_public\": true,\n      \"formula_price\": \"=SLOTS*10\",\n      \"slot_duration\": \"20:00\",\n      \"slot_min_time\": \"15:00\",\n      \"slot_max_time\": \"15:00\",\n      \"rank\": 3,\n      \"deleted_at\": null,\n      \"vat_rate_id\": 1,\n      \"article_category\": null,\n      \"vat_rate\": null,\n      \"slot_duration_in_minutes\": 1200\n    },\n    \"bookable\": {\n      \"id\": 43,\n      \"label\": \"Place\",\n      \"bookable_type_id\": 14,\n      \"rank\": 1,\n      \"deleted_at\": null,\n      \"bookable_type\": null\n    },\n    \"hotel_room_type\": null,\n    \"hotel_room\": null,\n    \"resort_purchase\": {\n      \"id\": 10413,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Place / Parking Test du 25/03/2026 15:00 au 26/03/2026 11:00\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 97,\n        \"label\": \"Hébergement\",\n        \"color\": \"#70621b\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 313,\n        \"lastName\": \"BERTRAND\",\n        \"firstName\": \"JEAN\",\n        \"email\": \"support@thais-soft.com\",\n        \"company\": \"\",\n        \"blackListed\": false,\n        \"name\": \"BERTRAND JEAN\",\n        \"languageId\": 1,\n        \"companyId\": null,\n        \"invoiceBalance\": 0\n      },\n      \"orderId\": 1152,\n      \"originOrderId\": 1152,\n      \"originOrderLabel\": \"CDH705: 25/03/2026 - 27/03/2026\",\n      \"invoiceId\": 498,\n      \"invoiced\": true,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": true,\n      \"createdAt\": \"2026-03-17T06:15:19+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-25T15:00:00+01:00\",\n      \"priceIncludingTaxes\": 10,\n      \"priceExcludingTaxes\": 10,\n      \"taxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalTaxes\": 0,\n      \"amountIncludingTaxes\": 10,\n      \"amountExcludingTaxes\": 10,\n      \"amountTaxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalAmountTaxes\": 0,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": 10405,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  },\n  {\n    \"id\": 250,\n    \"start_at\": \"2026-03-26T15:00:00+01:00\",\n    \"end_at\": \"2026-03-27T11:00:00+01:00\",\n    \"bookable_type_id\": 14,\n    \"bookable_id\": 43,\n    \"hotel_room_type_id\": null,\n    \"hotel_room_id\": null,\n    \"resort_purchase_id\": 10414,\n    \"comment\": null,\n    \"bookable_type\": {\n      \"id\": 14,\n      \"article_category_id\": 97,\n      \"type\": \"PARKING\",\n      \"label\": \"Parking Test\",\n      \"description\": \"<p>jkjk</p>\",\n      \"pictures\": [],\n      \"is_public\": true,\n      \"formula_price\": \"=SLOTS*10\",\n      \"slot_duration\": \"20:00\",\n      \"slot_min_time\": \"15:00\",\n      \"slot_max_time\": \"15:00\",\n      \"rank\": 3,\n      \"deleted_at\": null,\n      \"vat_rate_id\": 1,\n      \"article_category\": null,\n      \"vat_rate\": null,\n      \"slot_duration_in_minutes\": 1200\n    },\n    \"bookable\": {\n      \"id\": 43,\n      \"label\": \"Place\",\n      \"bookable_type_id\": 14,\n      \"rank\": 1,\n      \"deleted_at\": null,\n      \"bookable_type\": null\n    },\n    \"hotel_room_type\": null,\n    \"hotel_room\": null,\n    \"resort_purchase\": {\n      \"id\": 10414,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Place / Parking Test du 26/03/2026 15:00 au 27/03/2026 11:00\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 97,\n        \"label\": \"Hébergement\",\n        \"color\": \"#70621b\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 313,\n        \"lastName\": \"BERTRAND\",\n        \"firstName\": \"JEAN\",\n        \"email\": \"support@thais-soft.com\",\n        \"company\": \"\",\n        \"blackListed\": false,\n        \"name\": \"BERTRAND JEAN\",\n        \"languageId\": 1,\n        \"companyId\": null,\n        \"invoiceBalance\": 0\n      },\n      \"orderId\": 1152,\n      \"originOrderId\": 1152,\n      \"originOrderLabel\": \"CDH705: 25/03/2026 - 27/03/2026\",\n      \"invoiceId\": 498,\n      \"invoiced\": true,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": true,\n      \"createdAt\": \"2026-03-17T06:15:19+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-26T15:00:00+01:00\",\n      \"priceIncludingTaxes\": 10,\n      \"priceExcludingTaxes\": 10,\n      \"taxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalTaxes\": 0,\n      \"amountIncludingTaxes\": 10,\n      \"amountExcludingTaxes\": 10,\n      \"amountTaxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalAmountTaxes\": 0,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": 10405,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  },\n  {\n    \"id\": 286,\n    \"start_at\": \"2026-03-26T08:00:00+01:00\",\n    \"end_at\": \"2026-03-26T16:00:00+01:00\",\n    \"bookable_type_id\": 12,\n    \"bookable_id\": 42,\n    \"hotel_room_type_id\": null,\n    \"hotel_room_id\": null,\n    \"resort_purchase_id\": 11824,\n    \"comment\": null,\n    \"bookable_type\": {\n      \"id\": 12,\n      \"article_category_id\": 29,\n      \"type\": \"SEMINAR\",\n      \"label\": \"Salle séminaire\",\n      \"description\": \"<p>Hammam</p>\",\n      \"pictures\": [],\n      \"is_public\": true,\n      \"formula_price\": \"10\",\n      \"slot_duration\": \"08:00\",\n      \"slot_min_time\": \"08:00\",\n      \"slot_max_time\": \"20:00\",\n      \"rank\": 1,\n      \"deleted_at\": null,\n      \"vat_rate_id\": 4,\n      \"article_category\": null,\n      \"vat_rate\": null,\n      \"slot_duration_in_minutes\": 480\n    },\n    \"bookable\": {\n      \"id\": 42,\n      \"label\": \"Salle Pierre le Vénérable\",\n      \"bookable_type_id\": 12,\n      \"rank\": 12,\n      \"deleted_at\": null,\n      \"bookable_type\": null\n    },\n    \"hotel_room_type\": null,\n    \"hotel_room\": null,\n    \"resort_purchase\": {\n      \"id\": 11824,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Salle Pierre le Vénérable / Salle séminaire du 26/03/2026 08:00\",\n      \"description\": \"\",\n      \"quantity\": 1,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 29,\n        \"label\": \"Séminaire\",\n        \"color\": \"#EAA9B6\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 2430,\n        \"lastName\": \"DURAND\",\n        \"firstName\": \"Chantal\",\n        \"email\": \"durand.chantal@gmail.com\",\n        \"company\": \"\",\n        \"blackListed\": false,\n        \"name\": \"DURAND Chantal\",\n        \"languageId\": 1,\n        \"companyId\": 0,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1301,\n      \"originOrderId\": 1301,\n      \"originOrderLabel\": \"CDH796: 25/03/2026 - 28/03/2026\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-26T10:15:16+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-03-26T08:00:00+01:00\",\n      \"priceIncludingTaxes\": 10,\n      \"priceExcludingTaxes\": 8.33,\n      \"taxesByRates\": {\n        \"20.00\": 1.67\n      },\n      \"totalTaxes\": 1.67,\n      \"amountIncludingTaxes\": 10,\n      \"amountExcludingTaxes\": 8.33,\n      \"amountTaxesByRates\": {\n        \"20.00\": 1.67\n      },\n      \"totalAmountTaxes\": 1.67,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": 11573,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  }\n]",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Calculs de prix et dispo.",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/service/pricing?from=2026-03-01&to=2026-03-02&bookable_type_id=11",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "service",
                "pricing"
              ],
              "query": [
                {
                  "key": "from",
                  "value": "2026-03-01",
                  "description": "Date de début au format YYYY-MM-DD",
                  "disabled": false
                },
                {
                  "key": "to",
                  "value": "2026-03-02",
                  "description": "Date de fin au format YYYY-MM-DD",
                  "disabled": false
                },
                {
                  "key": "bookable_type_id",
                  "value": "11",
                  "description": "Id du type de service",
                  "disabled": false
                }
              ]
            },
            "description": "Cette route permet de calculer le prix et la disponibilité d'une réservation de service."
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/service/pricing?from=2026-03-01&to=2026-03-02&bookable_type_id=11",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "service",
                    "pricing"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "2026-03-01",
                      "description": "Date de début au format YYYY-MM-DD",
                      "disabled": false
                    },
                    {
                      "key": "to",
                      "value": "2026-03-02",
                      "description": "Date de fin au format YYYY-MM-DD",
                      "disabled": false
                    },
                    {
                      "key": "bookable_type_id",
                      "value": "11",
                      "description": "Id du type de service",
                      "disabled": false
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"from\": \"2026-03-01T00:00:00+01:00\",\n  \"to\": \"2026-03-02T00:00:00+01:00\",\n  \"price\": 0,\n  \"nb_slots\": 48,\n  \"availability\": 2,\n  \"availables\": [\n    {\n      \"id\": 23,\n      \"label\": \"Attente\",\n      \"bookable_type_id\": 11,\n      \"rank\": 0,\n      \"deleted_at\": null,\n      \"bookable_type\": null\n    },\n    {\n      \"id\": 24,\n      \"label\": \"CABINE\",\n      \"bookable_type_id\": 11,\n      \"rank\": 0,\n      \"deleted_at\": null,\n      \"bookable_type\": null\n    }\n  ]\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Création d'une réservation",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/service/ex-bookings",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "service",
                "ex-bookings"
              ]
            },
            "description": "\"customer_id\" peut etre utilise a la place de l'objet \"customer\".\n\nIMPORTANT : la reponse contient un champ `resort_order_id` qui est l'identifiant\na utiliser pour les operations sur la commande (confirm, cancel, GET order).\nCe n'est PAS le meme que l'`id` de l'ex-booking retourne.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"source\": \"dayuse\",\n  \"external_id\": \"DAYUSE_3456\",\n  \"comment\": \"Offre duo : bien être + brunch\",\n  \"customer\": {\n    \"civility\": 1,\n    \"lastname\": \"Dupont\",\n    \"firstname\": \"Michel\",\n    \"address\": \"123 rue Dunois\",\n    \"postcode\": \"75013\",\n    \"city\": \"PARIS\",\n    \"country\": \"FR\"\n  },\n  \"bookings\": [\n    {\n      \"start_at\": \"2026-03-01T11:00\",\n      \"end_at\": \"2026-03-01T13:00\",\n      \"bookable_type_id\": 2,\n      \"comment\": \"checkin 11h30\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "name": "Exemple de réponse",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/service/ex-bookings",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "service",
                    "ex-bookings"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 141,\n  \"created_at\": \"2026-03-26T11:11:05+01:00\",\n  \"updated_at\": \"2026-03-26T11:11:05+01:00\",\n  \"deleted_at\": null,\n  \"source\": \"dayuse\",\n  \"external_id\": \"DAYUSE_3456\",\n  \"raw_data\": {\n    \"source\": \"dayuse\",\n    \"external_id\": \"DAYUSE_3456\",\n    \"comment\": \"Offre duo : bien être + brunch\",\n    \"customer\": {\n      \"civility\": 1,\n      \"lastname\": \"Dupont\",\n      \"firstname\": \"Michel\",\n      \"address\": \"123 rue Dunois\",\n      \"postcode\": \"75013\",\n      \"city\": \"PARIS\",\n      \"country\": \"FR\"\n    },\n    \"bookings\": [\n      {\n        \"start_at\": \"2026-03-01T11:00\",\n        \"end_at\": \"2026-03-01T13:00\",\n        \"bookable_type_id\": 2,\n        \"comment\": \"checkin 11h30\"\n      }\n    ]\n  },\n  \"resort_order_id\": null,\n  \"resort_order\": null,\n  \"warning\": \"the booking is not affected to any resources\"\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Confirmer/infirmer un dossier de réservation",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/service/orders/{{id}}/confirm",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "service",
                "orders",
                "{{id}}",
                "confirm"
              ]
            },
            "description": "Confirmer ou infirmer un dossier de réservation.\n\nSi le dossier est déjà confirmé, alors il sera infirmer (toggle)."
          },
          "response": [
            {
              "name": "Créer puis confirmer une réservation",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/service/orders/1348/confirm",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "service",
                    "orders",
                    "1348",
                    "confirm"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 1348,\n  \"customer_id\": 2446,\n  \"confirmed_at\": null,\n  \"canceled_at\": null,\n  \"is_no_show\": false,\n  \"comment\": \"Test confirmation\",\n  \"has_valid_payline_token\": false,\n  \"customer\": {\n    \"id\": 2446,\n    \"civility_id\": 1,\n    \"lastname\": \"Dupont\",\n    \"firstname\": \"Michel\",\n    \"company\": null,\n    \"comment\": null,\n    \"allergies\": null,\n    \"email\": \"\",\n    \"phone\": \"\",\n    \"cellphone\": \"\",\n    \"postcode\": \"75013\",\n    \"city\": \"PARIS\",\n    \"country_id\": 1,\n    \"country_iso2\": null,\n    \"address\": \"123 rue Dunois\",\n    \"address2\": null,\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": null,\n    \"birthdate\": null,\n    \"customer_group_id\": 1,\n    \"customer_category_id\": null,\n    \"nationality_id\": 1,\n    \"language_id\": 2,\n    \"customer_origin_id\": 5,\n    \"customer_company_id\": null,\n    \"satisfaction_rating\": null,\n    \"contact_channel\": null,\n    \"deleted\": false,\n    \"updated_at\": null,\n    \"auto_email\": false,\n    \"gdpr_accepted_at\": null,\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": null,\n    \"vat_number\": null,\n    \"vat_number_no_eu\": null,\n    \"siren\": null,\n    \"siret\": null,\n    \"civility\": null,\n    \"country\": null,\n    \"customer_group\": null,\n    \"customer_category\": null,\n    \"nationality\": null,\n    \"language\": null,\n    \"customer_origin\": null,\n    \"customer_company\": null,\n    \"crm_completion\": 50,\n    \"invoice_balance\": null,\n    \"hotel_booking_count\": null\n  },\n  \"createdAt\": \"2026-03-26T11:11:06+01:00\",\n  \"label\": \"SRV1348: 26/03/2026 11:11\",\n  \"externalReference\": \"TEST_CONFIRM\",\n  \"isTransferBlocked\": false,\n  \"isPaid\": false,\n  \"totalExcludingTaxes\": 13.64,\n  \"totalIncludingTaxes\": 15,\n  \"totalOutstandingDeposits\": 0,\n  \"totalOutstandingIncludingTaxes\": 15,\n  \"deposits\": [],\n  \"originDeposits\": [],\n  \"invoices\": [],\n  \"receipts\": [],\n  \"purchases\": [\n    {\n      \"id\": 11923,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Parking 1 / Lancer de hache du 12/10/2026 11:00\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 94,\n        \"label\": \"Sport\",\n        \"color\": \"#a204b4\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 2446,\n        \"lastName\": \"Dupont\",\n        \"firstName\": \"Michel\",\n        \"email\": \"\",\n        \"company\": null,\n        \"blackListed\": false,\n        \"name\": \"Dupont Michel\",\n        \"languageId\": 2,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1348,\n      \"originOrderId\": 1348,\n      \"originOrderLabel\": \"SRV1348: 26/03/2026 11:11\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-26T11:11:06+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-10-12T11:00:00+02:00\",\n      \"priceIncludingTaxes\": 15,\n      \"priceExcludingTaxes\": 13.64,\n      \"taxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalTaxes\": 1.36,\n      \"amountIncludingTaxes\": 15,\n      \"amountExcludingTaxes\": 13.64,\n      \"amountTaxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalAmountTaxes\": 1.36,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  ],\n  \"originPurchases\": [\n    {\n      \"id\": 11923,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Parking 1 / Lancer de hache du 12/10/2026 11:00\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": null,\n      \"canceled\": false,\n      \"category\": {\n        \"id\": 94,\n        \"label\": \"Sport\",\n        \"color\": \"#a204b4\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 2446,\n        \"lastName\": \"Dupont\",\n        \"firstName\": \"Michel\",\n        \"email\": \"\",\n        \"company\": null,\n        \"blackListed\": false,\n        \"name\": \"Dupont Michel\",\n        \"languageId\": 2,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1348,\n      \"originOrderId\": 1348,\n      \"originOrderLabel\": \"SRV1348: 26/03/2026 11:11\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-26T11:11:06+01:00\",\n      \"updatedAt\": null,\n      \"consumedAt\": \"2026-10-12T11:00:00+02:00\",\n      \"priceIncludingTaxes\": 15,\n      \"priceExcludingTaxes\": 13.64,\n      \"taxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalTaxes\": 1.36,\n      \"amountIncludingTaxes\": 15,\n      \"amountExcludingTaxes\": 13.64,\n      \"amountTaxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalAmountTaxes\": 1.36,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  ],\n  \"bookings\": [\n    {\n      \"id\": 296,\n      \"start_at\": \"2026-10-12T11:00:00+02:00\",\n      \"end_at\": \"2026-10-12T13:00:00+02:00\",\n      \"bookable_type_id\": 2,\n      \"bookable_id\": 2,\n      \"hotel_room_type_id\": null,\n      \"hotel_room_id\": null,\n      \"resort_purchase_id\": 11923,\n      \"comment\": \"test confirm\",\n      \"bookable_type\": {\n        \"id\": 2,\n        \"article_category_id\": 94,\n        \"type\": \"BIKE\",\n        \"label\": \"Lancer de hache\",\n        \"description\": \"<p>Scéance de 60 Min 2 couloirs</p>\",\n        \"pictures\": [\n          \"/public/images/capture-d-e-cran-2024-09-27-a-14.45.44.png\"\n        ],\n        \"is_public\": true,\n        \"formula_price\": \"15.00\",\n        \"slot_duration\": \"01:00\",\n        \"slot_min_time\": \"10:00\",\n        \"slot_max_time\": \"22:00\",\n        \"rank\": 4,\n        \"deleted_at\": null,\n        \"vat_rate_id\": 3,\n        \"article_category\": null,\n        \"vat_rate\": null,\n        \"slot_duration_in_minutes\": 60\n      },\n      \"bookable\": {\n        \"id\": 2,\n        \"label\": \"Parking 1\",\n        \"bookable_type_id\": 2,\n        \"rank\": 0,\n        \"deleted_at\": null,\n        \"bookable_type\": null\n      },\n      \"hotel_room_type\": null,\n      \"hotel_room\": null,\n      \"resort_purchase\": null\n    }\n  ],\n  \"ex_bookings\": [\n    {\n      \"id\": 142,\n      \"created_at\": \"2026-03-26T11:11:06+01:00\",\n      \"updated_at\": \"2026-03-26T11:11:06+01:00\",\n      \"deleted_at\": null,\n      \"source\": \"dayuse\",\n      \"external_id\": \"TEST_CONFIRM\",\n      \"raw_data\": {\n        \"source\": \"dayuse\",\n        \"external_id\": \"TEST_CONFIRM\",\n        \"comment\": \"Test confirmation\",\n        \"customer\": {\n          \"civility\": 1,\n          \"lastname\": \"Dupont\",\n          \"firstname\": \"Michel\",\n          \"address\": \"123 rue Dunois\",\n          \"postcode\": \"75013\",\n          \"city\": \"PARIS\",\n          \"country\": \"FR\"\n        },\n        \"bookings\": [\n          {\n            \"start_at\": \"2026-10-12T11:00\",\n            \"end_at\": \"2026-10-12T13:00\",\n            \"bookable_type_id\": 2,\n            \"comment\": \"test confirm\"\n          }\n        ]\n      },\n      \"resort_order_id\": 1348,\n      \"resort_order\": []\n    }\n  ]\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        },
        {
          "name": "Annuler un dossier de reservation",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/hub/api/partner/service/orders/{{id}}/cancel",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "hub",
                "api",
                "partner",
                "service",
                "orders",
                "{{id}}",
                "cancel"
              ]
            },
            "description": "Annulation d'un dossier de reservation de service. Le champ is_no_show permet d'indiquer un no-show."
          },
          "response": [
            {
              "name": "Créer puis annuler une réservation",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/hub/api/partner/service/orders/1349/cancel",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "hub",
                    "api",
                    "partner",
                    "service",
                    "orders",
                    "1349",
                    "cancel"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"is_no_show\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "body": "{\n  \"id\": 1349,\n  \"customer_id\": 2447,\n  \"confirmed_at\": null,\n  \"canceled_at\": \"2026-03-26T11:11:08+01:00\",\n  \"is_no_show\": false,\n  \"comment\": \"Test annulation\",\n  \"has_valid_payline_token\": false,\n  \"customer\": {\n    \"id\": 2447,\n    \"civility_id\": 1,\n    \"lastname\": \"Dupont\",\n    \"firstname\": \"Michel\",\n    \"company\": null,\n    \"comment\": null,\n    \"allergies\": null,\n    \"email\": \"\",\n    \"phone\": \"\",\n    \"cellphone\": \"\",\n    \"postcode\": \"75013\",\n    \"city\": \"PARIS\",\n    \"country_id\": 1,\n    \"country_iso2\": null,\n    \"address\": \"123 rue Dunois\",\n    \"address2\": null,\n    \"warning\": false,\n    \"unwanted\": false,\n    \"travel_card\": null,\n    \"birthdate\": null,\n    \"customer_group_id\": 1,\n    \"customer_category_id\": null,\n    \"nationality_id\": 1,\n    \"language_id\": 2,\n    \"customer_origin_id\": 5,\n    \"customer_company_id\": null,\n    \"satisfaction_rating\": null,\n    \"contact_channel\": null,\n    \"deleted\": false,\n    \"updated_at\": null,\n    \"auto_email\": false,\n    \"gdpr_accepted_at\": null,\n    \"rgpd_commercial_agreement\": false,\n    \"signature\": null,\n    \"vat_number\": null,\n    \"vat_number_no_eu\": null,\n    \"siren\": null,\n    \"siret\": null,\n    \"civility\": null,\n    \"country\": null,\n    \"customer_group\": null,\n    \"customer_category\": null,\n    \"nationality\": null,\n    \"language\": null,\n    \"customer_origin\": null,\n    \"customer_company\": null,\n    \"crm_completion\": 50,\n    \"invoice_balance\": null,\n    \"hotel_booking_count\": null\n  },\n  \"createdAt\": \"2026-03-26T11:11:07+01:00\",\n  \"label\": \"SRV1349: 26/03/2026 11:11\",\n  \"externalReference\": \"TEST_CANCEL\",\n  \"isTransferBlocked\": false,\n  \"isPaid\": false,\n  \"totalExcludingTaxes\": 15,\n  \"totalIncludingTaxes\": 15,\n  \"totalOutstandingDeposits\": 0,\n  \"totalOutstandingIncludingTaxes\": 15,\n  \"deposits\": [],\n  \"originDeposits\": [],\n  \"invoices\": [],\n  \"receipts\": [],\n  \"purchases\": [\n    {\n      \"id\": 11924,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Parking 1 / Lancer de hache du 22/10/2026 14:00\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": \"2026-03-26T11:11:08+01:00\",\n      \"canceled\": true,\n      \"category\": {\n        \"id\": 94,\n        \"label\": \"Sport\",\n        \"color\": \"#a204b4\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 2447,\n        \"lastName\": \"Dupont\",\n        \"firstName\": \"Michel\",\n        \"email\": \"\",\n        \"company\": null,\n        \"blackListed\": false,\n        \"name\": \"Dupont Michel\",\n        \"languageId\": 2,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1349,\n      \"originOrderId\": 1349,\n      \"originOrderLabel\": \"SRV1349: 26/03/2026 11:11\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-26T11:11:07+01:00\",\n      \"updatedAt\": \"2026-03-26T11:11:08+01:00\",\n      \"consumedAt\": \"2026-10-22T14:00:00+02:00\",\n      \"priceIncludingTaxes\": 15,\n      \"priceExcludingTaxes\": 13.64,\n      \"taxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalTaxes\": 1.36,\n      \"amountIncludingTaxes\": 15,\n      \"amountExcludingTaxes\": 15,\n      \"amountTaxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalAmountTaxes\": 0,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  ],\n  \"originPurchases\": [\n    {\n      \"id\": 11924,\n      \"application\": \"SERVICE\",\n      \"type\": \"SERVICE_BOOKING\",\n      \"label\": \"Parking 1 / Lancer de hache du 22/10/2026 14:00\",\n      \"description\": \"\",\n      \"quantity\": 2,\n      \"discountRate\": 0,\n      \"offered\": false,\n      \"canceledAt\": \"2026-03-26T11:11:08+01:00\",\n      \"canceled\": true,\n      \"category\": {\n        \"id\": 94,\n        \"label\": \"Sport\",\n        \"color\": \"#a204b4\"\n      },\n      \"article\": null,\n      \"customer\": {\n        \"id\": 2447,\n        \"lastName\": \"Dupont\",\n        \"firstName\": \"Michel\",\n        \"email\": \"\",\n        \"company\": null,\n        \"blackListed\": false,\n        \"name\": \"Dupont Michel\",\n        \"languageId\": 2,\n        \"companyId\": null,\n        \"invoiceBalance\": null\n      },\n      \"orderId\": 1349,\n      \"originOrderId\": 1349,\n      \"originOrderLabel\": \"SRV1349: 26/03/2026 11:11\",\n      \"invoiceId\": null,\n      \"invoiced\": false,\n      \"receiptId\": null,\n      \"onReceipt\": false,\n      \"transfered\": false,\n      \"locked\": false,\n      \"createdAt\": \"2026-03-26T11:11:07+01:00\",\n      \"updatedAt\": \"2026-03-26T11:11:08+01:00\",\n      \"consumedAt\": \"2026-10-22T14:00:00+02:00\",\n      \"priceIncludingTaxes\": 15,\n      \"priceExcludingTaxes\": 13.64,\n      \"taxesByRates\": {\n        \"10.00\": 1.36\n      },\n      \"totalTaxes\": 1.36,\n      \"amountIncludingTaxes\": 15,\n      \"amountExcludingTaxes\": 15,\n      \"amountTaxesByRates\": {\n        \"0.00\": 0\n      },\n      \"totalAmountTaxes\": 0,\n      \"childrenPurchases\": [],\n      \"parentPurchaseId\": null,\n      \"groupId\": null,\n      \"onCreditNote\": false,\n      \"onCanceledDocument\": false\n    }\n  ],\n  \"bookings\": [\n    {\n      \"id\": 297,\n      \"start_at\": \"2026-10-22T14:00:00+02:00\",\n      \"end_at\": \"2026-10-22T16:00:00+02:00\",\n      \"bookable_type_id\": 2,\n      \"bookable_id\": 2,\n      \"hotel_room_type_id\": null,\n      \"hotel_room_id\": null,\n      \"resort_purchase_id\": 11924,\n      \"comment\": \"test cancel\",\n      \"bookable_type\": {\n        \"id\": 2,\n        \"article_category_id\": 94,\n        \"type\": \"BIKE\",\n        \"label\": \"Lancer de hache\",\n        \"description\": \"<p>Scéance de 60 Min 2 couloirs</p>\",\n        \"pictures\": [\n          \"/public/images/capture-d-e-cran-2024-09-27-a-14.45.44.png\"\n        ],\n        \"is_public\": true,\n        \"formula_price\": \"15.00\",\n        \"slot_duration\": \"01:00\",\n        \"slot_min_time\": \"10:00\",\n        \"slot_max_time\": \"22:00\",\n        \"rank\": 4,\n        \"deleted_at\": null,\n        \"vat_rate_id\": 3,\n        \"article_category\": null,\n        \"vat_rate\": null,\n        \"slot_duration_in_minutes\": 60\n      },\n      \"bookable\": {\n        \"id\": 2,\n        \"label\": \"Parking 1\",\n        \"bookable_type_id\": 2,\n        \"rank\": 0,\n        \"deleted_at\": null,\n        \"bookable_type\": null\n      },\n      \"hotel_room_type\": null,\n      \"hotel_room\": null,\n      \"resort_purchase\": null\n    }\n  ],\n  \"ex_bookings\": [\n    {\n      \"id\": 143,\n      \"created_at\": \"2026-03-26T11:11:07+01:00\",\n      \"updated_at\": \"2026-03-26T11:11:07+01:00\",\n      \"deleted_at\": null,\n      \"source\": \"dayuse\",\n      \"external_id\": \"TEST_CANCEL\",\n      \"raw_data\": {\n        \"source\": \"dayuse\",\n        \"external_id\": \"TEST_CANCEL\",\n        \"comment\": \"Test annulation\",\n        \"customer\": {\n          \"civility\": 1,\n          \"lastname\": \"Dupont\",\n          \"firstname\": \"Michel\",\n          \"address\": \"123 rue Dunois\",\n          \"postcode\": \"75013\",\n          \"city\": \"PARIS\",\n          \"country\": \"FR\"\n        },\n        \"bookings\": [\n          {\n            \"start_at\": \"2026-10-22T14:00\",\n            \"end_at\": \"2026-10-22T16:00\",\n            \"bookable_type_id\": 2,\n            \"comment\": \"test cancel\"\n          }\n        ]\n      },\n      \"resort_order_id\": 1349,\n      \"resort_order\": []\n    }\n  ]\n}",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{token}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://demo.thais-hotel.com",
      "type": "string"
    },
    {
      "key": "token",
      "value": "",
      "type": "string"
    },
    {
      "key": "username",
      "value": "thaisAPI",
      "type": "string"
    },
    {
      "key": "password",
      "value": "thaisAPI2024",
      "type": "string"
    }
  ],
  "event": [
    {
      "listen": "prerequest",
      "script": {
        "type": "text/javascript",
        "exec": [
          ""
        ]
      }
    }
  ]
}